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-21Fix manipulator handles getting added each refreshCampbell Barton
2017-07-21Fix compilation error with Collada enabledSergey Sharybin
2017-07-21Fix function declaration of some modifiersSergey Sharybin
2017-07-21Depsgraph: Cleanup, remove unused function argumentSergey Sharybin
2017-07-21Fix compilation error with smoke and rigid body disabledSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Depsgraph: Fix missing material update when changing links in node treeSergey Sharybin
2017-07-21Fix T51724: Blender 2.80 EEVEE, Cycles, Clay Black Wall Graphical GlitchSergey 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-21Fix strict compiler error after recent UI changesSergey Sharybin
2017-07-21Fix T52136: Blender segfault (stack overflow most certainly) when converting ...Bastien Montagne
2017-07-21UI/floats: Reduce our UI_PRECISION_FLOAT_MAX by one to avoid most rounding is...Bastien Montagne
2017-07-21Set face-map to active when selectingCampbell Barton
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-07-21Fix T46560: 2D paint smear and soften brushes not working with alpha.Brecht Van Lommel
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-20Manipulator: add access to manipulator's groupCampbell Barton
2017-07-20PyAPI: use instancing when supportedCampbell Barton
2017-07-20Partially revert previous commit, some unwanted changes sneaked inSergey 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 crashes when OCIO configuration is missingSergey Sharybin
2017-07-20Depsgraph: Fix missing UV layers with copy on write enabledSergey 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-20RNA: face-map accessCampbell Barton
2017-07-20BMesh face map layer accessCampbell Barton
2017-07-20Depsgraph: Move strict checks under ifdef blocksSergey Sharybin
2017-07-19Fix T51969: Filebrowser "Open File" button disappear when double-click thumbnailJulian Eisel
2017-07-19Merge branch 'master' into blender2.8Campbell Barton
2017-07-19Fix topology mirror ignoring center vertsCampbell Barton
2017-07-19Clay Engine: Fix blue noise warning when compiling without clay.Clément Foucault
2017-07-19Eevee: Fix crash when using lamps in dupli groups.Clément Foucault
2017-07-19Doversion: Set Clay when opening "Blender Render" engine scenesDalai Felinto
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