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-20PyAPI: use instancing when supportedCampbell Barton
2017-07-20BMesh face map layer accessCampbell Barton
2017-07-18Merge branch 'master' into blender2.8Campbell Barton
2017-07-17Fix T52090: clarify meaning of EnumProperty number when using ENUM_FLAG.Brecht Van Lommel
2017-07-17Merge branch 'master' into blender2.8Campbell Barton
2017-07-17PyAPI: don't use deprecated PyModule_GetFilenameCampbell Barton
2017-07-17Manipulator: allow py manipulators w/o propertiesCampbell Barton
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-06-26Used Py3.6 feature by accident, check versionCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-06-26Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Docs: correct doc-stringsCampbell Barton
2017-06-21PyAPI: add intern stringsCampbell Barton
2017-06-19Merge branch 'master' into blender2.8Campbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-17Merge branch 'master' into blender2.8Campbell Barton
2017-06-16PyAPI: Fix warning about indentAaron Carlisle
2017-06-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-15PyAPI: Proper Solution to bpy.appAaron Carlisle
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-09Merge branch 'master' into blender2.8Campbell Barton
2017-06-09RNA: remove static strings from registrationCampbell Barton
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2017-06-05Merge branch 'master' into blender2.8Campbell Barton
2017-06-05PyAPI: is_staticmethod used for classmethods's tooCampbell Barton
2017-06-05PyAPI: correct exception, expect 'staticmethod'Campbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-26Merge branch 'master' into blender2.8Campbell Barton
2017-05-26Fix T51287: Matrix.lerp fails w/ shearBrecht Van Lommel
2017-05-25Fix T51444: Unit tests don't run on WindowsCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-08Merge branch 'master' into blender2.8Julian Eisel
2017-05-06Fix PyAPI crash assigning/deleting id-propertiesCampbell Barton
2017-05-06PyAPI: Remove bpy.app.handlers.scene_updateCampbell Barton
2017-04-24Merge branch 'master' into blender2.8Campbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-21Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-21Matrix.decompose(): changed terminology, "location" → "translation"Sybren A. Stüvel
2017-04-18BGL: Remove deprecated enumsDalai Felinto
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne