forked from blender/blender
Fix visibility of instancer object #43
@ -382,8 +382,8 @@ void BlenderSceneDelegate::check_updates()
|
||||
switch (GS(id->name)) {
|
||||
case ID_OB: {
|
||||
Object *object = (Object *)id;
|
||||
update_instancers(object);
|
||||
update_objects(object);
|
||||
update_instancers(object);
|
||||
} break;
|
||||
|
||||
case ID_MA: {
|
||||
|
Loading…
Reference in New Issue
Block a user