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-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-11-25Fix Torus default UV's offset outside 0-1 boundsCampbell Barton
2016-11-25Remove eekadoodle workaround for add torusCampbell Barton
2016-11-18Add Torus: avoid excessive attr accessCampbell Barton
2016-10-01Add default UV coordinates for torus primitive.Sebastian Witt
2015-04-22Cleanup: pep8, spellingCampbell Barton
2015-01-28cleanup: py importsCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-01-14Fix T38205, typo in Add Torus operator.Thomas Dinges
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-08-13Typo (dimention instead of dimension).Bastien Montagne
2013-08-10Add better UI for "Add Torus" functionSv. Lockal
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-03-28I18n: various fixing.Bastien Montagne
2013-01-02changes needed for EDL import to work again.Campbell Barton
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-08style cleanup: pep8Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-04-08code cleanup: remove unused imports/defines + other redundant code.Campbell Barton
2012-03-26Fix [#30684] Bmesh AddTorus.execute failure.Bastien Montagne
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-23last commit broke cycles, also add BMESH_TODO's for python scripts that need ...Campbell Barton
2012-03-14Changes to python-defined add object operators:Sergey Sharybin
2011-11-08- operator presets now work in the 3D view as well as the file selector.Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-25swap vertor multiplication order for add torus.Campbell Barton
2011-05-16move generic bpy helper modules into bpy_extras.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton