Commit Graph

21 Commits

Author SHA1 Message Date
c7c6d6d879 bl_addon_info -> bl_info 2011-01-14 16:09:46 +00:00
7fb70a4041 == Tracker urls formatting ==
READ THIS TO AVOID A LOT OF WORK!

New way of linking to tracker pages: just use the parameter "aid" (artifact ID),
to avoid a lot of manual updates later in wiki and svn.

Example:
=========

OLD WAY TO LINK TO TRACKER
-----------------------------

Complete url of a script in Upload
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=467

If we move this in contrib this url will become
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=468
467 becomes 468, so we have to update this in wiki page.

Later on, when this moves into Trunk, the url will become
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=469
468 becomes 469, so we have to update the url in wiki page and svn.

Annoying!

NEW WAY TO LINK TO TRACKER
-----------------------------

Best way to link to tracker page is using:
http://projects.blender.org/tracker/index.php?func=detail&aid=25349

Use "func=detail"
Use "aid"            (which is the "artifact ID")

DON'T use "group_id" (which is the project ID, bf-extensions is project 153)
DON'T use "atid"     (which is the "artifacts tracker ID")

Like this, the url is unique, and we will avoid to update wiki pages and svn after moving pages
 


[[Split portion of a mixed commit.]]
2011-01-08 19:20:04 +00:00
1efbaf92ae use imp.reload() rather then reload(). 2010-12-22 21:41:21 +00:00
db6109e7ec Took out spindle from Add Extras and some other cleanups 2010-12-21 22:31:23 +00:00
3969491662 working revision update
rev: 32411
2010-10-14 22:26:29 +00:00
ab5c43cc08 update working revision 31965
scripts tested as working
2010-09-17 02:22:39 +00:00
46a2c6aa73 Patch [#23759] more replace self.properties.foo --> self.foo for bf-extensions/trunk/py/scripts
by Filiciss Muhgue (filiciss). Thanks a lot!

Part 2: Extensions
2010-09-10 23:40:32 +00:00
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