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
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-25Cleanup: code styleCampbell Barton
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-06-15Dependency graph fixes for RigidBodyWorldSybren A. Stüvel
2018-06-04Fix crash when making objects to share same meshSergey Sharybin
2018-06-01Cleanup: whitespaceCampbell Barton
2018-06-01Fix use of uninitialized value in depsgraph.Brecht Van Lommel
2018-05-31Depsgraph: Begin concept of active dependency graphSergey Sharybin
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-22Depsgraph: Enable copy on write by defaultJoshua Leung
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-03Depsgraph: Fix wrong debug messageSergey Sharybin
2018-05-02Depsgraph: Add per-depsgraph debug name which is shown in the logsSergey Sharybin
2018-05-02Depsgraph: Cleanup, naming conventionsSergey Sharybin
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-04-25Depsgraph: Avoid hash lookup for every evaluated scene querySergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Fix missing update with animated curve pathSergey Sharybin
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-10Depsgraph: Flush debug printsSergey Sharybin
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-02Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-02Depsgraph: Fix dependency cycle when ID prop drives ID propertySergey Sharybin
2018-03-02Cleanup: Avoid double semi-colonSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-21Depsgraph: Fix dependency when constraint influence drives some other constraintSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-07Depsgraph: Fix node sockets as driver variablesSergey Sharybin
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-17Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey 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: Add utility function to unlink relation from graphSergey Sharybin
2017-12-18Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin