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-23Depsgraph: Add relation flag to avoid flush across itSergey Sharybin
2018-04-23Depsgraph: Fix missing update with animated curve pathSergey Sharybin
2018-04-23Depsgraph: Cleanup, remove unused relation tagSergey Sharybin
2018-04-23Depsgraph: Add missing relations builderSergey Sharybin
2018-04-18Remove irrelevant print statementSybren A. Stüvel
2018-04-16Depsgraph: Pull indirect relations via driver targetsSergey Sharybin
2018-04-10Depsgraph: Build relations for objects linked via pchan constraintsSergey Sharybin
2018-04-10Depsgraph: Flush debug printsSergey Sharybin
2018-04-05Depsgraph: Pull indirect dependencies via pchan constraintsSergey Sharybin
2018-04-04Depsgraph: Make sure textures used by modifiers are in the graphSergey Sharybin
2018-04-04Depsgraph: Ensure root pchan is always foundSergey Sharybin
2018-04-04Depsgraph: Add missing expansion od custom bone shapesSergey 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-29Depsgraph: initialize EvaluationContext even if nothing to updateDalai Felinto
2018-03-22Depsgraph: Report new depsgraph evaluation timeSergey Sharybin
2018-03-21Fix T54378: Drivers fail with property from emptySergey Sharybin
2018-03-20MSVC: Fix lite build.Ray Molenkamp
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey 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-02-28Code cleanup: fix a few compiler warnings.Brecht Van Lommel
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-22Depsgraph: Report graph construction time when run with --debug-depsgraph-buildSergey Sharybin
2018-02-22Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2018-02-21Depsgraph: Fix fake dependency cycle with chained IK solvers with tip excludedSergey Sharybin
2018-02-21Depsgraph: Fix dependency when constraint influence drives some other constraintSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-21Depsgraph: Report overall number of cycles detectedSergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-08Depsgraph: Fix missing camera animation after visibility changesSergey 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