- Oct 17, 2011
-
-
Campbell Barton authored
-
- Oct 16, 2011
-
-
Kalle-Samuli Riihikoski authored
-
Campbell Barton authored
-
- Oct 15, 2011
-
-
Kalle-Samuli Riihikoski authored
-
Campbell Barton authored
remove 'original_script_add_mesh_bolt.py', scripts for reference can be linked to by their svn revision rather than including. replace MATHUTILS with mathutils.
-
Campbell Barton authored
-
- Oct 14, 2011
-
-
Benjy Cook authored
-
- Oct 13, 2011
-
-
Kalle-Samuli Riihikoski authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- Oct 12, 2011
-
-
Remigiusz Fiedler authored
- fixed Blender version number and URL to bugtracker
-
- Oct 11, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
- use library paths for images. - remove path searching code for images, if image paths are incorrect users should deal with this. - rename splitHyphen --> string_strip_hyphen
-
- Oct 10, 2011
-
-
Brendon Murphy authored
-
Brendon Murphy authored
version info is now located on the wiki page for the script/s
-
- Oct 07, 2011
-
-
Martin Buerbaum authored
* Some cleanup in the panels UI structure. * Non-meshes do not show wrong data now (from previously selected meshes). * Removed version history/changelog from the script. This is handled by svn/git anyway. * Added missing normal&volume comments.
-
- Oct 06, 2011
-
-
Campbell Barton authored
-
Sergey Sharybin authored
Fix #28816: Error when importing obj file with texture due to api change Update obj importer and xcf importer to use new post-texface api.
-
Campbell Barton authored
-
- Oct 05, 2011
-
-
Thomas Larsson authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Philip Cote authored
-
- Oct 04, 2011
-
-
Dalai Felinto authored
fix for io_import_images_as_planes add-on not working after texface patch (reported by Nathan Letwory over IRC)
-
Michael Williamson authored
-
Campbell Barton authored
-
- Oct 03, 2011
-
-
Campbell Barton authored
objects with too large arrays will be skipped.
-
- Oct 02, 2011
-
-
rtsell authored
Refactoring: Merged from three into one addon Refactoring: Renamed module 'Control' to 'Target' New features: Added 'Cursor Delta' Bugfix: Cursor History now tracks even when its panel is folded. [[Split portion of a mixed commit.]]
-
Brendon Murphy authored
please keep descriptions short.
-
Jonathan Smith authored
-
- Oct 01, 2011
-
-
Daniel Salazar authored
RNA_def_struct_ui_text: 'MESH_OT_copy_face_settings' '' description ends with a '.' !
-
Thomas Larsson authored
-
- Sep 30, 2011
-
-
Thomas Larsson authored
-
- Sep 29, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Jesse Kaukonen authored
- You must now log in first before doing anything. Old system did everything in one call, while this new system has 3 calls: 1: Login and check password, downloading session information 2: Do optional session list refreshing 3: Handle file uploads to the service - Changed the UI: * You can no longer edit ore_resox or the other ore settings. These are copied from Blender's render settings directly * You can change ore parts and ore memory usage, but these are tagged as "optional advanced settings" * There is now a link to the Renderfarm.fi render panel in the main render panel. You can easily switch between Blender Render and Renderfarm.fi render * The UI gives you visible errors instead of hiding these in the console, although not all errors are visible - The preparation is performed once the user presses "upload" or changes to the Renderfarm.fi tab * This no longer stops the upload, but instead gives a warning if there are issues * If a texture is not found, give a warning * If a linked file is not found, give a warning - The file is no longer saved into the original master file, but a copy is created with the name "renderfarm.blend". - Short description field was removed. This still exists code-wise, but it's simply filled with a dummy letter. Instead, the UI asks for simply "description" and "tags". Tags might be implemented soon-ish(tm). - The old method of listing and canceling sessions is completely re-written: * The new system fetches out all the user's sessions and stores them in lists, then fetching what is required. The old system required a new XMLRPC call if you wanted to switch your selected list from one to another such as "completed" to "canceled". I removed this "list by session type" -feature entirely and simply added one list that has everything. The sessions still have the % complete next to the name. * Canceling works like before, except it gives a visible error if canceling isn't possible (ie session is already running or rejected) * There is a refresh button that fetches out new listings from the server - Particles generate a warning: * If there are emitter type particles, recommend checking particle baking * If there are hair type particles with child_type 'SIMPLE', change the mode to 'INTERPOLATED'. This seems to fix most of our problems. Also shows a note about this - Fluid simulations generate a warning about them not working at all. This won't prevent uploading. - Possibly some tiny fixes I forgot to mention
-
Guillermo S. Romero authored
-
Brendon Murphy authored
thanks to cotejrp1
-
- Sep 28, 2011
-
-
Thomas Larsson authored
-