Megha S

Results 8 comments of Megha S

I'm planning to work on this for dev days this week.

Two follow up questions : 1) Should the tests for this use C style file handling, exercise the functions in `src/lib/OpenEXR/ImfCRgbaFile.h`, and follow what's being done in `src/test/OpenEXRTest/testRgba.cpp`? 2) Are...

Hello! I tried to look at this issue, the crash occurs because `graphDoc->getDescendant(...)` returns a nullptr when called from nodes inside functional/implementation graphs, because _childMap in the Element class does...

@cary-ilm Sorry for the delay on this! I've followed the model in testRgba.cpp and replicated the writeReadRGBA() function for the C api, the tests seem to be passing. Let me...

Removed the `imfRgbaMethods()` function, CI seems to be passing.

Hello! Since some work has already been done, I'm wondering if this issue is open for tomorrow's dev days? If this is open, I would like to take this up...

Thank you! I am familiarizing myself with the graph editor and code changes made in the earlier PR, hope to make more progress.

Hello @kwokcb , Sorry about not leaving an update here earlier, I was making progress on this, but not quite done implementing it. Since your PR already has the hot-keys...