Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-31Updates for API changes in SVN 29091.Thomas Dinges
2010-05-30- fix for 0 edge length spotted by pildanovak,Florian Meyer
thanks
2010-05-30Added correct url to add_mesh_extrasJonathan Smith
2010-05-30update trunk/py/scripts/addons/add_mesh_extras.pyBrendon Murphy
added trapezohedron object
2010-05-30move curve_simplify.py to trunk/py/scripts/addons/curve_simplify.pyBrendon Murphy
[[Split portion of a mixed commit.]]
2010-05-27-another small UI updateFlorian Meyer
2010-05-27- lots of code cleanup, removed everything unnecessary/unusedFlorian Meyer
- some better tool tips - rework of UI - defaults to options for torus knots only now - button to show additional parameters
2010-05-26update for change in apiCampbell Barton
2010-05-25SVN maintenance.Guillermo S. Romero
2010-05-24delete trunk/py/scripts/addons/space_view3d_dynamic_menu.pyBrendon Murphy
add snap tools & some strange recurring tooltip problems fixed in trunk/py/scripts/addons/space_view3d_spacebar_menu.py
2010-05-24delete contrib/py/scripts/addons/space_view3d_cursor_to_edge_intersection.pyBrendon Murphy
add cursor to edge intersection to editmode cursor menu in trunk/py/scripts/addons/space_view3d_spacebar_menu.py [[Split portion of a mixed commit.]]
2010-05-24restore curve menu.Brendon Murphy
2010-05-24removed width -->Florian Meyer
not really adding anything
2010-05-23added iconFlorian Meyer
looked naked otherwise
2010-05-23merge & delete old files.Brendon Murphy
add_mesh_extras.py to replace sqorus, star, wedge & spindle
2010-05-23- better spellingFlorian Meyer
- remove one unused var
2010-05-23moved back to contrib/py/scripts/addons/add_mesh_archimedean_solids.pyBrendon Murphy
new Solids script handles these functions. [[Split portion of a mixed commit.]]
2010-05-23little thingsFlorian Meyer
-remove debug prints -remove endpoint_u option
2010-05-23addons/add_mesh_solid.pyBrendon Murphy
creates Platonic & Archimedean & Catalan objects & more. over 3o math object presets are included.
2010-05-23addons/add_curve_aceous_galore.pyBrendon Murphy
added to trunk. also a "curve menu" script.
2010-05-23addons/add_curve_torus_knots.pyBrendon Murphy
script introduced to trunk. the script makes use of mfoxdoggs revision 28923. the script shows up in the add/curve menu.
2010-05-20== some wiki urls fixes ==Luca Bonavita
- 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 :)
2010-05-17Re-ported texface--> material.Michael Williamson
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.
2010-05-17updated, added cloud typesBrendon Murphy
2010-05-16align_matrix for the rest add mesh scriptsFlorian Meyer
all done now
2010-05-16- batch one of add mesh updatesFlorian Meyer
- 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.
2010-05-16update for change in blender operatorCampbell Barton
2010-05-16updated unreal export_unreal_psk_psa.pyBrendon Murphy
2010-05-15- same view_align fix as in gearsFlorian Meyer
2010-05-15-added draw() to worms opFlorian Meyer
-spamming the list with gears
2010-05-15-added draw() to the gears operatorFlorian Meyer
2010-05-15-fixed view_align problemFlorian Meyer
doesn't snap back anymore when changing properties
2010-05-13-added iconsFlorian Meyer
-small cleanup
2010-05-13added a nicer draw() functionFlorian Meyer
2010-05-12make human import.Brendon Murphy
imports fully rigged, textured characters from make human alpha 5. (current MH release)
2010-05-12add trunk/py/scripts/addons/space_view3d_materials_utils.pyBrendon Murphy
handy script for full screen quick access to materials
2010-05-08SVN maintenance.Guillermo S. Romero
2010-04-30Added poll() function to fix crash with no selected objects. Grouped ↵Bart Crouch
registration functions.
2010-04-30add recent updates & check versionsBrendon Murphy
2010-04-30Renamed start to frame_start and end to frame_end for generating particles, ↵Jonathan Smith
so that the cloud gen script works again.
2010-04-30Mesh Relax addon new hard max iteration to 100Daniel Salazar
2010-04-30Adding properties panel launcher to spacebar menu addonDaniel Salazar
2010-04-29Add Object Add Chain to release. Brendon Murphy
The script creates a torus linked to a curve path to create a chain. Modifiers are also used.
2010-04-27* Added support for Truncated CuboctahedronMartin Buerbaum
* See also http://en.wikipedia.org/wiki/Truncated_cuboctahedron
2010-04-27* Fixed wrong name (thombicuboctahedron -> rhombicuboctahedron)Martin Buerbaum
* Added "Truncated Cube" to Cuboctahedron descriptions/names. * Added some wikipedia links to the comments of each geometry function.
2010-04-27add lattice menu'sBrendon Murphy
add particle mode menu
2010-04-27* Added support for "Truncated Octahedron".Martin Buerbaum
* See also http://en.wikipedia.org/wiki/Truncated_octahedron * ngon_fill() now supports offset bigger than 1.
2010-04-26* Added ngon_fill() function to quickly generate "good" quad geometry for ↵Martin Buerbaum
even&regular ngons.
2010-04-26* Added support for "Cuboctahedron"Martin Buerbaum
* 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.
2010-04-25update for mathutils, also stripped some redundant conversions.Campbell Barton