Blender Git Commits

Blender Git "depsgraph_refactor" branch commits.

Page: 36 / 59

March 12, 2014, 18:27 (GMT)
Initialize and free the depsgraph node typeinfo on Blender start/exit.
March 12, 2014, 18:26 (GMT)
Stub implementations to avoid compiler error.
March 12, 2014, 17:05 (GMT)
Missing struct tag for undefined ID struct.
March 12, 2014, 16:57 (GMT)
Fixed include guard defines to use the new DEG prefix.
March 12, 2014, 16:39 (GMT)
Renamed the BKE_ headers inside depsgraph to DEG_ prefix.

This code is node actually included in blenkernel. Using unique prefixes
also helps porting code to the new depsgraph without include name
clashes.
March 12, 2014, 16:30 (GMT)
Moved internal headers into the intern/ subdirectory.

The depsgraph folder itself with the main API headers can then be made
available to other Blender parts while the internal headers are hidden.
March 12, 2014, 15:58 (GMT)
BLI_heap_node_value_update does not exist, replaced by remove/insert
pair instead.
March 12, 2014, 14:07 (GMT)
Fixed id_tag function names of blenkernel.
March 12, 2014, 14:06 (GMT)
pdInitEffectors now has an argument to disable guide precalc during
depsgraph build.
March 12, 2014, 14:04 (GMT)
Added basic cmake files for the depsgraph module.
March 12, 2014, 14:04 (GMT)
Line got lost during repository copy.
March 12, 2014, 13:42 (GMT)
Compile fixes
March 12, 2014, 13:42 (GMT)
Move valence-updating out of depsgraph queue code

It was too much work trying to integrate all of the necessary includes
into the code to achieve this. Perhaps later we'll ditch the separate
file and just merge the queue code in with one of the other parts of the
codebase instead?
March 12, 2014, 13:42 (GMT)
When traversing graph, ensure that relationships tagged to be ignored are ignored
March 12, 2014, 13:42 (GMT)
Adding header defines for the threaded eval init/cleanup calls
March 12, 2014, 13:42 (GMT)
More compile fixes for missing/incorrect defines
March 12, 2014, 13:42 (GMT)
More compile fixes - missing includes
March 12, 2014, 13:42 (GMT)
Cleanup of flags for relationships
March 12, 2014, 13:42 (GMT)
Porting over threading code
March 12, 2014, 13:42 (GMT)
Added a flag for relationships for tagging which cyclic backlinks

This flag is set to indicate that a node appears to be causing a cyclic
dependency which can be ignored...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021