forked from blender/blender
Add scene setting to export through either Hydra or USD, for debugging #65
Labels
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#65
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "brecht/blender:hydra-usd-export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Hydra Storm add-on already had a setting to use a USD file, with
associated sync_usd API function. But this way works for all Hydra
engines and doesn't require manually exporting a USD file each time.
This remove sync_usd, and unless there is another use for this the Storm
add-on needs to be updated to remove the development settings that use
this.
Thank you this is what we needed here.
Build errors
I was working of a newer version of main that has this file converted to C++. I now merged main into
hydra-render
, and then updated this PR as well.Please update this PR with latest
hydra-render
one more time.Also I have messages
Unable to delete file
andUnable to remove directory
in console whenUSD
export method selected.The recent background collor change doesn't work with USD. This could be made to work, but for now I've limited it to Storm as well, as I don't think this should be used for other renderers. They can define their own background color.
This should also be fixed.
Please, update and fix conflicts
Tested - works good.