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-06-27remove filename and directory from ops that dont need themCampbell Barton
2010-06-23Fix [#21996]: Dynamic menu does not enter object mode properly, added ↵Jonathan Smith
correct operator to menu for texture, weight and vertex paint modes so that they can go back to object mode, also added go to object mode for the edit_armature menu
2010-06-22fix in add menu, surface updated to current api call.Brendon Murphy
2010-06-20Patch by Oenvoyage for import images as planes, when u put use alpha, itDaniel Salazar
doesnt render out the plane, it is missing the alpha
2010-06-20Changed capital letter to lowercase so that aligning scale would workJonathan Smith
2010-06-20Took out warning sign for panel measureJonathan Smith
2010-06-20Added fontid args to all missing spots so that script now displays text ↵Jonathan Smith
distance on the screen
2010-06-19more updates to defaultsFlorian Meyer
2010-06-18saner multiplier for curvature threshold, more precisionFlorian Meyer
2010-06-17fixed broken scriptBrendon Murphy
2010-06-17added "warning" fieldLuca Bonavita
according to commit I just madein bf-blender see http://lists.blender.org/pipermail/bf-blender-cvs/2010-June/028699.html check 3dview category in addons panel
2010-06-16changed message to include description.Brendon Murphy
2010-06-16return to 3D View Menu with note that script returns errors.Brendon Murphy
2010-06-14update for changes in trunkCampbell Barton
2010-06-13further fix urlBrendon Murphy
2010-06-13changed url, will tidy up later.Brendon Murphy
2010-06-13DXF support. maybe put this in I/O as it should be a fully supported format ↵Brendon Murphy
i guess.
2010-06-10now really the correct fix for zero edge lengthsFlorian Meyer
2010-06-10fixed error when the data could not be found on one of the itemsCampbell Barton
2010-06-10addons/space_view3d_property_chart.py fixed menu registration.Brendon Murphy
2010-06-10minor UI changes, use the object name rna rather then a label so you can ↵Campbell Barton
rename them as well
2010-06-10modified layout and dont display a row if no attributes are foundCampbell Barton
2010-06-10alignment propertiesCampbell Barton
2010-06-10replace empty text for unknownCampbell Barton
2010-06-10tool to display arbitrary properties of all selected objectsCampbell Barton
2010-06-10Shorten text & change icon for active objectBrendon Murphy
2010-06-09-probably fixed curvature mode for fcurves_simplifyFlorian Meyer
-some better defaults
2010-06-09-better pollFlorian Meyer
-cleanup and generalizations
2010-06-08added simplify f-curves,Florian Meyer
rewritten a little bit as to allow it to function correctly. hided the curvature mode for f curves: behaves a little weird on f curves. looks like bug somewhere. have to investigate. Also, since there is no tool panel in the graph editor, the options have to be accessed from the 3dView
2010-06-08fix urlBrendon Murphy
2010-06-07Move this handy tool to trunk/py/scripts/addons/space_view3d_align_tools.pyBrendon Murphy
[[Split portion of a mixed commit.]]
2010-06-07Return space_view3d_panel_measure.py to trunk, with the "Broken" Category.Brendon Murphy
[[Split portion of a mixed commit.]]
2010-06-07Add_Mesh Clean Up. pt1.Brendon Murphy
Re-call function is removed. [[Split portion of a mixed commit.]]
2010-06-07moved trunk/py/scripts/addons/add_edit_object_parameters.pyBrendon Murphy
to repair_holding/add_edit_object_parameters.py keeping this script here until I remove the recall function from add mesh scripts. then it will be permanently deleted. [[Split portion of a mixed commit.]]
2010-06-06reveal the other arctypesFlorian Meyer
2010-06-06set arctype to 3 by default.Florian Meyer
2010-06-04[[Split portion of a mixed commit.]]Brendon Murphy
2010-06-02filename --> filepath (changed in trunk/svn)Campbell Barton
2010-05-31* Changed Location Text. Thomas Dinges
2010-05-31== addons ==Luca Bonavita
- added tracker_url to most of the current scripts in release, see http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html - apparently missing tracker pages for 2 scripts: - io_anim_camera.py - io_mesh_stl.py - wiki links: - added link to space_view3d_materials_utils.py - conformed link in import_scene_unreal_psk.py
2010-05-31== addons ==Luca Bonavita
- testing the new button "report a bug", see commit from dingto here http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html
2010-05-31* Removing 2 obsolete lines. Thomas Dinges
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