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 (Collapse)Author
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
The choices are now World, View and 3D Cursor. This breaks Python API compatibility, add-ons that add objects with this parameter will need to be updated. Differential Revision: https://developer.blender.org/D4706
2018-09-06UI / Python: rename X-Ray to In Front, Draw to Display.Brecht Van Lommel
See T56648.
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
Internally it's still mostly named lamps, though some modules like Cycles were already calling them lights.
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-04-293D View: add initial view.shading and view.overlay in RNA.Brecht Van Lommel
These are mostly empty still, many properties need to be renamed and moved there.
2017-05-25TexFace removal part 3Campbell Barton
- MTexPoly structure & layer type. - The 'Mesh.uv_textures' layers. - DerivedMesh TexFace drawing. - Scripts & UI.
2017-03-29Remove non-bmesh case from testCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2015-09-22Update test to RNA APICampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-06-18Move tests into tests/ top-level dirCampbell Barton