- Nov 25, 2011
-
-
Campbell Barton authored
-
- Nov 19, 2011
-
-
Campbell Barton authored
indentation edits and copy pyrimid from contrib (where I had made some edits), removed so this wont happen again.
-
- Oct 24, 2011
-
-
John Phan authored
-
- Sep 19, 2011
-
-
Bastien Montagne authored
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
-
- Aug 22, 2011
-
-
Campbell Barton authored
-
- Jul 25, 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
-
- Jun 28, 2011
-
-
John Phan authored
update to able to export all action set that matches the bones that some were ignore or couldn't be added in.
-
- Jun 20, 2011
- Apr 25, 2011
-
-
John Phan authored
-
- Apr 24, 2011
-
-
John Phan authored
-
- Apr 17, 2011
-
-
John Phan authored
-
- Apr 15, 2011
- Apr 11, 2011
-
-
John Phan authored
Fixed the select smoothing face that was not working. Added console output for making sure it working or not on the button.
-
- Apr 10, 2011
-
-
Jonathan Smith authored
-
- Apr 05, 2011
-
-
John Phan authored
-
- Apr 01, 2011
-
-
John Phan authored
-
- Mar 29, 2011
-
-
John Phan authored
-
Campbell Barton authored
work in progress addon: demo mode, use for easy setup for looping over blend files, rendering, playing, switching screens.
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Mar 14, 2011
-
-
John Phan authored
-
- Feb 17, 2011
- Feb 16, 2011
- Feb 15, 2011
-
-
John Phan authored
-
- Feb 11, 2011
-
-
Campbell Barton authored
-
- Feb 08, 2011
-
-
John Phan authored
-
- Feb 05, 2011
-
-
Campbell Barton authored
-
- Jan 30, 2011
-
-
John Phan authored
-
- Jan 24, 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 08, 2010
-
-
Campbell Barton authored
-
- Dec 07, 2010
-
-
John Phan authored
-
- Dec 06, 2010
-
-
Campbell Barton authored
draw functions cant edit scene data now, these values are set in execute() so should not be set while drawing the menu.
-
- Oct 28, 2010
-
-
John Phan authored
-