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
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Cleanup: Remove unused argumentSergey Sharybin
2017-11-24Depsgraph: Re-schedule pending tags after relations updateSergey Sharybin
2017-11-24Depsgraph: Correct wrong base_flags for objects coming from set sceneSergey Sharybin
2017-11-24Depsgraph: Use proper link flag for indirectly linked parent objectSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-24Depsgraph: Make has_ prefixed function to return booleanSergey Sharybin
2017-11-24Depsgraph: Flush flags from base to object as an evaluation stepSergey Sharybin
2017-11-24Depsgraph: Pass base to build_object()Sergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, split build_object() a bitSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-11-21Depsgraph: Fix crash removing object when CoW is enabledSergey Sharybin
2017-11-19Merge branch 'master' into blender2.8Julian Eisel
2017-11-18Cleanup: styleCampbell Barton
2017-11-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-11-13Depsgraph: Fix relations for metaballsSergey Sharybin
2017-11-09Depsgraph: Pass CoW pointer to ID datablocks evaluation functionsSergey Sharybin
2017-11-09Depsgraph: Cleanup, no explicit usage of std in codeSergey Sharybin
2017-11-09Merge branch 'master' into blender2.8Sergey 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-08Subject: [PATCH 2/3] Depsgraph: Replace iteration over ghash with iteration o...Sergey Sharybin
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Cleanup, remove redundant calls to add_componentSergey Sharybin
2017-10-25Merge branch 'master' into blender2.8Sergey 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-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-09-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52749: New Depsgraph - Render View Mask is not initialized correctlySergey Sharybin
2017-09-12Fix T52705: Lamps shadows are not refreshed when tweaking lamps parametersSergey Sharybin
2017-08-29Depsgraph: Fix missing material update when driving property in a groupSergey Sharybin
2017-08-29Depsgraph: Fix missing updates when tweaking node tree parametersSergey Sharybin
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin