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
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
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-03-01Spelling CleanupCampbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
2012-01-30fix [#30017] Make Dupli-Face needs active mesh objectCampbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-19py style change only - make property definitions consistentCampbell Barton