Blender Git Commit Log

All Blender Git commits.

Page: 3569 / 8462

December 6, 2017, 09:21 (GMT)
Depsgraph: Correct fallback for the parameters calculation

We can't use a single component here, sine it might consist of multiple
operations. So, for example, having driver operation will confuse targets
of another driver.
December 6, 2017, 09:21 (GMT)
Depsgraph: Cleanup, split driver builder function
December 6, 2017, 09:21 (GMT)
Depsgraph: Cleanup, deduplicate as much as possible in build_driver
December 6, 2017, 09:21 (GMT)
Depsgraph: Remove old comments which are likely outdated
December 6, 2017, 09:21 (GMT)
Depsgraph: Replace last obvious part of driver builder with generic RNA code
December 6, 2017, 09:21 (GMT)
Depsgraph: Add criteria for RNA_Key
December 6, 2017, 09:21 (GMT)
Depsgraph: Remove confusing ID node criteria

it sometimes overrides all possible other criteria, even tho we might want to
be very specific about what component we are looking for here.
December 6, 2017, 09:21 (GMT)
Depsgraph: Use generic function for shape key driver target

There was a second place for shape keys.
December 6, 2017, 09:21 (GMT)
Depsgraph: Fix wrong relations built for drivers

When target was changed from bone to regular object, new dependency graph was
still trying to build relations as if driver was using bone.
December 6, 2017, 09:21 (GMT)
Depsgraph: Use generic function for shape key driver target
December 6, 2017, 09:21 (GMT)
Depsgraph: Use generic function for modifiers driver target
December 6, 2017, 09:21 (GMT)
Depsgraph: Use existing utility function to get driver target node

Only done for pose bone for now, but the idea is to go case bu case in
build_driver and move all custom logic from there to find_node_from_pointer().
December 6, 2017, 09:21 (GMT)
Depsgraph: Cleanup, split build_driver function up
December 6, 2017, 09:21 (GMT)
Depsgraph: Don't see reason to have special case for bone's RNA path
December 6, 2017, 09:21 (GMT)
Depsgraph: SImplify chjecks in directly address bone
December 6, 2017, 09:21 (GMT)
Depsgraph: begin use of RNAPathKey instead of re-implemented checks in driver variables
December 6, 2017, 09:21 (GMT)
Depsgraph: Cleanup, don't use static qualifier inside of anonymous namespace
December 6, 2017, 09:21 (GMT)
Add utility function to compare PointerRNA with NULL

Thanks Campbell for review!
December 6, 2017, 09:21 (GMT)
Depsgraph: Correct RNA pointer criteria to deal with bone custom properties
December 6, 2017, 08:32 (GMT)
Cycles: Added kernel_struct_fetch() macro
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021