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
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2019-01-31Fix T61030: Drivers for shape keys not evaluated in correct orderSergey Sharybin
2019-01-31Depsgraph: Specify whether RNA path to be resolved as entry or exitSergey Sharybin
2019-01-28Cleanup: unused struct declarationsCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-22Fix T60742, T55974: crash using mesh/curve surface force fields.Brecht Van Lommel
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-11-22Depsgraph: Cleanup, make it easier to create relations with flagsSergey Sharybin
2018-11-15Depsgraph: Save memory by ignoring invisible objectsSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-10-24Depsgraph: minor renaming and refactor of API for adding evaluation flags.Alexander Gavrilov
2018-10-14Depsgraph: Add proper API functions for CustomDataMask dependencies.Alexander Gavrilov
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-23Depsgraph: Bring back visibility checks based on collection restrict flagsSergey Sharybin
2018-06-27Depsgraph: Fix missing relation from action to animation when it's sharedSergey Sharybin
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-25Depsgraph: Add missing nodes and relations for speakerSergey Sharybin
2018-06-08Depsgraph: Don't optimize out collections used by duplication systemSergey Sharybin
2018-06-06Depsgraph: Handle key->object relations from object builderSergey Sharybin
2018-06-06Depsgraph: Object data separation, armatureSergey Sharybin
2018-06-06Depsgraph: Object data separation, geometrySergey Sharybin
2018-06-06Depsgraph: Object data separation, cameraSergey Sharybin
2018-06-06Depsgraph: Object data separation, lampSergey Sharybin
2018-06-06Depsgraph: Object data separation, light probesSergey Sharybin
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-04Depsgraph: Fix missing relations for IDs brought by driversSergey Sharybin
2018-05-01Depsgraph: Add missing relations needed for nested datablock relationsSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Add relation flag to avoid flush across itSergey Sharybin
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-10Depsgraph: Build relations for objects linked via pchan constraintsSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-02Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-02Fix missing group duplicated by hair in renderSergey Sharybin
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-29Fix T53614: New Depsgraph ignores NLA stripsJoshua Leung
2018-01-17Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2018-01-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-16Depsgraph: Fix fake cyclic dependencies for node tree driversSergey Sharybin
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2017-12-23Cleanup - Various style/typo fixesJoshua Leung