forked from blender/blender
Fix visibility of instancer object #43
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#43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-405_1"
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
Fix various visibility settings for objects and instances.
Technical steps
is_visible
forInstanceData
andObjectData
ObjectData::update_parent()
BLEN-405_1to Fix visibility of instancer objectAdded fixes, tested from my side.
After fixes these checkboxes stopped working. Instances mush be hidden, because child object affects instances, created by parent (according to Cycles).
Tested. Works fine.