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-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-07MAde some changes for future improments. Basicly conserning transferring ↵Kalle-Samuli Riihikoski
mmultires data between blender and 3d-coat.
2011-09-05Cleaning the code. Also added support for multres objects. Kalle-Samuli Riihikoski
2011-09-05rotation error in 3d-coat->blender workflow fixed.Kalle-Samuli Riihikoski
2011-09-03Fixed an error. It was asking image.filepath even if there was no image. Now ↵Kalle-Samuli Riihikoski
make sure that image is always assing it before this call.
2011-09-03added undo.Kalle-Samuli Riihikoski
2011-09-02Remove modifiers default value changed to False.Kalle-Samuli Riihikoski
2011-09-01return ('FINISHED') -> return {'FINISHED'}Kalle-Samuli Riihikoski
2011-08-09Update the script to work with RC.Kalle-Samuli Riihikoski
material.pop(0) into material.pop(0,1)
2011-08-06Addon updates for keymap changes.Brecht Van Lommel
[[Split portion of a mixed commit.]]
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-06-21correct FSF address as pointed out by Dave PlaterCampbell Barton
2011-06-20small fixes here and there. Kalle-Samuli Riihikoski
2011-06-09Makes menu more interactive with selected objects.Kalle-Samuli Riihikoski
2011-06-09-Removed extra print() linesKalle-Samuli Riihikoski
-Fixed Blender_export issue. Thanks to Perfection Cat providing the fix.
2011-06-09complete dynamic menu.Kalle-Samuli Riihikoski
2011-06-09-complete applink dynamic menu.Kalle-Samuli Riihikoski
-fixed the bug when two or more objects dosen't have materials.
2011-06-08adds applink dynamic menu into view3d.Kalle-Samuli Riihikoski
2011-06-08Axis were wrong.Kalle-Samuli Riihikoski
2011-06-08Clean up.Kalle-Samuli Riihikoski
2011-06-08small bug fixes. Also fixed Image None issue. Thanks to Campbell for ↵Kalle-Samuli Riihikoski
pointing this out.
2011-06-08Make sure that object has correct objectdir fileKalle-Samuli Riihikoski
2011-06-08Creates material indexs correctly when there is no material in object.Kalle-Samuli Riihikoski
2011-06-07Now import button will check if object is mesh type and leave other untouched.Kalle-Samuli Riihikoski
2011-06-07Now you can multiselect objects and press import button and it will update ↵Kalle-Samuli Riihikoski
all selected objects.
2011-06-07Update the script to work with latest trunk. Still some bugs when "remember ↵Kalle-Samuli Riihikoski
position" = On, but much better than before.
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-16update for changes in blender.Campbell Barton
2011-02-11update 3D coat for api changes.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-01Some more location/description editingJonathan Smith
2011-01-30New 3b path feature added.Kalle-Samuli Riihikoski
2011-01-26info updated.Kalle-Samuli Riihikoski
2011-01-26More cleaning. Remove author info. Kalle-Samuli Riihikoski
2011-01-26cleaning upKalle-Samuli Riihikoski
2011-01-26Fix the error if no object is active.Kalle-Samuli Riihikoski
2011-01-25delete texture button wasen't enabled.Kalle-Samuli Riihikoski
2011-01-25Delete textures works correctly with texture folder.Kalle-Samuli Riihikoski
2011-01-25Now you can export textures to other folderKalle-Samuli Riihikoski
2011-01-25After latest commit the buttons of the script didn't show right. Kalle-Samuli Riihikoski
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-20use_modifiers -> use_apply_modifiers.Kalle-Samuli Riihikoski
2011-01-17Import/Export into Import-ExportKalle-Samuli Riihikoski
2011-01-17A lot changes :)Kalle-Samuli Riihikoski
Biggest change was that objectdir was changed from scene type into object type.
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
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.]]
2011-01-08Update the script to work in the latest trunk.Kalle-Samuli Riihikoski
2010-12-23== formatting ==Luca Bonavita
- in wiki page urls: "File_I-O/" -> "Import-Export/" - in categories: "Import/Export" -> "Import-Export" - 1 tab to 4 spaces - some tuple formatting, just to be very picky :P
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-10Fixed position change bug.Kalle-Samuli Riihikoski