- Nov 21, 2010
-
-
Brendon Murphy authored
new features see https://projects.blender.org/tracker/?func=detail&atid=469&aid=22015&group_id=153 for updates.
-
- Sep 20, 2010
-
-
Campbell Barton authored
- removing objects is simplified. - render object enabled on de-generate. - removed warning, re-render wont crash now.
-
- Sep 17, 2010
-
-
Brendon Murphy authored
scripts tested as working
-
- Sep 13, 2010
-
-
Campbell Barton authored
-
- Sep 11, 2010
-
-
Thomas Dinges authored
Missed these changes in last patch commit, had to manually merge due to changes in Extensions SVN 1010-1012.
-
Thomas Dinges authored
-
- Sep 04, 2010
-
-
Brendon Murphy authored
removed warning & merged current api with loopduplicates fixes
-
Brendon Murphy authored
fix for api changes thanks to loopduplicate
-
- Sep 03, 2010
-
-
Campbell Barton authored
update for changes in rna io_import_scene_mhx.py mapto isnt working as it should since this can now only be accessed as many bools
-
- Sep 02, 2010
-
-
Campbell Barton authored
-
- 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 29, 2010
-
-
Brendon Murphy authored
-
- Aug 25, 2010
-
-
Campbell Barton authored
-
- Aug 21, 2010
-
-
Campbell Barton authored
-
- Aug 18, 2010
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Aug 09, 2010
-
-
Campbell Barton authored
-
- Aug 05, 2010
-
-
Campbell Barton authored
-
- 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 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
-
- May 31, 2010
-
-
Luca Bonavita authored
- added tracker_url to most of the current scripts in release, see http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html - apparently missing tracker pages for 2 scripts: - io_anim_camera.py - io_mesh_stl.py - wiki links: - added link to space_view3d_materials_utils.py - conformed link in import_scene_unreal_psk.py
-
- May 30, 2010
-
-
Thomas Dinges authored
-
- May 17, 2010
-
-
Brendon Murphy authored
-
- Apr 30, 2010
-
-
Bart Crouch authored
-
Brendon Murphy authored
-
Jonathan Smith authored
Renamed start to frame_start and end to frame_end for generating particles, so that the cloud gen script works again.
-
- Apr 24, 2010
-
-
Campbell Barton authored
collections like context.selected_objects no longer return None for empty lists. Update scripts for this. also removed check for obj.data == None for a mesh. This will never happen.
-
- Apr 23, 2010
-
-
Brendon Murphy authored
add contrib\py\scripts\addons\space_view3d_multiselect_menu.py delete contrib\py\scripts\addons\space_view3d_cursor_menu.py too many conflicts if enabled with dynamic menu & is integrated into Dynamic menu & spacebar menu [[Split portion of a mixed commit.]]
-
- Apr 21, 2010
-
-
Campbell Barton authored
-
- Apr 20, 2010
-
-
Brendon Murphy authored
-
- Apr 18, 2010
-
-
Jonathan Smith authored
-
- Apr 17, 2010
-
-
Brendon Murphy authored
moved directly to trunk/py/scripts/addons/object_cloud_gen.py
-