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 (Expand)Author
2013-02-16Rigify: removed "from rigfy import X" statements where possible.Nathan Vegdahl
2013-02-15Rigify: improved rigify.utils.write_metarig()Nathan Vegdahl
2013-02-15Rigify: pep8 for metarig_menu.pyNathan Vegdahl
2013-02-15Rigify: the pre-built metarigs that appear in the add armature menuNathan Vegdahl
2013-02-15Rigify bugfix: deleted WGT objects now get properly replaced on generation.Nathan Vegdahl
2013-02-15Bunch of bug fixes.Nathan Vegdahl
2013-02-15add check for 'None' texturesCampbell Barton
2013-02-15Fix [#34253] UIList resize, resizes wrong list II/IIBastien Montagne
2013-02-15minor code cleanupCampbell Barton
2013-02-15add button to initialize armature layers, since this isn't allowed on draw an...Campbell Barton
2013-02-15add missing modifier lookupsCampbell Barton
2013-02-13fix for x3d failing to load meshes when some faces were invalid.Campbell Barton
2013-02-11On startup bpy.data.filepath is not accessible, preventing proper addon enabl...Nathan Letwory
2013-02-10fixed missing model comment.Alexander N
2013-02-10fix/workaround for character encoding ('ascii' is used for now, it should be ...Alexander N
2013-02-10skip calculating tessfaces for export. they are not needed.Campbell Barton
2013-02-10fix for UV exportCampbell Barton
2013-02-10add NGon importer supportCampbell Barton
2013-02-10triangulate works againCampbell Barton
2013-02-10OBJ now exports blenders ngons.Campbell Barton
2013-02-10fix: potentially division by zero in case of no weightsAlexander N
2013-02-10fix: now, using 'object.matrix_basis' instead of 'object.matrix_local' during...Alexander N
2013-02-09fixed vertex weight handling of more than 3 bone weights, that milkshape cann...Alexander N
2013-02-08Added Hair Child Support Maurice Raybaud
2013-02-07make option for applying modifiers consistentCampbell Barton
2013-02-06length and rotation units for the add_gears.py by batfingerBrendon Murphy
2013-02-04fix for error exporting a dupli that contained no objects.Campbell Barton
2013-02-02changed the add-on bug tracker link to http://projects.blender.org/tracker/in...Alexander N
2013-02-01Fix for api changes in alphaSergey Sharybin
2013-01-30Moving F2 from contrib to trunk. Add-on has been approved by a code review.Bart Crouch
2013-01-27moved MilkShape3D MS3D add-on from "addons_contrib" to "addons" (i got hopefu...Alexander N
2013-01-26fix for transform.rotate parameter convention changeDaniel M. Basso
2013-01-25add select armature check and ignore that is not select when exported.John Phan
2013-01-23fix [#33553] X3D export ignores up/forward vectorsCampbell Barton
2013-01-23fix [#33870] animated bake failsCampbell Barton
2013-01-22Rigify: fixed silly mistake in basic.copy rig sample.Nathan Vegdahl
2013-01-22Rigify: patch from Shinsuke Irie fixing rig imports on some systems.Nathan Vegdahl
2013-01-22Rigify: patch from Shinsuke Irie, updating name limits.Nathan Vegdahl
2013-01-22fixed error if point link is none.John Phan
2013-01-22fix for api change with importerCampbell Barton
2013-01-22make unregister remove handlersCampbell Barton
2013-01-21last commit had an errorCampbell Barton
2013-01-21Remove 'hasattr(bpy.app, "translations")' tests, no more needed!Bastien Montagne
2013-01-21add mesh cache docsCampbell Barton
2013-01-21Fix to i18n stuff (mostly, handles correctly non-WITH_INTERNATIONAL builds, w...Bastien Montagne
2013-01-20Basic example of how to use new translation from bpy.app.translations...Bastien Montagne
2013-01-19Fixed:Maurice Raybaud
2013-01-16Quite annoying: When importing an atomic structure with sticks, the sticksClemens Barth
2013-01-15add error for animation baking a packed image.Campbell Barton
2013-01-15don't overwrite the bake panel, instead prepend.Campbell Barton