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-03-21Fix T54378: Drivers fail with property from emptySergey 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-02-23Cleanup: header guards & styleCampbell Barton
2018-02-22Depsgraph: Fix mistake in previous refactor commitSergey Sharybin
2018-02-22Depsgraph: Remove unused bmain from modifiers relations update contextSergey Sharybin
2018-02-22Depsgraph: Wrap all arguments foe modifiers relations update into a structSergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-22Depsgraph: Add utility class to keep track of handled ID datablocksSergey Sharybin
2018-02-22Depsgraph: Use proper debug print flags checkSergey Sharybin
2018-02-21Depsgraph: Fix fake dependency cycle with chained IK solvers with tip excludedSergey Sharybin
2018-02-21Depsgraph: Report overall number of cycles detectedSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Depsgraph: Correction to previous particle fixSergey Sharybin
2018-02-02Fix missing group duplicated by hair in renderSergey Sharybin
2018-01-29Depsgraph: Correction for previous fixSergey Sharybin
2018-01-29Depsgraph: Fix missing update when property from proxy rig drives somethingSergey Sharybin
2018-01-29Depsgraph: Cleanup, line wrapsSergey Sharybin
2018-01-29Fix T53614: New Depsgraph ignores NLA stripsJoshua Leung
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2018-01-16Depsgraph: Fix fake cyclic dependencies for node tree driversSergey Sharybin
2018-01-16Depsgraph: Better relations nameSergey Sharybin
2018-01-16Depsgraph: Check for ID match when checking if operations corresponds to the ...Sergey Sharybin
2018-01-16Depsgraph: Cleanup, indentationSergey Sharybin
2018-01-16Depsgraph: Cleanup, brace placement\Sergey Sharybin
2017-12-23Cleanup - Various style/typo fixesJoshua Leung
2017-12-21Depsgraph: Fix mistake in previous commitSergey Sharybin
2017-12-21Depsgraph: Remove one of temporary tags in the nodeSergey 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: Print some statistics about transitive reductionSergey Sharybin
2017-12-20Depsgraph: Make transitive reduction to workSergey Sharybin
2017-12-19Fix T53547 for real nowSergey Sharybin
2017-12-18Depsgraph: Replace iteration over ghash with iteration over flat arraySergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-13Fix T53547: Metaballs as dupli objects are not updated with the new DepsgraphSergey Sharybin
2017-12-13Fix T53552: Unneeded particle cache reset on frame changeSergey Sharybin
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Depsgraph: Cleanup, use less geenric data typeSergey Sharybin
2017-12-06Depsgraph: Forgot this in previous commitSergey Sharybin
2017-12-06Depsgraph: Ignore text datablocks from nodesSergey Sharybin
2017-12-06Depsgraph: Add missing bone properties to proxy rigsSergey Sharybin
2017-12-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in node treeSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in lampSergey Sharybin