70fab4b05e
Align Tools: allow undo for all operators and presets for advanced
2022-10-20 13:15:43 +02:00
b8d86ccc0a
File headers: use SPDX license identifiers
...
See T95597
2022-02-11 16:05:07 +11:00
7f50343d1c
Addons: Use Manual URL prefix
2020-03-05 16:26:11 -05:00
bb977fbc72
Update 'bl_info' use 'doc_url' instead of 'wiki_url'
2020-03-05 12:14:43 +11:00
7422619018
align tools: add manual link
2019-12-01 12:40:17 +11:00
b35ab976c2
align tools: move to Object category
2019-12-01 09:41:57 +11:00
cf63c4fb3a
addons change categories: T70017
2019-09-23 11:20:43 +10:00
4e1cda9885
Spelling fixes in comments and descriptions, patch by luzpaz
...
Differential Revision: https://developer.blender.org/D5240
2019-07-31 13:28:52 +02:00
de694451dd
space_view3d_align_tools: update class names
2019-07-01 18:57:39 +10:00
856023fa09
Align tools : fix align not working with parent / child hierarchy
2019-06-22 11:53:34 +02:00
b750aaaf97
space_view3d_align_tools update bl_info location
2019-06-16 18:27:23 +10:00
15b00e9396
space_view3d_align_tools: initial commit to release: T65739
2019-06-15 10:38:12 +10:00
1932b0f6f9
Deleting from trunk
2011-07-23 18:23:02 +00:00
8012053e1e
cleanup
...
- remove unused imports
- remove/comment unused vars
- fix for some bugs with unused vars being used
2011-07-10 17:28:53 +00:00
22aa3de483
updated working revision r35853
2011-03-29 00:40:45 +00:00
89f54a30a3
Updated Blender Version to 2.57 and api version
2011-03-19 13:20:33 +00:00
61d5b389e2
add in module register calls (first pass, batch replace, will test each addon next).
2011-02-11 01:29:13 +00:00
43217b1297
More standardization for align and nav scripts
2011-01-30 11:29:13 +00:00
b473917eb2
update operator names from svn.
2011-01-24 08:22:49 +00:00
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
f7244d8e2e
working revision tests
...
tested rev:32411
2010-10-14 21:59:45 +00:00
0b2e832fdd
api update
...
tested as working rev 31965
2010-09-17 01:56:12 +00:00
15a1f1794f
updating revision numbers as I test.
...
expect more.
Thanks Mindrones for this cool feature.
2010-09-10 13:25:03 +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
4b29a21f0c
Update address in license block.
2010-08-10 21:23:04 +00:00
2384910b60
update for changes in blender.
2010-08-09 01:42:53 +00:00
ebfb6490e1
update for changes in blender.
2010-08-05 15:58:52 +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
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
8c949bb496
Changed capital letter to lowercase so that aligning scale would work
2010-06-20 06:40:38 +00:00
501411912b
Shorten text & change icon for active object
2010-06-10 02:02:05 +00:00
138e07bbdf
Move this handy tool to trunk/py/scripts/addons/space_view3d_align_tools.py
...
[[Split portion of a mixed commit.]]
2010-06-07 11:27:19 +00:00