This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
Sergey Sharybin f48828b64e Fix T39318: Blender 2.70 crash when I link an asset
Issue is a regression since threaded objetc update and caused
by the fact that some objects might share the same proxy object.

It's all fine but object_handle_update() will call update for
a proxy object which screws up threaded update.

The thing is, proxy object is marked as depending on a scene
object and such a call makes it so the children objetc is
being updated.

This is really bad and depsgraph is to take all responsibility
on updating the proxy objects.

So for now used a simple solution (which is safe to backport
to 'a') which is skipping proxy update if the scene update is
threaded and based on the DAG traversal.

There are some still areas which calls object update directly
and for that cases proxy object is still being updated from
object_handle_update().
2014-03-24 15:10:16 +06:00
..
2013-09-12 03:02:50 +00:00
2013-06-25 10:44:30 +00:00
2014-03-18 09:14:47 +11:00
2014-03-07 13:28:39 +11:00
2014-03-17 21:48:13 +11:00
2014-02-14 10:55:38 +11:00
2014-03-20 22:56:28 +11:00
2014-03-20 22:56:28 +11:00
2014-02-03 19:35:44 +11:00
2014-03-17 21:48:13 +11:00
2014-02-14 10:55:38 +11:00
2014-03-20 22:56:28 +11:00
2014-03-20 22:56:28 +11:00
2014-01-17 17:35:03 +11:00
2014-03-20 22:56:28 +11:00
2014-03-06 17:32:45 +06:00
2014-03-18 09:14:47 +11:00
2014-03-24 13:14:19 +11:00
2013-12-03 20:35:45 +01:00
2014-03-20 22:56:28 +11:00
2014-01-17 17:35:03 +11:00
2013-08-27 21:30:33 +00:00
2014-02-14 10:55:38 +11:00