Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-20Depsgraph: Remove unused inclduesSergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-20Depsgraph: Move time source node to own fileSergey Sharybin
2017-12-20Depsgraph: Print some statistics about transitive reductionSergey Sharybin
2017-12-20Depsgraph: Make transitive reduction to workSergey Sharybin
2017-12-20Depsgraph: Add utility function to unlink relation from graphSergey Sharybin
2017-12-20Depsgraph: Remove unused priority calculatorSergey Sharybin
2017-12-20Depsgraph: Remove remaining parts of old removed debuggerSergey Sharybin
2017-12-19Fix T53547 for real nowSergey Sharybin
2017-12-18Depsgraph: Add facilities to store what ID recalc flag component corresponds toSergey Sharybin
2017-12-18Depsgraph: Synchronize flushing with 2.8 branchSergey Sharybin
2017-12-18Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-18Depsgraph: Replace iteration over ghash with iteration over flat arraySergey Sharybin
2017-12-18Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-12-15Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Depsgraph: Use array instead of set for node factorySergey Sharybin
2017-12-15Depsgraph: Add named constant with number of node typesSergey Sharybin
2017-12-15Depsgraph: Don't use negative enum valueSergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-12-13Fix T53547: Metaballs as dupli objects are not updated with the new DepsgraphSergey Sharybin
2017-12-13Fix T53552: Unneeded particle cache reset on frame changeSergey Sharybin
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Depsgraph: Cleanup, use less geenric data typeSergey Sharybin
2017-12-06Depsgraph: Forgot this in previous commitSergey Sharybin
2017-12-06Depsgraph: Ignore text datablocks from nodesSergey Sharybin
2017-12-06Depsgraph: Add missing bone properties to proxy rigsSergey Sharybin
2017-12-06Depsgraph: Add missing NULL pointer checkSergey Sharybin
2017-12-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in node treeSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in lampSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in cameraSergey Sharybin
2017-12-06Depsgraph: Remove workaround for animated geometry componentSergey Sharybin
2017-12-06Depsgraph: Remove workaround for animated modifiersSergey Sharybin
2017-12-06Depsgraph: Leave armature animation relation to build_animation()Sergey Sharybin
2017-12-06Depsgraph: Use default argument value for relations builderSergey Sharybin
2017-12-06Depsgraph: Cleanup, line wrappingSergey Sharybin
2017-12-06Depsgraph: Use build_animation() to build relations to animated propertiesSergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin
2017-12-06Depsgraph: Cleanup, line wrappingSergey Sharybin
2017-12-06Depsgraph: Move implementation part of relations header to own fileSergey Sharybin
2017-12-06Fix T53408: Updating Cycles Nodes via Drivers in Material ViewSergey Sharybin
2017-12-06Depsgraph: Cleanup, split build_animationSergey Sharybin
2017-12-06Depsgraph: Correct fallback for the parameters calculationSergey Sharybin
2017-12-06Depsgraph: Cleanup, split driver builder functionSergey Sharybin
2017-12-06Depsgraph: Cleanup, deduplicate as much as possible in build_driverSergey Sharybin
2017-12-06Depsgraph: Remove old comments which are likely outdatedSergey Sharybin
2017-12-06Depsgraph: Replace last obvious part of driver builder with generic RNA codeSergey Sharybin
2017-12-06Depsgraph: Add criteria for RNA_KeySergey Sharybin