forked from blender/blender
Fix crash when hydra render plugin isn't loaded #60
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#60
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-443"
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
Render engine crashes when hydra render delegate isn't loaded.
Technical steps
Added
throw
toEngine
creation whenrender_delegate_
wasn't created.Added corresponding error logging in
python.cc
.Adjusted
bpy_hydra.py
.Works fine