- Nov 14, 2012
-
-
Campbell Barton authored
-
- Sep 12, 2012
-
-
Campbell Barton authored
support for loading DXF's with thumbnails (just skip them)
-
- Jul 03, 2012
-
-
Bastien Montagne authored
-
- Apr 14, 2012
-
-
Bastien Montagne authored
-
- Apr 13, 2012
-
-
Remigiusz Fiedler authored
-
- Mar 17, 2012
-
-
Bastien Montagne authored
-
- Jan 14, 2012
-
-
Campbell Barton authored
-
Remigiusz Fiedler authored
-reverted previous changes to matrix*vector order (sorry, didn't realize changes in rev.2180)
-
- Jan 04, 2012
-
-
Remigiusz Fiedler authored
-
- Jan 02, 2012
-
-
Andrew Hale authored
- Explicit construction of matrices is now via a list of rows not of columns - Use Matrix.Rotation() instead of manual creation of the rotation matrix - Use Matrix() instead of manual creation of 4x4 identity matrix
-
- Dec 11, 2011
-
-
Campbell Barton authored
-
- Nov 29, 2011
-
-
Bastien Montagne 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 28, 2011
-
-
Bastien Montagne authored
Beware: in mocap/__init__.py there was a very long bl_label (> 100 chars), which was troncated in UI (at least, _update_msg.py produced a troncated msgid for it). That should be avoided, imho!
-
- Oct 23, 2011
-
-
Bastien Montagne authored
-
- Oct 12, 2011
-
-
Remigiusz Fiedler authored
- fixed Blender version number and URL to bugtracker
-
- Sep 03, 2011
-
-
Sergey Sharybin authored
Adding UNDO flag to import operators. Made this only for trunk addons.
-
- Aug 08, 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
-
- Apr 10, 2011
-
-
Jonathan Smith authored
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Feb 11, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Feb 06, 2011
-
-
Remigiusz Fiedler authored
- changed support level to OFFICIAL - fixed missing last point at building Mesh-ARCs (by pildanovak) - fixed for changes in API and mathutils by campbell
-
- Feb 05, 2011
-
-
Campbell Barton authored
-
- Jan 15, 2011
-
-
Remigiusz Fiedler authored
- modified for latest API in rev.34300
-
- Jan 14, 2011
-
-
Campbell Barton authored
-
- Jan 09, 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 05, 2011
-
-
Luca Bonavita authored
- removed the version in contrib, has been left by mistake - formatted the version in trunk to have the main docstring after bl_addon_info - formatted bl_addon_info itself [[Split portion of a mixed commit.]]
-
- Jan 03, 2011
-
-
Remigiusz Fiedler authored
-
Remigiusz Fiedler authored
-