- Apr 12, 2010
-
-
Thomas Dinges authored
-
Brendon Murphy authored
[[Split portion of a mixed commit.]]
-
- Apr 11, 2010
-
-
Campbell Barton authored
-
- Apr 09, 2010
-
-
Brendon Murphy authored
-
Jonathan Smith authored
Added the spacebar search operator to DMenu, as well as changing the toggle object/editmode some more so that when you are in neither object or editmode, then you can choose which one to go to.
-
- Apr 07, 2010
-
-
Martin Buerbaum authored
* Bug http://projects.blender.org/tracker/?func=detail&atid=453&aid=21913&group_id=153 * The script now correctly calculated the surface area (faceAreaGlobal) of scaled meshes.
-
- Apr 06, 2010
-
-
Florian Meyer authored
-added missing mesh_update and select/active states
-
Martin Buerbaum authored
* Fixed an error Campbell overlooked (appending tuples to an array, not single values) Thanks for the report wild_doogy. * Made the script PEP8 compatible again.
-
Jonathan Smith authored
-
- Apr 05, 2010
-
-
Brendon Murphy authored
script is good to go. [[Split portion of a mixed commit.]]
-
- Apr 04, 2010
-
-
Campbell Barton authored
-
- Apr 03, 2010
-
-
Campbell Barton authored
- use operator reports for errors too - avoid type checks by converting to a float, errors converting to a float are reported too.
-
Brendon Murphy authored
-
Brendon Murphy authored
trunk/py/scripts/addons/space_view3d_dynamic_menu.py the 3d cursor menu is built in, for now the cursor menu can stay, but this may change. [[Split portion of a mixed commit.]]
-
Brendon Murphy authored
added pep8 updated wiki link. [[Split portion of a mixed commit.]]
-
- Apr 02, 2010
-
-
Brendon Murphy authored
[[Split portion of a mixed commit.]]
-
Brendon Murphy authored
-
- Apr 01, 2010
-
-
Campbell Barton authored
-
Brendon Murphy authored
commit 27934 by DingTo: Improved Addons in User Prefs by Keith Boshoff (wahooney) This adds a "description" field to addons (ideally a small 1 liner, with basic info) [[Split portion of a mixed commit.]]
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- Mar 27, 2010
-
-
Brendon Murphy authored
add pontiac's clever fix for long wiki links to all scripts links should be pep8 compliant now.
-
- Mar 26, 2010
-
-
Martin Buerbaum authored
-
Paulo Gomes authored
-
- Mar 24, 2010
-
-
Martin Buerbaum authored
* Display operator name and stored recall parameters. * TODO: Make parameter list collapsible?
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Brendon Murphy authored
-
Martin Buerbaum authored
* Changed the name of the script. ('Edit Object Parameters') * Added warning about losing manual changes. * Renamed file from space_view3d_object_recall_operator.py to space_view3d_edit_object_parameters.py
-
Martin Buerbaum authored
* Major re-write. * Use existing code from createFaces, obj_store_recall_properties and apply_view_rotation. * "Edit" button is now defined by the "Recall object operator" script => has to be activated in the Add-On panel. * A lot of cleanup. * TODO: createFaces, obj_store_recall_properties and apply_view_rotation should really be put into a central file/library.
-
- Mar 23, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Use hidden "edit" property for "recall" operator.
-
Martin Buerbaum authored
* Use hidden "edit" property for "recall" operator. * Bugfix: "Z Function" was mixing up div_x and div_y
-
Martin Buerbaum authored
* Removed changes to 3D cursor. * Removed removal of objects (Has to be handled in "Add Mesh" operator now.)
-
Martin Buerbaum authored
* Store "recall" properties in the created objects. (Only usable in combination with the "Recall object operator" script enabled in the Add-Ons) * Align the geometry to the view if the user preference says so.
-
Martin Buerbaum authored
* X,Y,Z Function Surface (by Ed Mackey & tuga3d). See http://wiki.blender.org/index.php/Extensions_talk:2.5/Py/Scripts/Add_3d_Function_Surface for examples. * Renamed old "3D Function Surface" to "Z Function Surface". * Align the geometry to the view if the user preference says so. * Store recall properties in newly created object. (only usable in combination with "Recall object operator")
-
Martin Buerbaum authored
* Generic function to re-create an object that was created with a "Add Mesh" operator. * TODO: Please read the "Known issues"
-