Fix visibility of instancer object #43

Merged
Bogdan Nagirniak merged 16 commits from BLEN-405_1 into hydra-render 2023-05-24 13:44:35 +02:00
Showing only changes of commit 374845b9c1 - Show all commits

View File

@ -382,8 +382,8 @@ void BlenderSceneDelegate::check_updates()
switch (GS(id->name)) { switch (GS(id->name)) {
case ID_OB: { case ID_OB: {
Object *object = (Object *)id; Object *object = (Object *)id;
update_instancers(object);
update_objects(object); update_objects(object);
update_instancers(object);
} break; } break;
case ID_MA: { case ID_MA: {