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-02-11Killing more dots!Daniel Salazar
2010-02-10Fix for bug [#21015] Render Panel Presets do not remember fieldsDaniel Salazar
2010-02-10make dupliface rotation was wrong. Campbell Barton
2010-02-10make dupliface operator (access from object menu)Campbell Barton
2010-02-10Better default resolutions for UV Sphere and Torus primitives (nice squareDaniel Salazar
2010-02-082.5 Audio:Joerg Mueller
2010-02-08Patch #21011: Tweaks to Sky/Atmosphere presetsJoshua Leung
2010-02-07sunsky presetsCampbell Barton
2010-02-07Patch/Bugfix #20997: Recent commit to object_randomize_transform.py by Cam ad...Joshua Leung
2010-02-05patch [#20910] Support for exporting UV layouts to EPS filesCampbell Barton
2010-02-05add menus for vertex group and shape key panels, functionality wasnt communic...Campbell Barton
2010-02-02shape key transferCampbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-02-01shape key transfer fix.Campbell Barton
2010-01-31pep8 changesCampbell Barton
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