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-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
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-06Depsgraph: Remove old depsgraph header from pythonSergey Sharybin
2017-04-05Merge branch 'master' into blender2.8Campbell Barton
2017-04-04Cleanup: redundant castsCampbell Barton
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-22Pydoc: Change Wikipedia links and grammar in mathutils matrix codeAaron Carlisle
2017-03-20Merge branch 'master' into blender2.8Campbell Barton
2017-03-18Missing from recent commitCampbell Barton
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2017-03-13OpenGL: remove packed imm mode functions from Python APIMike Erwin
2017-03-13OpenGL: remove GLU functions from Python APIMike Erwin
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-04Cleanup: expose struct for ED_view3d_mats_rv3d_*Campbell Barton
2017-03-02Remove all instances of OBACT from drawobject.c and related changesDalai Felinto
2017-03-01Cleanup: warningsCampbell Barton
2017-02-26Fix compiler warnings on macOS / clang / c++11.Brecht Van Lommel
2017-02-15Revert "Collection Editor based on patch by Julian Eisel"Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-02Merge branch 'master' into blender2.8Bastien Montagne
2017-02-02Fix missing uniform type for python GPU uniform export.Michael Stahre
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne