Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-02replace %g string formatting with %f, also use quat.to_axis_angle()Campbell Barton
2011-11-02Netrender:Thomas Dinges
* Scan for master failed and gave an script error.
2011-11-01Fix for divide-by-zero errors.Bart Crouch
2011-11-01Fix #29043: netrender error with fluid sim modifier, patch by Vladimir G.Brecht Van Lommel
2011-11-01prefix was placed at the end of name instead being placed in front. Fixed it.Bartek Skorupa
2011-11-01changed convert_name(). Prevent errors in AE when user inputs invalid charsBartek Skorupa
2011-10-28Minor UI fixes and tweaks.Bastien Montagne
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!
2011-10-27fix for resource leak with demo modeCampbell Barton
2011-10-27fix [#29040] ASCII-STL-Export (write expects float)Campbell Barton
2011-10-26updates for add speaker objectBrendon Murphy
2011-10-26adding After Effects Exporter to trunkBartek Skorupa
2011-10-24material fix id. uv limited boolean added.John Phan
2011-10-23Minor set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-23fix #28988: Quake MAP export errors out Campbell Barton
2011-10-23Solved error message with presets menu when no path specifiedDany Lebel
2011-10-20Remove prints. Ready for 2.60a :)Kalle-Samuli Riihikoski
2011-10-20Small UI fix.Kalle-Samuli Riihikoski
2011-10-20Linux fix. Now looking for exchange folder is done differently.Kalle-Samuli Riihikoski
2011-10-17Bugfix for location retargeting and fixed some IK errorsBenjy Cook
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-17fix for bug introduced on rev. 2114 which was supposed to be a cleanup commit!Dalai Felinto
seriously, please test things after "cleanup" commits.
2011-10-17fix for error with math vis module for 4x3 matriciesCampbell Barton
2011-10-16Cleaning the UI.Kalle-Samuli Riihikoski
2011-10-16fix error enabling mocap tools [#28933]Campbell Barton
2011-10-15Fixed pivot point move when using applink.Kalle-Samuli Riihikoski
2011-10-15remove 'original_script_add_mesh_bolt.py', scripts for reference can be ↵Campbell Barton
linked to by their svn revision rather than including. replace MATHUTILS with mathutils.
2011-10-15fix for error exporting game runtime to non utf8 path.Campbell Barton
2011-10-14Fixed call to bake_action (step->frame_step) after change in that functions ↵Benjy Cook
argument name
2011-10-133D-Coat Applink version 2 released :)Kalle-Samuli Riihikoski
2011-10-13fix for povray with faces using invalid material index valuesCampbell Barton
2011-10-13fix [#28889] FBX only exports action with action groupsCampbell Barton
2011-10-12DXF-importerRemigiusz Fiedler
- fixed Blender version number and URL to bugtracker
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-10-11update to povray exportCampbell Barton
- 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
2011-10-10removing Version Information & adding to wiki pageBrendon Murphy
2011-10-10removing version info & general clean upBrendon Murphy
version info is now located on the wiki page for the script/s
2011-10-07* Measure Panel - Version 0.8.1Martin Buerbaum
* 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.
2011-10-06fix for shape key check failing on metaballsCampbell Barton
2011-10-06Fix #28818: Error when trying to import objSergey Sharybin
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.
2011-10-06removng curve utils, Id like to keep working on this but currently its not ↵Campbell Barton
used anywhere.
2011-10-05MHX importer v1.9: Added support for material animation data.Thomas Larsson
2011-10-05minor change to string formatting.Campbell Barton
2011-10-05shape key support for FBXCampbell Barton
2011-10-05Quick fix of my url.Philip Cote
2011-10-04fix for io_import_images_as_planes add-on not working after texface patch ↵Dalai Felinto
(reported by Nathan Letwory over IRC)
2011-10-04api fixesMichael Williamson
2011-10-04fix for various errors in scriptsCampbell Barton
2011-10-03fix [#28297] problem exporting large .3ds filesCampbell Barton
objects with too large arrays will be skipped.
2011-10-02Cursor Control 0.7.0rtsell
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.]]
2011-10-02update to bl_info, Brendon Murphy
please keep descriptions short.