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-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Fix three obvious mistakes in brush/mask/cachefile ID copying.Bastien Montagne
2017-06-14Add an option to free scene without doing id-countersSergey Sharybin
2017-06-14Implement hair in eeveeLuca Rood
2017-06-14Temporarily disable material preview (T51796 workaround)Luca Rood
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Depsgraph: Cleanup, indentationSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Cleanup: Indentation got broken in previous commitSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Depsgraph: Remove unused ID node removalSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Campbell Barton
2017-06-14Fix buffer read error w/ 2 pass select queriesCampbell Barton
2017-06-14Fix possible heap use-after-free in workspace lib-linkingJulian Eisel
2017-06-14Fix T51794: Crash on hair file when opening with no UIJulian Eisel
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-06-13Better Fix for T51777: Separating objects by selected verticesDalai Felinto
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Depsgraph: Pass function bindings by const referenceSergey Sharybin
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-13Draw manager: Fix initialization of static structSergey Sharybin
2017-06-13Draw manager: Don't check matrix to be non-NULLSergey Sharybin
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-13CMake: add missing includesCampbell Barton
2017-06-12Fix T51777: Separating objects by selected vertices in Eevee causes crashDalai Felinto
2017-06-12Renaming: *_Iterator_begin/next > *_iterator_begin/nextDalai Felinto
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Depsgraph: Remove residue from partial updates supportSergey Sharybin
2017-06-12Draw Manager: Fix memory issues when copying sceneDalai Felinto
2017-06-12Depsgraph: Traversing should be consistent for nodes and relationshipDalai Felinto
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Depsgraph: Use depsgraph from handle rather than from sceneSergey Sharybin
2017-06-12Depsgraph: Add utility function to get depsgraph from node handleSergey Sharybin
2017-06-12Depsgraph: Remove outdated commentSergey Sharybin
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-12Fix crash drawing non-mesh geometryCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-11Use two decimal places for UI scale User Preference optionJulian Eisel
2017-06-11BLI_kdopbvh: add ifdef's for debugging infoCampbell Barton
2017-06-10UI: Replace placeholder icons in object-add menuJulian Eisel
2017-06-10Draw Cache: fix probe vbo sizeClément Foucault
2017-06-10Rename node_widgets -> node_manipulatorsCampbell Barton
2017-06-10Missed last commitCampbell Barton