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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-11Depsgraph: Fix face dependency cycle when bone uses id property from selfSergey Sharybin
2018-04-23Depsgraph: Fix missing update with animated curve pathSergey Sharybin
2018-04-10Depsgraph: Flush debug printsSergey Sharybin
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-02Depsgraph: Fix dependency cycle when ID prop drives ID propertySergey Sharybin
2018-03-02Cleanup: Avoid double semi-colonSergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-21Depsgraph: Fix dependency when constraint influence drives some other constraintSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey 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: Add utility function to unlink relation from graphSergey Sharybin
2017-12-18Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-06Depsgraph: Add missing NULL pointer checkSergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin
2017-12-06Depsgraph: Correct fallback for the parameters calculationSergey Sharybin
2017-12-06Depsgraph: Add criteria for RNA_KeySergey Sharybin
2017-12-06Depsgraph: Remove confusing ID node criteriaSergey Sharybin
2017-12-06Depsgraph: Use generic function for shape key driver targetSergey Sharybin
2017-12-06Depsgraph: Correct RNA pointer criteria to deal with bone custom propertiesSergey Sharybin
2017-12-04Depsgraph: Cleanup, node from RNA pointer searchSergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-06-14Depsgraph: Remove unused ID node removalSergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-06-01Depsgraph: Remove unused argument from time source querySergey Sharybin
2017-06-01Depsgraph: Remove subgraph nodesSergey Sharybin
2017-06-01Depsgraph: Remove dead codeSergey Sharybin
2017-06-01Depsgraph: Cleanup, get rid of relation typeSergey Sharybin
2016-11-23Depsgraph: Fix matrix_world driver sourceSergey Sharybin
2016-11-21Depsgraph: Fix infinite viewport object update in CYcles render modeSergey Sharybin
2016-11-07fix building depsgraph after recent changesMartijn Berger
2016-11-07Depsgraph: Use const char instead of string in part of drivers constructionSergey Sharybin
2016-11-07Depsgraph: Switch away form string to const char* for node namesSergey Sharybin
2016-05-27Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-05-25Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-05-09Depsgraph: Store node input/output links in a vector rather than in setSergey Sharybin
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-08-28Fix remaining parts of T44881, missing update on loading fileSergey Sharybin
2015-08-28Fix T45929: OpenSubdiv was doing extra object recalc tagsSergey Sharybin
2015-08-27Fix T45702: Editing smoke while viewport render and blender bugSergey Sharybin
2015-08-27OpenSubdiv: Tweaks to detecting whether geometry data is needed on GPU with n...Sergey Sharybin
2015-08-03OpenSubdiv: Make new geometry relations ensures dependent data exists on CPUSergey Sharybin
2015-08-03OpenSubdiv: Resolve crashes when other object depends on subsurf-ed objectSergey Sharybin