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-04-04Depsgraph: Fix/workaround crash with animation and drivers and CoWSergey Sharybin
2018-04-04Depsgraph: Cleanup, reduce indentation levelSergey 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-04-04Depsgraph: Get pchan index from correct poseSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Ensure root pchan is always foundSergey Sharybin
2018-04-04Depsgraph: Pass CoW version of object to armature update doneSergey Sharybin
2018-04-04Fix missing hair in fishycat and everything else after particle recalc changesMai Lavelle
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Only bind ID-data and indices to depsgraph callbacksSergey Sharybin
2018-04-01Correct accidental changes by C Logging additionCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-29Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-03-29Depsgraph: initialize EvaluationContext even if nothing to updateDalai Felinto
2018-03-29Particles: Remove dedicated recalc field from ParticleSettingsSergey Sharybin
2018-03-29Depsgraph: Tag datablock with original update flagSergey Sharybin
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-23msvc: Fix msvc2013 new despgraph related build errors.Ray Molenkamp
2018-03-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-22Depsgraph: Report new depsgraph evaluation timeSergey 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-20Merge branch 'master' into blender2.8Sergey 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-20MSVC: Fix lite build.Ray Molenkamp
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-15Depsgraph: Fix missing shader updates with copy on writeSergey Sharybin
2018-03-12Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-03-09Cleanup: iterator macrosCampbell Barton
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: Silence obviously noisy relations build errorsSergey Sharybin
2018-03-02Depsgraph: Cleanup, use dedicated function to ensure node existsSergey Sharybin
2018-03-02Depsgraph: Cleanup, function return valueSergey Sharybin
2018-03-02Depsgraph: Fix cycle detector to handle closed loopsSergey Sharybin
2018-03-02Cleanup: Avoid double semi-colonSergey Sharybin
2018-03-01More clean of macros with an _END and no _BEGINDalai Felinto
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-28Point cache: Pass EvaluationContext for all the related functionsDalai Felinto
2018-02-28Depsgraph: Update tool settings when updating CoW sceneSergey Sharybin
2018-02-28Code cleanup: fix a few compiler warnings.Brecht Van Lommel