- 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 29, 2010
-
-
Martin Buerbaum authored
* Moved setting of properties to callback function (it is bad practise to set it in the draw code). * Fixed distance calculation of parented objects. * API change: add_modal_handler -> modal_handler_add * Regression: I had to disable area display for selection with more than 2 meshes (for now, still searching for a nice solution). * Fixed Local/Global vert-loc calculations in EditMode.
-
- Dec 08, 2010
-
-
Campbell Barton authored
-
- Nov 29, 2010
-
-
Martin Buerbaum authored
-
- Nov 26, 2010
-
-
Martin Buerbaum authored
* Applied patch by Filiciss Muhgue that (mostly) fixes the quad view. Thanks for that! * Patch link: https://projects.blender.org/tracker/?func=detail&atid=127&aid=24932&group_id=9 * TODO: Make Quad view more useful (fix text position, display 2D value of the hypotenuse rather than the 3D one)
-
- Oct 14, 2010
-
-
Brendon Murphy authored
tested rev:32411
-
- Sep 17, 2010
-
-
Brendon Murphy authored
tested as working rev 31965
-
- Sep 11, 2010
-
-
Thomas Dinges authored
by Filiciss Muhgue (filiciss). Thanks a lot! Part 2: Extensions
-
- Sep 10, 2010
-
-
Brendon Murphy authored
-
Brendon Murphy authored
added warning to panel measure
-
- Sep 02, 2010
-
-
Campbell Barton authored
-
- Sep 01, 2010
-
-
Martin Buerbaum authored
* Removed some TODO comments * Updated version log
-
- Aug 31, 2010
-
-
Luca Bonavita authored
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
-
- Aug 26, 2010
-
-
Campbell Barton authored
-
- Aug 18, 2010
-
-
Campbell Barton authored
-
- Aug 09, 2010
-
-
Campbell Barton authored
-
- Aug 05, 2010
-
-
Campbell Barton authored
-
- Aug 03, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Now it should _finally_ work as intended.
-
- Aug 02, 2010
-
-
Campbell Barton authored
- mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py also move bl_addon_info to the top for faster parsing.
-
Campbell Barton authored
These scritps still need changes related to parent classes - mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py
-
- Jul 31, 2010
-
-
Fabian Fricke authored
-
Martin Buerbaum authored
* Version 0.7.5.2 - Changed callback registration back to original code & fixed bug in there (use bl_idname instead of bl_label)
-
Fabian Fricke authored
-
Fabian Fricke authored
-
Fabian Fricke authored
-
- Jul 30, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Thanks to jesterKing for pointing that out :-)
-
- Jul 29, 2010
-
-
Luca Bonavita authored
adding a warning in the measure panel script, it is really bugged jesterKing and others report laggines and UI stuck tested and confirming
-
- Jul 27, 2010
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Also added display of dx,dy,dz lines * Changed the "dist" colors to something not already used by x/y/z axes. * Inspired by warpi's patch here: http://blenderartists.org/forum/showpost.php?p=1671033&postcount=47
-
- Jul 15, 2010
-
-
Campbell Barton authored
-
- Jul 13, 2010
-
-
Luca Bonavita authored
- every script is now (2,5,3) - added warning field in bl_addon_info so every dev knows about this: when "warning" field is not empty, a warning icon appears and text alerts users about a buggy script (this is used during development, released scripts should must have this empty of course) - formatted scripts info like this - GPL - docstring - bl_addon_info - imports so that the actual script starts after the bl_addon_info dict - removed old 2.4x cruft like __url__, __bpydoc__, __author__ etc, not needed anymore (when the case integrated info with bl_addon_info and in case of one email meta just put it in the GPL) - next commits I plan to do contrib scripts and conform io scripts naming
-
- Jul 03, 2010
-
-
Campbell Barton authored
-
- Jun 20, 2010
-
-
Jonathan Smith authored
-
Jonathan Smith authored
-
- Jun 17, 2010
-
-
Luca Bonavita authored
according to commit I just madein bf-blender see http://lists.blender.org/pipermail/bf-blender-cvs/2010-June/028699.html check 3dview category in addons panel
-
- Jun 16, 2010
-
-
Brendon Murphy authored
-