Fix T58118: Make duplicates real does nothing
The issue was caused by transflag set in geometry evaluation never copied back top original object. Now we have a dedicated operation which does all sort copy back to original object, so we don't have to worry about atomic assignments or what gets set where. Still need to move boundbox to the same function, but it needs some careful doublechecking first.
This commit is contained in:
@@ -247,7 +247,10 @@ void BKE_object_eval_uber_data(
|
||||
struct Scene *scene,
|
||||
struct Object *ob);
|
||||
|
||||
void BKE_object_eval_boundbox(struct Depsgraph *depsgraph, struct Object *object);
|
||||
void BKE_object_eval_boundbox(struct Depsgraph *depsgraph,
|
||||
struct Object *object);
|
||||
void BKE_object_synchronize_to_original(struct Depsgraph *depsgraph,
|
||||
struct Object *object);
|
||||
|
||||
void BKE_object_eval_ptcache_reset(
|
||||
struct Depsgraph *depsgraph,
|
||||
|
||||
Reference in New Issue
Block a user