- Dec 19, 2012
-
-
Campbell Barton authored
make addons blender versions consistent
-
- Nov 30, 2012
-
-
Brecht Van Lommel authored
-
- Jul 03, 2012
-
-
Bastien Montagne authored
-
- Jun 23, 2012
-
-
Brendon Murphy authored
finished
-
- May 18, 2012
-
-
Brecht Van Lommel authored
-
- May 15, 2012
-
-
Sergey Sharybin authored
Patch provided by Matteo F. Vescovi, thanks!
-
- Apr 23, 2012
-
-
Campbell Barton authored
-
- Apr 19, 2012
-
-
Brendon Murphy authored
-
Brendon Murphy authored
-
- Mar 21, 2012
-
-
Campbell Barton authored
-
- Jan 14, 2012
-
-
Campbell Barton authored
-
- Oct 17, 2011
-
-
Campbell Barton authored
-
- Sep 23, 2011
-
-
Daniel Salazar authored
-
- Sep 19, 2011
-
-
Bastien Montagne authored
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
-
- Aug 24, 2011
-
-
Guillermo S. Romero authored
-
- Aug 12, 2011
-
-
Ken Nign authored
-
- Jul 19, 2011
-
-
Campbell Barton authored
-
- Jul 10, 2011
-
-
Campbell Barton authored
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
-
- Mar 27, 2011
-
-
Campbell Barton authored
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Feb 27, 2011
-
-
Campbell Barton authored
-
- Feb 11, 2011
-
-
Campbell Barton authored
-
- Jan 25, 2011
-
-
Campbell Barton authored
from Lawrence D'Oliveiro (ldo)
-
- 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.]]
-
- Jan 02, 2011
-
-
Campbell Barton authored
-
- Jan 01, 2011
-
-
Campbell Barton authored
-
- 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 08, 2010
-
-
Campbell Barton authored
-
- Oct 26, 2010
-
-
Campbell Barton authored
-
- Sep 21, 2010
-
-
Ken Nign authored
changed skelegon up-vector to bone roll conversion, should better match now switch to Object mode before adding meshes/armatures, prevents new bones from being added into the currently edited armature
-
- Sep 11, 2010
-
-
Thomas Dinges authored
by Filiciss Muhgue (filiciss). Thanks a lot! Part 2: Extensions
-
- Sep 08, 2010
-
-
Ken Nign authored
-
Ken Nign authored
safely create new edges. trailing whitespace cleanup.
-
Campbell Barton authored
- include bl_addon_info just under the gpl, faster parsing. - use newstyle classes + __slots__ to disallow arbitrary attributes to be set. - dont cycle ecitmode, instead use calc_edges argument to mesh update. - use string formatting for print's.
-
- Sep 04, 2010
-
-
Guillermo S. Romero authored
-
Ken Nign authored
[[Split portion of a mixed commit.]]
-