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-07-13== trunk scripts confirming ==Luca Bonavita
- every script is now (2,5,3) - added warning field in bl_addon_info so every dev knows about this: when "warning" field is not empty, a warning icon appears and text alerts users about a buggy script (this is used during development, released scripts should must have this empty of course) - formatted scripts info like this - GPL - docstring - bl_addon_info - imports so that the actual script starts after the bl_addon_info dict - removed old 2.4x cruft like __url__, __bpydoc__, __author__ etc, not needed anymore (when the case integrated info with bl_addon_info and in case of one email meta just put it in the GPL) - next commits I plan to do contrib scripts and conform io scripts naming
2010-07-13Clean up. scripts/addons/add_mesh_twisted_torus.pyBrendon Murphy
2010-07-13fix error that broke the script.Brendon Murphy
2010-07-11Begun work on Full Animation. Having trouble with axis flipping.Chris Foster
2010-07-11Very minor change. Just getting the hang of this committing thing.Chris Foster
2010-07-10add a poll function for the sequencerCampbell Barton
2010-07-10SVN maintenance and PEP8 (except E501).Guillermo S. Romero
2010-07-09== addons ==Luca Bonavita
fixed info in directx exporter
2010-07-09Added port of direct x exporter to trunk.Brendon Murphy
Thanks to Chris Foster for this well written script.
2010-07-09fix errorBrendon Murphy
2010-07-09menu error panel fixed and other few minors.John Phan
2010-07-08copy buttons were copying all propertiesCampbell Barton
2010-07-08- enable this for the sequencerCampbell Barton
- added option to copy from active to selected - made the active display first
2010-07-06better descriptionFlorian Meyer
2010-07-05removed the curvature simplification method (only the visibility, code is ↵Florian Meyer
still there). Needs more research until it gets at least as good as the distance based method
2010-07-04moved to contrib, the script is far too buggy for release.Brendon Murphy
removal requested by author [[Split portion of a mixed commit.]]
2010-07-03update for changes in blenderCampbell Barton
2010-06-30== addons ==Luca Bonavita
- moved the wiki page
2010-06-30== addons ==Luca Bonavita
I forgot a comma :S, genius...
2010-06-30== addons ==Luca Bonavita
- added wiki and tracker web pages to Object Property Chart script
2010-06-28minor fixesCampbell Barton
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