Commit Graph

32 Commits

Author SHA1 Message Date
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
cf530a29df io. more manual links 2019-12-12 20:50:47 +11: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
234cf14fe7 Fixes for tessface removal. 2018-10-12 14:37:10 +02:00
227fafdfcf Update for removal of tessfaces.
This ports the already working addons. The disabled x3d, psk, lwo, 3ds,
raw, dxf addons still need to be converted.
2018-10-10 17:25:48 +02:00
64d75b0b17 Update for 2.8
Exports error free.
Set calc_tessface=False in ob.to_mesh
Do not know if that will yield the same result as the previous.
Will have to wait for bug reports if not.
2018-10-09 19:17:00 +02:00
4925188eae Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location. 2018-08-29 15:10:37 +02:00
51ee36db62 Fix T51627: .mdd & .pc2 exporters never releasing temp mesh data.
Based on patch by Kai Kostack (@kaikostack), thanks!
2017-05-27 14:56:57 +02:00
fba8c3db99 Fix export pc2 poll function
Assumed active object
2017-03-30 12:27:36 +11:00
09dd79eddd Fix T41118: Mesh cache modifier cannot use sub-frames stored in .pc2 files?
Actually issue was in pc2 exporter, which was not handling subframes correctly.
2014-08-25 15:33:23 +02: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
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
2d03a897dd Fix [#31769] pc2 point cache exporter creates empty file if an export frame range is specified.
Code generating frame range was buggy...
2012-06-09 21:22:27 +00:00
7771f0fee3 - Removed dots from the end of description
- Check for keymap availability to suppress warning messages when running
  blender in background mode
2012-01-18 20:51:26 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
48c9da843c swap vector multiplication order, also some style changes 2011-07-25 08:48:58 +00:00
fca80ff61e update for changes in blender module layout, also add global axis conversion to FBX. 2011-05-16 07:52:45 +00:00
4170ad9b49 Formatting/standardization for description/location 2011-04-10 11:09:27 +00:00
53836eae7a revert change from r1717, this is used for recent blender builds. 2011-03-20 04:27:24 +00:00
89f54a30a3 Updated Blender Version to 2.57 and api version 2011-03-19 13:20:33 +00:00
d0a22bcf7b update for changes to python 3.2 2011-03-18 17:36:19 +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
2275bac468 changes Operator names for new, stricter checking. 2011-01-24 13:19:05 +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
1a302d11c8 moved to contrib__ 2010-12-29 22:38:08 +00:00