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-07-07Fix T51977: New depsgraph removes the grass in victor sceneSergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-12Depsgraph: Add utility function to get depsgraph from node handleSergey Sharybin
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-01Depsgraph: Cleanup, line wraps after shortening APISergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-06-01Depsgraph: Remove dead codeSergey Sharybin
2017-06-01Depsgraph: Cleanup, get rid of relation typeSergey Sharybin
2017-05-30Depsgraph: Fix missing relations for objects which are indirectly linkedSergey Sharybin
2017-05-11Depsgraph: Fix/workaround crahs when fcu->rna_path is NULLSergey Sharybin
2017-05-10Fix missing relation in new DEG between World and its NodeTree.Bastien Montagne
2017-05-02Revert "Depsgraph: Link from material to object shading"Sergey Sharybin
2017-03-16Depsgraph: Fixed crash with curve bevel indirect dupligroupsSergey Sharybin
2017-03-15Fix strict compiler warning in the previous commitSergey Sharybin
2017-03-15Fix T50938: Cache not being reset when changing simulation settings with new ...Sergey Sharybin
2017-01-31Fix T50331: New Dependency Graph - "frame" python driver expression not workingSergey Sharybin
2017-01-26Depsgraph: Link from material to object shadingSergey Sharybin
2017-01-26Depsgraph: Add relation from node tree to material it's coming fromSergey Sharybin
2017-01-26Depsgraph: Remove owner argument from relations builder as wellSergey Sharybin
2017-01-25Depsgraph: Do ID tag outside of build_sceneSergey Sharybin
2016-12-09Depsgraph: Bone parent should also include armature transform relationSergey Sharybin
2016-12-05Depsgraph: avoid more transitive relations for rigid body simulationSergey Sharybin
2016-12-05Depsgraph: Rigid body simulation doesn't need explicit time relationSergey Sharybin
2016-12-05Depsgraph: Avoid transitive relation from local transform to finalSergey Sharybin
2016-12-05Fix depsgraph: hair collision is actually enabled, so add the relations.Alexander Gavrilov
2016-11-17Depsgrpah: Fix missing animation update in movie clipsSergey Sharybin
2016-11-17Fix T50060: New depsgraph does not update mask animationSergey Sharybin
2016-11-17Depsgraph: Use utility macro to iterate over linked listSergey Sharybin
2016-11-17Depsgraph: Move rig builder functions to own filesSergey Sharybin
2016-11-11Depsgraph: Fix missing DONE flag in relations builderSergey Sharybin
2016-11-11Fix T49993: Indirectly used taper/bevel crashes new dependency graphSergey Sharybin
2016-11-11Depsgraph: Fix typo in text on curve relation builderSergey Sharybin
2016-11-10Depsgraph: Fix another issue which seems to be a bugSergey Sharybin
2016-11-10Depsgraph: Fix wrong relation from IK solver to pole targetSergey Sharybin
2016-11-07Depsgraph: Do not rely on indirectly included cstringSergey Sharybin
2016-11-07Depsgraph: Fully switch from string to const char*Sergey Sharybin
2016-11-07Depsgraph: Add extra name tag for operation nodesSergey Sharybin
2016-11-07Depsgraph: Use const char for component APISergey Sharybin
2016-11-07Depsgraph: Remove some includes which seems unusedSergey Sharybin
2016-11-02Depsgraph: Fix race condition writing drivers to array propertySergey Sharybin
2016-11-02Depsgraph: Fix some errors printed to the consoleSergey Sharybin
2016-09-15Depsgraph: Avoid some false-positive time dependencies of scripted driversSergey Sharybin
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-13Fix T48734: Driver not updating when using Single From Driver within same objectSergey Sharybin
2016-07-13Depsgraph: Make proxy behavior closer to old depsgraphSergey Sharybin
2016-07-13Revert "Depsgraph: Russian electric tape bodge to have multiple proxies work"Sergey Sharybin
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton