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-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
2010-12-10update the script to work in the latest version.Kalle-Samuli Riihikoski
2010-12-02added new "mesh as a curve profile" feature.Kalle-Samuli Riihikoski
2010-11-11wrong wiki link.Kalle-Samuli Riihikoski
2010-11-11Removed Addon section. It's already in _init_.py.Kalle-Samuli Riihikoski
2010-11-08removed extra print lineKalle-Samuli Riihikoski
2010-11-08Forgot to remove Stripfile in couple places. Kalle-Samuli Riihikoski
2010-11-07== 3dcoat applink ==Luca Bonavita
- fixed broken links (prepared a draft of the wiki page, has to be done properly) - note, wiki page should always be ready and linked as a condition to move scripts to trunk :)
2010-11-06tabs -> spacesCampbell Barton
2010-11-06added to trunk/py/scripts/addons/io_coat3DBrendon Murphy
this is the App Link Script which links 3d Coat & Blender for Texture & Model interchange. Wiki page to be written.