- May 30, 2010
-
-
Thomas Dinges authored
-
- Apr 24, 2010
-
-
Campbell Barton authored
collections like context.selected_objects no longer return None for empty lists. Update scripts for this. also removed check for obj.data == None for a mesh. This will never happen.
-
- Apr 22, 2010
-
-
Brendon Murphy authored
Rename script. (needed to make the script show First in the menu.) Change to Add Mesh. (so the script is grouped with the scripts it records & ease of use)
-
- Apr 15, 2010
-
-
Martin Buerbaum authored
* Recall data is now stored as ob['recall'] = {'op': op_idname, 'args': op_args}
-
- Apr 11, 2010
-
-
Campbell Barton authored
-
- Apr 01, 2010
-
-
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.]]
-
- Mar 26, 2010
-
-
Martin Buerbaum 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
-
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
-
- Mar 23, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Removed changes to 3D cursor. * Removed removal of objects (Has to be handled in "Add Mesh" operator now.)
-
Martin Buerbaum authored
* Generic function to re-create an object that was created with a "Add Mesh" operator. * TODO: Please read the "Known issues"
-