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
2010-01-29minor corrections to scriptsCampbell Barton
2010-01-29bugfix [#19681] adjusting the settings of the 'add torus' tool in edit modeCampbell Barton
2010-01-28missed updating reload scriptsCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26[#20046] 2.5 "bridge faces" tool doesn't delete original selectionCampbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-23bugfix [#20774] ctrl+alt+f switches to Object mode if you are in local viewCampbell Barton
2010-01-20bugfix [#20726] "Export UV Layout" creates invalid SVG filesCampbell Barton
2010-01-19- AIX ifdef's so windows works, cant test but this seems the most used define...Campbell Barton
2010-01-19convert rotations into radians (not scale)Campbell Barton
2010-01-19pep8 compliance for Randomize objects loc/rot/scale.Campbell Barton
2010-01-19own error from changes to this script.Campbell Barton
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton
2010-01-15bugfix [#20688] Mesh with no materials fails to export UV layoutCampbell Barton
2010-01-15[#20685] Fixed: cleaned up descriptions, removed unrelated comments in codeCampbell Barton
2010-01-15Fix [#20514] In sculpting mode is possible to use page down/up to exceed the ...Matt Ebb
2010-01-15patch [#20673] Fixed descriptions in Torus mesh controls, and added some requ...Campbell Barton
2010-01-14uv layout svg files were not importing into inkscape or firefox (gimp worked)Campbell Barton
2010-01-14UV layoutCampbell Barton
2010-01-14Join as UVs.... (copies matching UVs to another object with the same topology)Campbell Barton
2010-01-13- when the image is available export the SVG with the pixel width and height,...Campbell Barton
2010-01-13UV Layout export, writes an SVG, uses material colors.Campbell Barton
2010-01-13UV mirror tool (copies UVs from one side of the mesh to the other)Campbell Barton
2010-01-10rename rig types not to have generic in the name (Cessens decission)Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-06fix for crash when setting a shapekeys name in rna, (probably other propertie...Campbell Barton
2010-01-06missing check for shape keyCampbell Barton
2010-01-04WM_OT_context_set_* - more compact and check for the relative option without ...Campbell Barton
2010-01-04Fix for previous commit - broke WM_OT_context_set_* operators for non float/i...Matt Ebb
2010-01-04* Added new hotkeys [ and ] to decrease/increase brush size by 20 in all pain...Matt Ebb
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27Transfer Shape KeyCampbell Barton
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-25sphinx rna api documentation generator to replace epydocsCampbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-23key shortcits for sculpt backCampbell Barton
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-22py error fix and minor changes to rna info classCampbell Barton
2009-12-19make subsurf keys - Ctrl+1,2,3,4, apply to all selected objects. not just the...Campbell Barton
2009-12-17autorigging front end, access in pose mode armature panel (at the bottom)Campbell Barton
2009-12-17pep8 corrections and no need to use C's _OT_ syntax when accessing operator n...Campbell Barton
2009-12-17Update 2.4x script: UV Follow active quads initial port thanks to Michael Wil...Campbell Barton
2009-12-14Fix #20356: ctrl+1/2/.. could set multires levels outside limits.Brecht Van Lommel
2009-12-14* Custom Player:Thomas Dinges
2009-12-14Fix for playing back movie filesMatt Ebb