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
2016-05-03Fix T48323: VRML2 tessellation fails in some casesCampbell Barton
Apply tessellation before transformation, patch from @anpaza.
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before ↵Bastien Montagne
rBAbfbabc0592b8. Now using a class factory to allow customization of those defaults axes, still way less verbose than previous code!
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
Helps ensuring common behavior, and saves quite a few lines of code, too...
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2013-11-20Update scripts for changes to blenders API.Campbell Barton
2013-04-15option to apply scale on export. also add global scale options for ↵Campbell Barton
exporters. OBJ/X3D/VRML/PLY/STL
2013-04-10move image guessing function into bpy_extrasCampbell Barton
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get ↵Campbell Barton
access to customdata layers.
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-03-20VRML: export vertex colors by default and fallback to material colors.Campbell Barton
2013-03-12don't write absolute paths when writing relative vrml or x3dCampbell Barton
2013-03-12normalize the absolute pathCampbell Barton
2013-03-12add axis conversion to wrl export.Campbell Barton
2013-03-12rename vrml2 export operator.Campbell Barton
2013-03-12rename vrml2 addon since it now exports multiple meshesCampbell Barton