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
2019-10-31Cleanup: import functions from bpy.propsCampbell Barton
2019-09-19UI: Consistent Tooltip for Add Torus OperatorHans Goudey
2019-09-07Cleanup: style, spellingCampbell Barton
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-03-17Cleanup: unused variablesCampbell Barton
2018-12-18Cleanup: python quotesCampbell Barton
2018-09-03Cleanup: use single quotes for enum'sCampbell Barton
2018-08-23Add Torus: default generate UV's to trueCampbell Barton
2018-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-04-26Merge branch 'master' into blender2.8Julian Eisel
2018-04-26Fix discontinuity in default UVs for a torusPhilipp Oeser
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
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