- Feb 04, 2014
-
-
CoDEmanX authored
-
- Nov 02, 2013
-
-
Bastien Montagne authored
-
- Aug 18, 2013
-
-
Bastien Montagne authored
Note: import gimp image also would need it, but it would anyway need a good cleanup (handling of paths is ugly), so did not bothered with it for now.
-
- Jul 22, 2013
-
-
Campbell Barton authored
-
- Jun 14, 2013
-
-
Bastien Montagne authored
-
- Apr 11, 2013
-
-
Bastien Montagne authored
*Use absolute as default size mode (dpi with BU is not that nice). *Use default plane primitive instead of creating our own square (this way we can be sure things like verts order will always match those of default plane!), request from Christopher Barrett in tracker.
-
- Mar 29, 2013
-
-
Bastien Montagne authored
Fix import image as plane addon, broken by recent pynodes changes (thx to Iggy B [rexxxus] for reporting the bug).
-
- Jan 01, 2013
-
-
Bastien Montagne authored
Another fix to import image as plane, due to recent alpha refactor in blender code (thanks to meta-androcto for the report on IRC).
-
Bastien Montagne authored
Never use a generator as enum's "items" value!
-
- Dec 19, 2012
-
-
Campbell Barton authored
make addons blender versions consistent
-
- Dec 03, 2012
-
-
Bastien Montagne authored
Some enhancement to how plane size is computed. Now you have three choices (absolute, to directly specify the result height, and dpi or dpbu [dots per Blender Unit], to use image definition). Based on an idea and code from mat ali, thanks! Also fixed correct use of overriden context (not really a bug, but printed annoying warning messages in the console).
-
- Aug 01, 2012
-
-
Bastien Montagne authored
Renaming bl_idname of import images as plane addon from "import.image_to_plane" to "import_image.to_plane" (import is a keyword in python...). Thanks to P. Staples in tracker!
-
- Jul 16, 2012
-
-
Daniel Salazar authored
-
- Jun 24, 2012
-
-
Bastien Montagne authored
*Mostly, makes much more intensive use of Blender's FileSelector, to only show relevant files, and allow any pict/video files when "all" is selected (previously e.g. importing mkv's was impossible!). *Style cleaning/refactoring (esp. do not use 'self' for anythin else than a method's object, so made most func member of op class)...
-
- Jun 23, 2012
-
-
Brendon Murphy authored
finished
-
- May 30, 2012
-
-
Florian Meyer authored
-
Florian Meyer authored
-
- Mar 24, 2012
-
-
Florian Meyer authored
-
- Mar 14, 2012
-
-
Sergey Sharybin authored
Remove module add_utils.py which fully duplicates functions from trunk's object_utils.py module and switch all dependent addons to use module from trunk.
-
- Jan 31, 2012
-
-
Campbell Barton authored
fix some errors with import images to planes, 1) path comparison was not expanding, normalizing first, 2) non-utf8 paths made the script error out, 3) paths were exported with absolute paths by default, had to remember to make them relative which was annoying.
-
- Jan 14, 2012
-
-
Campbell Barton authored
-
- Dec 31, 2011
-
-
Campbell Barton authored
-
- Nov 24, 2011
-
-
Campbell Barton authored
-
- Oct 04, 2011
-
-
Dalai Felinto authored
fix for io_import_images_as_planes add-on not working after texface patch (reported by Nathan Letwory over IRC)
-
- Sep 23, 2011
-
-
Bastien Montagne authored
-
- Sep 19, 2011
-
-
Bastien Montagne authored
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
-
- Aug 27, 2011
-
-
Thomas Dinges authored
* 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!
-
- Jul 25, 2011
-
-
Campbell Barton authored
-
- May 28, 2011
-
-
Campbell Barton authored
-
- May 16, 2011
-
-
Campbell Barton authored
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Feb 11, 2011
-
-
Campbell Barton authored
-
- Feb 08, 2011
-
-
Campbell Barton authored
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
-
- Feb 07, 2011
-
-
Campbell Barton authored
-
- Feb 05, 2011
-
-
Campbell Barton authored
-
- Jan 14, 2011
-
-
Campbell Barton authored
-
- Jan 08, 2011
-
-
Luca Bonavita authored
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.]]
-
- Dec 23, 2010
-
-
Luca Bonavita authored
- 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
-
- Dec 19, 2010
-
-
Florian Meyer authored
basically completely recoded in order to use add_utils and io_utils. Also the rest of the thing is recoded. Since this was like my first script this new version is much more readable and easier to debug. As a bonus there is also a new option to align the planes in a row on import to justify a version bumb. I think i tested everything and it should be bug free. Hopefully :)
-
- Dec 08, 2010
-
-
Campbell Barton authored
-