- May 23, 2010
-
-
Brendon Murphy authored
script introduced to trunk. the script makes use of mfoxdoggs revision 28923. the script shows up in the add/curve menu.
-
- May 20, 2010
-
-
Luca Bonavita authored
- fixed url in add_mesh_gemstones.py, the page existed - created pages with a gentle "to-be-written" warning where needed and fixed urls in: - add_mesh_archimedean_solids.py - io_mesh_stl/__init__.py See: http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Archimedean_Solids http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Mesh/Surface_Sketch http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/File_I-O/STL http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/File_I-O/Camera_Animation Not nice to send people to non-existing pages :)
-
- May 17, 2010
-
-
Michael Williamson authored
Now this supports multiple UV assgned images (creating a material for each) and will also use existing materials and textures rather than creating new all teh time.
-
Brendon Murphy authored
-
- May 16, 2010
-
-
Florian Meyer authored
all done now
-
Florian Meyer authored
- removed view alignment in the object creation - added view alignment through align_matrix in the invoke - if the 'VIEW' alignment preference is set and the object properties are changed the object is rotated always to the view alignment of the view when the operator was called. --> doesn't snap to new view rotation when orbiting around object and changing properties.
-
Campbell Barton authored
-
Brendon Murphy authored
-
- May 15, 2010
-
-
Florian Meyer authored
-
Florian Meyer authored
-spamming the list with gears
-
Florian Meyer authored
-
Florian Meyer authored
doesn't snap back anymore when changing properties
-
- May 13, 2010
-
-
Florian Meyer authored
-small cleanup
-
Florian Meyer authored
-
- May 12, 2010
-
-
Brendon Murphy authored
imports fully rigged, textured characters from make human alpha 5. (current MH release)
-
Brendon Murphy authored
handy script for full screen quick access to materials
-
- May 08, 2010
-
-
Guillermo S. Romero authored
-
- Apr 30, 2010
-
-
Bart Crouch authored
-
Brendon Murphy authored
-
Jonathan Smith authored
Renamed start to frame_start and end to frame_end for generating particles, so that the cloud gen script works again.
-
Daniel Salazar authored
-
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)
-