Cycles: missed when renaming updated RNA
This commit is contained in:
@@ -121,9 +121,9 @@ void BlenderSync::sync_recalc(BL::Depsgraph& b_depsgraph)
|
|||||||
/* Object */
|
/* Object */
|
||||||
else if (b_id.is_a(&RNA_Object)) {
|
else if (b_id.is_a(&RNA_Object)) {
|
||||||
BL::Object b_ob(b_id);
|
BL::Object b_ob(b_id);
|
||||||
const bool updated_geometry = b_update->updated_geometry();
|
const bool updated_geometry = !b_update->is_dirty_geometry();
|
||||||
|
|
||||||
if (b_update->updated_transform()) {
|
if (!b_update->is_dirty_transform()) {
|
||||||
object_map.set_recalc(b_ob);
|
object_map.set_recalc(b_ob);
|
||||||
light_map.set_recalc(b_ob);
|
light_map.set_recalc(b_ob);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user