04c5015d03
GIMP image to scene: A few updates for current API
2015-05-11 10:39:17 -06:00
adf31955f3
Fix T43160: make nice error when xcfinfo is not found.
...
Also, use subprocess instead of deprecated os.popen or os.system calls.
2015-01-16 20:03:10 +01: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
f39689847c
Minor updates to gimp importer by Aditia from #blendercoders
2013-04-02 07:46:21 +00:00
de7ff80aa5
Fix for api changes in alpha
2013-02-01 05:41:30 +00:00
ce5fb029ba
Changes for recent image alpha rework.
...
Addons maintainers please double check the changes.
2013-01-04 07:57:26 +00: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
42426f816b
code cleanup: python - pass multiple args to string startswith() / endswith() functions rather than calling multiple times.
2012-09-04 20:31:19 +00:00
0e2fbe6da1
use sets when checking against multiple types
2012-08-25 11:55:26 +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
9291f167be
remove api field, was never used.
2012-01-14 13:00:28 +00:00
aff35474fc
various style edits, no functional changes
2011-12-31 10:57:35 +00:00
02158e4b98
Fix #28818 : Error when trying to import obj
...
Fix #28816 : Error when importing obj file with texture due to api change
Update obj importer and xcf importer to use new post-texface api.
2011-10-06 14:27:22 +00:00
f4768033d8
Addon UI Cleanup, Part 2
...
* You only have to do layout.prop if you want 1 property, no need for row then!
* Use col, row, sub as variable names, not colsub, rowsub, row2 etc please.
* Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-27 13:38:53 +00:00
898f4ae064
update for change in blender api
2011-05-19 15:19:34 +00:00
50d154eb1e
Update Gimp importer for API changes
2011-05-17 02:50:56 +00:00
0c7f5634e3
fix for change in blenders api
2011-04-12 10:40:10 +00:00
4170ad9b49
Formatting/standardization for description/location
2011-04-10 11:09:27 +00:00
89f54a30a3
Updated Blender Version to 2.57 and api version
2011-03-19 13:20:33 +00:00
70fac132b6
forgot a debug print
2011-02-16 22:51:24 +00:00
7d429d1ac5
GIMP image to scene: in XJT mode GIMP sometimes decide not to export an
...
alpha layer if this layer is unmodified (pure white) even if the layer
is marked as alpha. This makes it impossible to know without phisically
checking if the alpha file exists or not
2011-02-16 22:46:08 +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
c7c6d6d879
bl_addon_info -> bl_info
2011-01-14 16:09:46 +00:00
f97c1ff0b4
New required param in images.new() broke GIMP importer
2011-01-11 03:33:06 +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
e7f0b7f384
== formatting ==
...
- in wiki page urls: "File_I-O/" -> "Import-Export/"
- in categories: "Import/Export" -> "Import-Export"
- 1 tab to 4 spaces
- some tuple formatting, just to be very picky :P
2010-12-23 10:26:20 +00:00
170976b246
GIMP Image to Scene: Assigning the images to UV faces so they are shown out of GLSL too
2010-12-10 16:06:35 +00:00
77a9e1b8c7
Some ranaming of GIMP Image to Scene
2010-12-09 17:52:28 +00:00