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
path: root/source
AgeCommit message (Expand)Author
2015-12-03Cleanup: remove unused structCampbell Barton
2015-12-03Fix T46899 sculpt normals not getting updated after exiting sculpt mode.Antony Riakiotakis
2015-12-02BMesh Decimate: don't collapse zero weighted edgesCampbell Barton
2015-12-02Fix T46905: UV/Image Editor - Can't add shortcut to Mirror / X Axis menu itemBastien Montagne
2015-12-02Buildbot: Initial work to move linux build environment to CMakeSergey Sharybin
2015-12-02Cleanup: ignore unused args in stubsCampbell Barton
2015-12-02Using term 'origin' for mathutils.bvhtree docsCampbell Barton
2015-12-02PyAPI: Change ray_cast to fix & improve behaviorCampbell Barton
2015-12-02Transform Snap: add optional face index argCampbell Barton
2015-12-02Cleanup: transform snap argumentsCampbell Barton
2015-12-02Cleanup: double-conversion warningsCampbell Barton
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-12-02Fix T46909: Text strip not themeableJulian Eisel
2015-12-01Comment assert in id_us_min, currently we can get zero user count at this point.Bastien Montagne
2015-12-01Outliner: add an option to "delete" libraries.Bastien Montagne
2015-12-01Fix auto-merge loosing edge/faces selectionCampbell Barton
2015-12-01Fix out-of-bounds access in recent shader updatesCampbell Barton
2015-12-01Fix minor order of init error w/ text drawCampbell Barton
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-12-01Fix T39935: Duplicate looses active curve splineKevin Mackay
2015-12-01minor error in recent text-draw commitCampbell Barton
2015-12-01UI: mono-space font user preferenceCampbell Barton
2015-12-01Python Console: store font id in a drawing contextCampbell Barton
2015-12-01Text Editor: store font id in a drawing contextCampbell Barton
2015-12-01Cleanup: struct declarationsCampbell Barton
2015-12-01Cleanup: Collada: make gcc (partially) happy.Bastien Montagne
2015-12-01Fix T46900: Inset Faces Thickness & Depth Do Not Use Scene Units (i.e. Imperi...Bastien Montagne
2015-12-01Add shortcuts for copying data path from RNACampbell Barton
2015-12-01RNA: de-duplciate rna-path create in tooltip codeCampbell Barton
2015-11-30CMake: Add some missing license files in the install targetSergey Sharybin
2015-11-30Libquery: fix double-handling of object pointer in scene's basact base.Bastien Montagne
2015-11-30Fix T46628: Strips overlapping in VSEJulian Eisel
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-30Fix T46896: Outliner group 'hide' doesn't update viewport renderCampbell Barton
2015-11-29Cleanup: sync edgehash w/ ghash remove logicCampbell Barton
2015-11-29Cleanup: rename `hash` -> `bucket_index`, edgehash APICampbell Barton
2015-11-29Cleanup: ghash/edgehash styleCampbell Barton
2015-11-28UI: More minor UI cleanups for keymap editorJulian Eisel
2015-11-28Render pipeline: Remove dead codeSergey Sharybin
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-28C++ RNA: Pass structures by referenceSergey Sharybin
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-11-28OpenGL: set OpenGL lights through simple shader API.Brecht Van Lommel
2015-11-28OpenGL: update simple shader API.Brecht Van Lommel
2015-11-28OpenGL: rename GPU_enable_material to better indicate it's binding shaders.Brecht Van Lommel
2015-11-28Fix a regression introduced by https://developer.blender.org/D1396 on video p...Ulysse Martin
2015-11-28Fix possible hang on buffer allocation failure. Reported by coverityAntony Riakiotakis
2015-11-28BMesh: pass loops instead of edges/verts to filter funcsCampbell Barton