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-02Collections: Initial support for animating/driving collection properties (T55...tmp-CollectionsAnimJoshua Leung
2018-06-01Fix missing animation updates when the proxy object is not visible.Brecht Van Lommel
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-31Fix depsgrah copying and evaluating hidden collections.Brecht Van Lommel
2018-05-31Depsgraph: optimization of driver evaluation with many drivers.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-11Depsgraph: Fix redundant nodes built when animation shares same actionSergey Sharybin
2018-05-04Depsgraph: Fix several ID blocks added multiple times to depsgraphSergey Sharybin
2018-05-02Depsgraph: Make bAction a part of dependency graphSergey Sharybin
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Depsgraph: Fix crash with copy-on-write enabledSergey Sharybin
2018-04-18Depsgraph: Fix base flag flush for objects from set sceneSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-16Depsgraph: Pull indirect relations via driver targetsSergey Sharybin
2018-04-12Depsgraph: Avoid relations build time scene datablock expansionSergey Sharybin
2018-04-12Depsgraph: Bind base by it's indexSergey Sharybin
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-04-05Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-05Depsgraph: Pull indirect dependencies via pchan constraintsSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Make sure textures used by modifiers are in the graphSergey Sharybin
2018-03-29Particles: Remove dedicated recalc field from ParticleSettingsSergey Sharybin
2018-03-21Depsgraph: Remove redundant operation nodesSergey Sharybin
2018-03-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-21Fix T54378: Drivers fail with property from emptySergey Sharybin
2018-03-20Depsgraph: Fix memory leak when datablock is not reusedSergey Sharybin
2018-03-20Depsgraph: Prevent non-expandable datablocks from being freedSergey 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-02Depsgraph: Cleanup, use dedicated function to ensure node existsSergey Sharybin
2018-03-02Depsgraph: Cleanup, function return valueSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-07Depsgraph: Add missing relationship between object transform and point cache ...Mai Lavelle
2018-02-02Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-02Fix missing group duplicated by hair in renderSergey Sharybin
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2017-12-23Cleanup - Various style/typo fixesJoshua Leung
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-08Depsgraph: We need to add ID node before getting CoW pointerSergey Sharybin
2017-12-08Depsgraph: Use dedicated function for group evaluationSergey Sharybin
2017-12-07Merge branch 'master' into blender2.8Campbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin