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-05Depsgraph: Pull indirect dependencies via pchan constraintsSergey Sharybin
2018-04-04Depsgraph: Make sure textures used by modifiers are in the graphSergey Sharybin
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: Cleanup, use dedicated function to ensure node existsSergey Sharybin
2018-03-02Depsgraph: Cleanup, function return valueSergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-02Fix missing group duplicated by hair in renderSergey Sharybin
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2017-12-23Cleanup - Various style/typo fixesJoshua Leung
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Depsgraph: Ignore text datablocks from nodesSergey Sharybin
2017-11-29Cleanup: Remove unused argumentSergey Sharybin
2017-11-24Depsgraph: Make has_ prefixed function to return booleanSergey Sharybin
2017-11-23Depsgraph: Cleanup, split build_object() a bitSergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-11-18Cleanup: styleCampbell Barton
2017-11-13Depsgraph: Fix relations for metaballsSergey Sharybin
2017-11-09Depsgraph: Add missing handlers of node IDsSergey Sharybin
2017-11-09Depsgraph: Cleanup, remove scene being passed all overSergey Sharybin
2017-11-09Depsgraph: Make bmain part of builder state and remove bmain from public APISergey Sharybin
2017-11-09Depsgraph: Cleanup, use google style for private membersSergey Sharybin
2017-11-09Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2017-11-09Depsgraph: Assert when node uses unhandled ID typeSergey Sharybin
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-25Depsgraph: Cleanup, remove redundant calls to add_componentSergey Sharybin
2017-10-25Depsgraph: Add missing movie clip dopesheet invalidationSergey Sharybin
2017-10-25Depsgraph: Use explicit opcode for shape keySergey Sharybin
2017-10-25Depsgraph: Cleanup, use explicit cloth modifier opcodeSergey Sharybin
2017-10-25Depsgraph: Cleanup, don't call explicit add_id()Sergey Sharybin
2017-10-25Depsgraph: Use explicit parameters eval operation codeSergey Sharybin
2017-10-25Depsgraph: Cleanup, use proper style for macro loopSergey Sharybin
2017-10-25Depsgraph: Remove unsued node flagSergey Sharybin
2017-10-25Depsgraph: Make operation codes more obviousSergey Sharybin
2017-09-14Fix T52749: New Depsgraph - Render View Mask is not initialized correctlySergey Sharybin
2017-08-28Depsgraph: Don't cast ID_Type to shortSergey Sharybin
2017-08-24Fix T51907: New Depsgraph - Camera constraint is not evaluated properlySergey Sharybin
2017-08-22Depsgraph: Remove placeholder for path evaluationSergey Sharybin
2017-07-21Fix T52134: New depsgraph crashes when evaluating several psys on from objectSergey Sharybin
2017-06-14Depsgraph: Cleanup, indentationSergey Sharybin
2017-06-13Depsgraph: Pass function bindings by const referenceSergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-01Depsgraph: Remove operation types enumSergey Sharybin
2017-06-01Depsgraph: use explicit marking of component entry/exit operationsSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-06-01Depsgraph: Remove subgraph nodesSergey Sharybin