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
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-28Make 'set offset from cursor' group operator internal.Bastien Montagne
2017-05-25TexFace removal part 3Campbell Barton
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-20Merge branch 'master' into blender2.8Campbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-07-09Fix: Apply Scale to Delta Scale was doubling the effectJoshua Leung
2016-07-07Cleanup: use static sets, remove redundant copyCampbell Barton
2016-07-07Transforms to Delta TransformsJoshua Leung
2015-06-07MakeDupliFace: select new objectsCampbell Barton
2015-06-07Cleanup: use staticmethodsCampbell Barton
2015-03-30Cleanup: single quotes for enumsCampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-28cleanup: py importsCampbell Barton
2014-08-06UI: move button to set dupli-offset into group menuCampbell Barton
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-05-23Transfer shape keys wasn't checking for mesh typesCampbell Barton
2014-05-06Minor tweak to previous commit:Antony Riakiotakis
2014-05-06Related to T39950.Antony Riakiotakis
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-01-17Code Cleanup: avoid bpy.context when its passed in as an argCampbell Barton
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-07Object Operators: make-dupliface and join-uvs weren't using UNDO.Campbell Barton
2013-12-26Usual minor UI messages fixes...Bastien Montagne
2013-12-18Error in last commitCampbell Barton
2013-12-18Style CleanupCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-13Changed label to use UV Maps instead of UV Layoutsgaiaclary
2013-04-08select-camera operator could select hidden cameras, also disable freestyle fo...Campbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-03-14Fix misguiding menu label and make tooltip more descriptiveGaia Clary
2013-02-25fix for regression in 'object.shape_key_transfer' operator since BMesh merge,...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2012-11-20Bugfix [#29110] Animated Transforms to Deltas behaves oddly when applied moreJoshua Leung
2012-10-08style cleanup: pep8Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-20style cleanupCampbell Barton
2012-05-29Fix #31633: select pattern operator did not mention [abc] wildcard, alsoBrecht Van Lommel
2012-05-21change name length from 32 to 64, perhaps we should have some constant here b...Campbell Barton
2012-05-14select camera operator now works with view3d unlocked cameras,Campbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-13Move "From Cursor" operator which sets dupli group offset to own operatorSergey Sharybin
2012-03-27BMesh TODOs: use loops/polys instead of tessfaces.Bastien Montagne
2012-03-27MakeDupliFaces was using mesh.faces which was renamed to mesh.tessfaces.Sergey Sharybin
2012-03-23last commit broke cycles, also add BMESH_TODO's for python scripts that need ...Campbell Barton