- Apr 30, 2010
-
-
Daniel Salazar authored
-
- Apr 29, 2010
-
-
Brendon Murphy authored
The script creates a torus linked to a curve path to create a chain. Modifiers are also used.
-
- Apr 27, 2010
-
-
Martin Buerbaum authored
* See also http://en.wikipedia.org/wiki/Truncated_cuboctahedron
-
Martin Buerbaum authored
* Added "Truncated Cube" to Cuboctahedron descriptions/names. * Added some wikipedia links to the comments of each geometry function.
-
Brendon Murphy authored
add particle mode menu
-
Martin Buerbaum authored
* See also http://en.wikipedia.org/wiki/Truncated_octahedron * ngon_fill() now supports offset bigger than 1.
-
- Apr 26, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Added somne checks for input-parameters to prevent bad geometry. * Use Vector(()) for all vertice coordinates. * Documented some of the internal functions. * Added invert_face_normal() to flip the normal of a face.
-
- Apr 25, 2010
-
-
Campbell Barton 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 23, 2010
-
-
Martin Buerbaum authored
* Currently supported solids: * - Truncated Tetrahedron * - Rhombicuboctahedron * See also http://en.wikipedia.org/wiki/Archimedean_solid
-
Martin Buerbaum authored
* "Transform", "Set Parent", "Delete Object" - Only when objects are selected. * "Toggle Editmode/Objectmode"- Only when active object is a mesh.
-
Brendon Murphy authored
add contrib\py\scripts\addons\space_view3d_multiselect_menu.py delete contrib\py\scripts\addons\space_view3d_cursor_menu.py too many conflicts if enabled with dynamic menu & is integrated into Dynamic menu & spacebar menu [[Split portion of a mixed commit.]]
-
- Apr 22, 2010
-
-
Jonathan Smith authored
-
Fabian Fricke authored
-
Fabian Fricke authored
-
Fabian Fricke authored
Temporarly using custom py context to apply a modifier now. will change that when there's a better method available.
-
Martin Buerbaum authored
* New category: 'Import/Export'
-
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 21, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Lots of cleanup of geometry creation code. * Cleanup of operator parameters. * Default parameters have been changed to be similar between the two scripts (might still need some work) * Fix a bug where the "Gem" mesh had normals pointing inward.
-
Campbell Barton authored
-
Brendon Murphy authored
add object_name_edit.py [[Split portion of a mixed commit.]]
-
Fabian Fricke authored
-
Brendon Murphy authored
-
Brendon Murphy authored
-
- Apr 20, 2010
-
-
Martin Buerbaum authored
* Script now supports "recall" properties (Edit Object Parameters) * Renamed size parameters to "Size X", "Size Y" and "Size Z" * Cleanup of code & comments.
-
Martin Buerbaum authored
* Support "recall" properties (Edit Object parameters) * Cleaned up the verts/faces creation process.
-
Martin Buerbaum authored
* Now supports recall proeprties (Edit Object Parameters) * Cleaned up the verts/faces creation process.
-
Brendon Murphy authored
-
- Apr 19, 2010
-
-
Martin Buerbaum authored
* createFaces can now create fan/star like faces.
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* createFaces can now "Flip" faces and create fan/star like faces.
-
Martin Buerbaum authored
* Changed mesh creation code to use universal functions. Also tried to make it more readable & commented it. * Support recall date (Edit Object Parameters) * Support height of 0.0 (the cylindric middle part is skipped) * Support negative cap-height * Made PEP8 compatible and some cleanups. * Generell: Updated "createFaces" function to support fan/star like face creation as well.
-
- Apr 18, 2010
-
-
Jonathan Smith authored
-
- Apr 17, 2010
-
-
Brendon Murphy authored
-
Michael Williamson authored
-
Brendon Murphy authored
this will allow more user feedback for any required updates.
-
Brendon Murphy authored
now in the Object category. *note this cleans Add_Mesh so only add_mesh scripts are in that category. part of add mesh clean up for adding recall function.
-