forked from blender/blender
Recreate PreviewEngine when render_delegate_name is changed #36
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#36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-404"
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
Recreate
PreviewEngine
whenrender_delegate_name
is changed.Technical steps
Added comparison of
render_delegate_name
andPreviewEngine
re-creation onPreviewEngine::update
Discussed offline: there are some bugs with crash related to PreviewEngine which could be fixed in this PR.
Added small code improvements. Tested - works ok