-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read EXR files from memory #1187
Comments
I can work on this issue. |
Nice! |
@yigitako any news on this ? |
Any news on this feature @yigitako ? |
with no feedback, I'm unassainging this @yigitako |
@mwestphal I am starting to look into this |
hey @nabielkandiel , what is the status of this ? |
@Meakk @mwestphal I'd like to work on this issue. Could you please assign it to me? |
@gapry any news on this ? |
@mwestphal Sorry, I need more time, I anticipate having the first patch ready between the 22nd and 24th of this month. |
No worries! |
I attempted two approaches to contribute to the pull request #1448 First Approach
However, I encountered a permissions error
Second Approach
While this approach allowed me to create a new branch (pr-1448) on my fork, I cannot push changes directly to the original pull request #1448 QuestionHow can I contribute my changes to the original pull request? Thanks Ref |
The original branch is not in our (the maintainers) control, so the second approach is indeed correct. Once you have created a new PR with the code, I'll close the original PR and development will continue in your branch. |
@mwestphal I've created the new PR: #1733 |
Is your feature request related to a problem? Please describe.
Some file formats like USD can read textures as EXR file format. For reading them properly, we need to read the file from memory.
Describe the solution you'd like
Handle
SetMemoryBuffer
in thevtkF3DEXRReader
The text was updated successfully, but these errors were encountered: