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
6598f0a25c
Cleanup: trailing space
2020-01-29 13:51:36 +11:00
d7ab52f6ff
corrective shape keys: add manual link
2019-11-13 12:54:59 +11:00
be0bed829c
animation_add_corrective_shape_key: fix bl_location
2019-09-24 11:45:39 +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
4fe2c612f1
animation_add_corrective_shape_key: restore fast mode, thanks Shrinivas: T65258
2019-06-25 22:17:03 +10:00
9ec9bb2354
animation_add_corrective_shape_key: return to release: T65258 38475602b2
2019-06-23 20:40:37 +10:00
38475602b2
animation_add_corrective_shape_key: move to contrib: T63750
2019-05-24 10:34:44 +10:00
678f7523b0
Fix T64941: Insert missing bpy. to access context after recent changes
2019-05-21 14:39:57 +02:00
901868a4b2
Update for Depsgraph API changes
...
Addresses new behavior of object.to_mesh().
This is corresponding part for D4875.
Reviewers: brecht
Reviewed By: brecht
Differential Revision: https://developer.blender.org/D4876
2019-05-16 16:43:14 +02:00
e5c3ae3118
Addons: Adopt for Dependency Graph API changes
...
Mainly search-and-replace approach.
Tested the enabled-by-default export/import addons. Seems to work with
an exception of X3D which is still referencing Blender Internal material
properties.
Reviewers: brecht
Reviewed By: brecht
Differential Revision: https://developer.blender.org/D4866
2019-05-16 10:34:11 +02:00
b2b015a396
Update for changes to Blender
2019-03-12 11:05:44 +11:00
d609009748
addons: objects.link/unlink syntax update
...
Changed objects.link and objects.unlink from scene to collection
2019-01-29 10:54:49 -05:00
5c994fde52
addons: more view_layer syntax updates
2019-01-29 09:08:23 -05:00
c686df25d9
addons: object select_set syntax update
2019-01-24 22:59:16 -05:00
8c378c52c8
Cleanup: identity for None comparison
2017-03-19 12:50:23 +11:00
5bc482f647
Maintenance to bl_info, remove redundant tracker URL's
2014-05-21 13:04:43 +10:00
049a5a86ed
Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits
2014-02-04 03:05:05 +01:00
2872d0440f
fix [ #33615 ] bl_info (2,6,5,0) vs. (2,65,0) ?
...
make addons blender versions consistent
2012-12-19 16:07:27 +00:00
2dc06f6d50
Style edit (mostly), use """ for docstrings (not ''').
2012-07-03 09:01:43 +00:00
22e7fcf623
fix thanks to Jonas H
2012-05-04 14:25:00 +00:00
9291f167be
remove api field, was never used.
2012-01-14 13:00:28 +00:00
cb5a35b7d5
make pep8 compliant
2011-12-31 05:31:45 +00:00
bd994c6658
use list comprehensions for faster operation and other minor improvements
2011-12-31 05:21:31 +00:00
042076e943
update for column major matrix's
2011-12-31 05:03:35 +00:00
3e9408cbe2
missed this in last commit
2011-07-25 02:41:44 +00:00
e6e82736a5
use reverse vector multiply order,
...
also fix error check and report the message rather then print it.
2011-07-25 02:39:06 +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
5fb03c7425
Fixed naming: mesh.shape_keys.keys -> mesh.shape_keys.key_blocks
2011-04-14 17:28:41 +00:00
89f54a30a3
Updated Blender Version to 2.57 and api version
2011-03-19 13:20:33 +00:00
374c7c2a7b
update for changes in rna api
2011-03-14 01:38:56 +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
c05f4813b6
incorrectly switched mesh.update() --> mesh.update_tag(),
...
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-08 21:36:44 +00:00
fe45d789d8
rename id.update() to update_tag()
2011-02-07 08:16:01 +00:00
c7c6d6d879
bl_addon_info -> bl_info
2011-01-14 16:09:46 +00:00
181da6cf25
Removed the "Duplicate and flatten" button from modifiers and added to to the shape_key specials dropdown like the others.
2011-01-14 12:58:48 +00:00
8e7075e474
Script was broken, corrected matrix initialization at line 202.
2011-01-10 20:27:11 +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
9a70e1f4f5
corrective shape key addon: Fixed tracker url
2010-12-29 20:36:04 +00:00
9e3d6e06eb
Moved corrective shape key addon to trunk
...
[[Split portion of a mixed commit.]]
2010-12-29 20:17:26 +00:00