forked from blender/blender
BLEN-370: Find way not to modify PATH #17
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-370"
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?
PURPOSE
Move modifying env variables from Blender code to plugin side.
TECHNICAL STEPS
NOTE FOR REVIEWERS
Use with:
https://github.com/bnagirniak/RPRHydraRenderBlenderAddon/pull/11
Update example comment of HydraRenderEngine usage in bpy_hydra.py
@ -36,4 +21,0 @@
return;
}
set_env_paths("PXR_MTLX_STDLIB_SEARCH_PATHS", {stdlib_path});
I think this should be set in C++ part. Check with Brecht.