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-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
2017-07-19Depsgraph: Fix wrong ID remapping when armature object is constructed prior t...Sergey Sharybin
2017-07-19Depsgraph: Ensure scene camera object is always builtSergey Sharybin
2017-07-19Depsgraph: Add code which helps catching cases when requested ID node is not ...Sergey Sharybin
2017-07-19ID: Add run-time flag indicating that ID is coming from copy-on-writeSergey Sharybin
2017-07-19Depsgraph: Fix compilation error in previous commitSergey Sharybin
2017-07-19Depsgraph: Remove hacky workaround for copy-on-write tagging flushing updates...Sergey Sharybin
2017-07-19Depsgraph: Fix crash opening file with IK solver with copy on write enabledSergey Sharybin
2017-07-19Depsgraph: Restore ID datablock tag when Object is tagged with OB_RECALC_DATASergey Sharybin
2017-07-19Depsgraph: Restore workaround for CoW objects not being fully expandedSergey Sharybin
2017-07-19Depsgraph: Prevent wrong particles state when canceling playbackSergey Sharybin
2017-07-19Depsgraph: Fixes to make particle system behave more correctSergey Sharybin
2017-07-19Depsgraph: Stop tagging all IDs for update on depsgraph rebuildSergey Sharybin
2017-07-19Depsgraph: Initial implementation of more granular taggingSergey Sharybin
2017-07-19Depsgraph: Cleanup, de-duplicate couple of utility functionsSergey Sharybin
2017-07-19Depsgraph: Cleanup, remove unused untested functionsSergey Sharybin
2017-07-19Depsgraph: Use dependency graph flush routines to update particle settingsSergey Sharybin
2017-07-19Depsgraph: Use explicit parameters eval operation codeSergey Sharybin
2017-07-19Depsgraph: Add generic parameters evaluation operation codeSergey Sharybin
2017-07-19Depsgraph: Use more explicit naming for operation codesSergey Sharybin
2017-07-19Despgraph: cleanup, make separation of opcodes strings more clearSergey Sharybin
2017-07-19Depsgraph: Use more explicit name for particle system evaluation opcodeSergey Sharybin
2017-07-18Layer cleanup: get rid of one of the placeholder functionsDalai Felinto
2017-07-14Depsgraph: Initial support of armatures for copy-on-writeSergey Sharybin
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-07-13Depsgraph: Make it more explicit in naming what version of data getetrs returnsSergey Sharybin
2017-07-10Depsgraph: Use explicit bmain pointer passed to layer utilitiesSergey Sharybin
2017-07-10Depsgraph: Fix wrong layer usedSergey Sharybin
2017-07-10Fix T51931: VBO not updating when UVs are added to shader node treeLuca Rood
2017-07-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-07-07Fix T51977: New depsgraph removes the grass in victor sceneSergey Sharybin
2017-07-06Fix T51943: Depsgraph: world update happening eternally on background (set) s...Sergey Sharybin