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-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
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-19Fix (unreported) seldom crash when using previews in filebrowser.Bastien Montagne
2017-07-19Manipulators: use nearest manipulatorCampbell Barton
2017-07-19Fix T52116: Blender internal BVH build crash in degenerate cases.Brecht Van Lommel
2017-07-19Merge branch 'master' into blender2.8Campbell Barton
2017-07-19Fix T52092: Crash un-grouping nodesCampbell Barton