- Apr 15, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Recall data is now stored as ob['recall'] = {'op': op_idname, 'args': op_args}
-
- Apr 14, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* See also the patch [#21731] New module mesh_utils.py (various functions to create "smart" mesh objects) * http://projects.blender.org/tracker/index.php?func=detail&aid=21731&group_id=9&atid=127
-
Martin Buerbaum authored
* Summary of changes: * Initial support for drawing lines. (Thanks to Algorith for applying my perspective_matrix patch.) * The distance value (in BUs) is also drawn in the 3D view now. * Also fixed some wrong calculations of global/local distances. * Now it's really "what you see is what is calculated". * Use bl_addon_info for Add-On information. Use "3D View" in category & name * Renamed reenter_editmode to view3d.reenter_editmode. * Renamed panel_measure.py into space_view3d_panel_measure.py * Active object is only used for edit-mode now. Measurement with exactly one sel. (but not necessarily active) object now gets the obj via the sel-object array. * API change Mathutils -> mathutils (r557) * Reduced PRECISION to 4 * Deselecting 1 of 2 objects now works correctly (active object is ignored). * Force a redraw of the area so disabling the "measure_panel_draw" checkbox will clear the line/text. * Only calculate area (CPU heavy) if a "area" checkbox is enabled.
-
Jonathan Smith authored
VIEW3D_MT_transform had a capital t in transform so it wasn't working(still...) now it should finaly work..
-
Jonathan Smith authored
-
Jonathan Smith authored
-
Martin Buerbaum authored
* Made the script PEP8 compatible.
-
Martin Buerbaum authored
* Cleanup up some PEP8 stuff.
-
Martin Buerbaum authored
* Renamed image_to_planes() to planes_from_images() * Fixed some strange code that overwrote extList.
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Fixed "url" and "descrioption" in bl_addon_info * Made this into a "Add Mesh" script (not "Object"), since that is what it does. * Renamed some internal functions to make it easier to guess their functionality. * Reformatted the code a bit and updated/fixed some comments.
-
Martin Buerbaum authored
-
- Apr 13, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Fixed usage of "relative_path" in bpy.ops.wm.link_append() * Added "fracture" name to all operators somewhere.
-
Martin Buerbaum authored
* https://projects.blender.org/tracker/index.php?func=detail&aid=21793&group_id=153&atid=467 * TODO: Better file/dir name(s)? * TODO: Cleanup UI a bit.
-
- Apr 12, 2010
-
-
Fabian Fricke authored
-
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.]]
-