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-08-12Cleanup: quiet warningsCampbell Barton
2017-08-08Merge branch 'master' into blender2.8Bastien Montagne
2017-08-08Fix T52255: New Depsgraph - Constraint and Drivers not working together when ...Sergey Sharybin
2017-08-08Depsgraph: Cleanup, make it easier to debug on laptopSergey Sharybin
2017-08-07Merge again...Bastien Montagne
2017-08-03Depsgraph: Fix wrong data type used for armature tagSergey Sharybin
2017-07-28Depsgraph: Re-use evaluated mesh across frames and remove time dependency fro...Sergey Sharybin
2017-07-27Depsgraph: Attempt to keep evaluated mesh when possibleSergey Sharybin
2017-07-27Depsgraph: Cleanup, variable nameSergey Sharybin
2017-07-27Depsgraph: Cleanup, use some utility functions to shorten construction codeSergey Sharybin
2017-07-27Depsgraph: Create ID nodes on build-time expansion using node builderSergey Sharybin
2017-07-27Depsgraph: Allow stealing copy-on-written pointerSergey Sharybin
2017-07-27Depsgraph: Fix possibly missing lamp update when lamp data changesSergey Sharybin
2017-07-27Depsgraph: Make it possible to use given pre-allocated ID as a copySergey Sharybin
2017-07-27Depsgraph: Fix crash happening in copy-on-write of imagesSergey Sharybin
2017-07-27Depsgraph: Skip iterating over all ntree users on node tree parameter updateSergey Sharybin
2017-07-26Depsgraph: Add utility function to initialize evaluation context from scene a...Sergey Sharybin
2017-07-25Depsgraph: Support changing scene's render engineSergey Sharybin
2017-07-25Depsgraph: Make sure armature mode is properly changed in all copied versionsSergey Sharybin
2017-07-25Depsgraph: Initial support of pose mode for copy-on-write armatureSergey Sharybin
2017-07-25Depsgraph: Remove unsued node flagSergey Sharybin
2017-07-24Depsgraph: Avoid assert failure in some harmless casesSergey Sharybin
2017-07-24Depsgraph: Synchronize collection visibility after copySergey Sharybin
2017-07-24Depsgraph: Fix typo in commentSergey Sharybin
2017-07-24Depsgraph: Fix crash when trying to create full copy of sceneSergey Sharybin
2017-07-24Depsgraph: Textures and images are actually covered by depsgraphSergey Sharybin
2017-07-24Depsgraph: Avoid creating ID nodes for objects which are coming from collecti...Sergey Sharybin
2017-07-24Depsgraph: Be consistent about id type variable nameSergey Sharybin
2017-07-24Depsgraph: Cleanup, use utility function to clear listsSergey Sharybin
2017-07-24Depsgraph: Ignore palettes from copy-on-write routinesSergey Sharybin
2017-07-21Depsgraph: Cleanup, remove unused function argumentSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Depsgraph: Fix missing material update when changing links in node treeSergey Sharybin
2017-07-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-21Fix T52134: New depsgraph crashes when evaluating several psys on from objectSergey Sharybin
2017-07-20Depsgraph: Fix crash when updating materials with copy on write enabledSergey Sharybin
2017-07-20Fix T51925: Eevee: Animated Eevee values slowdownSergey Sharybin
2017-07-20Depsgraph: Use explicit material update operation codeSergey Sharybin
2017-07-20Depsgraph: Solve TODO about more granular particle settings update taggingSergey Sharybin
2017-07-20Fix/workaround T52127: Combed hair from 2.78 not showing when appendingSergey Sharybin
2017-07-20Depsgraph: Fix crash with copy on write when scene has legacy basesSergey Sharybin
2017-07-20Depsgraph: Ignore groups from copy on write expansionSergey Sharybin
2017-07-20Depsgraph: Move strict checks under ifdef blocksSergey Sharybin
2017-07-19Depsgraph: Remove redundant argument from add_id_node()Sergey Sharybin
2017-07-19Depsgraph: Fix strict compiler error with copy on write disabledSergey Sharybin
2017-07-19Depsgraph: Fix particle system freeing accessing freed particle settingsSergey Sharybin
2017-07-19Depsgraph: Fix heap use after free when freeing scene with compositorSergey Sharybin
2017-07-19Depsgraph: Fix assert failure on Cycles renderSergey Sharybin
2017-07-19Depsgraph: Fix remapping of node trees when they reference self materialSergey Sharybin
2017-07-19Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin