Commit Graph

14 Commits

Author SHA1 Message Date
f151e96212 updated revision numbers 2010-09-10 14:33:09 +00:00
01564c0f25 == trunk addons ==
- comforming after my commit in bf-blender:
  - removed the categories from addons names
  - made 'version' a tuple of integers
  - added 'api' field
  - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though)

- more conforming:
  - 1 tab = 4 spaces

- please check everything is fine in case I made some gross mistake
2010-08-31 02:43:31 +00:00
4e501fa153 updates for changes in mathutils 2010-08-11 16:42:22 +00:00
4802d6516b fix for registering scripts.
- mesh_surface_sketch.py
- render_renderfarmfi.py
- space_view3d_align_tools.py
- object_cloud_gen.py

also move bl_addon_info to the top for faster parsing.
2010-08-02 14:35:58 +00:00
3148c0f203 update addons to work with new register/unregister method,
These scritps still need changes related to parent classes
- mesh_surface_sketch.py
- render_renderfarmfi.py
- space_view3d_align_tools.py
- object_cloud_gen.py
2010-08-02 11:53:48 +00:00
29f96aa287 update for changes in blenders api. 2010-07-15 16:56:27 +00:00
b5cd123b04 == trunk scripts confirming ==
- 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-13 14:08:29 +00:00
f95f6ed04f update for changes in blender 2010-07-03 17:39:45 +00:00
b65b5a4069 Add_Mesh Clean Up. pt1.
Re-call function is removed.

[[Split portion of a mixed commit.]]
2010-06-07 09:22:56 +00:00
1371472bee == addons ==
- 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-30 22:43:59 +00:00
da13f752c0 Updates for API changes in SVN 29091. 2010-05-30 20:50:06 +00:00
5523ab3a1f Added correct url to add_mesh_extras 2010-05-30 13:16:50 +00:00
6975326726 update trunk/py/scripts/addons/add_mesh_extras.py
added trapezohedron object
2010-05-30 11:26:02 +00:00
5cd3523040 merge & delete old files.
add_mesh_extras.py to replace sqorus, star, wedge & spindle
2010-05-23 10:18:58 +00:00