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
2018-09-10FBX: remove ASCII6.1 export support.Bastien Montagne
2017-09-29I/O script changes for GSoC 2017 Vertex PaintCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-12-08Use Python3.5's unpacking generalizationsCampbell Barton
2014-12-21Fix T42975: FBX export: Do not export empty groups.v2.73-rc1Bastien Montagne
2014-07-02Fix T40904: FBX exporter does not store parameter, which is used in FBX SDKs ...Bastien Montagne
2014-03-12Initial commit of new FBX 7.4 binary exporterBastien Montagne
2013-10-15Fix a bug reported on IRC by mifth (a print was assuming org obj was a mesh.....Bastien Montagne
2013-10-14More FBX fixes regarding UV/textures, found while investigating a potential i...Bastien Montagne
2013-10-10Fix [#37029] FBX Export does not work if Mesh has no Material.Bastien Montagne
2013-10-07Fix [#36985] FBX Exporter does not export UVs.Bastien Montagne
2013-10-03Fix own stupid error in previous commit (deleting undeclared vars...).Bastien Montagne
2013-10-01Fix [#36854] FBX export error when using two uv mapsBastien Montagne
2013-09-20Enhanced FBX export.Bastien Montagne
2013-09-16Fix [#36268] FBX exporter precision min is too bigBastien Montagne
2013-09-05patch [#36495] Improved FBX exporterCampbell Barton
2013-08-21fbx export edge smoothing was negatedCampbell Barton
2013-08-09remove XNA hacksCampbell Barton
2013-08-08initial FBX importer, work in progress but can load...Campbell Barton
2013-07-15remove unneeded checkv2.68Campbell Barton
2013-01-14minor style cleanup to povray export and fix for UI, setting booleans now exp...Campbell Barton
2012-11-14use alternate syntax to clear listsCampbell Barton
2012-09-11fix [#31622] .3ds importer doesn't do anything with the constrain_sizeCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-24patch from Doug PerkowskiCampbell Barton
2012-05-07fix [#31291] 2.63.0 export to Autodesk FBX (.fbx) is empty if no cameraCampbell Barton
2012-04-09fix for bad error exporting vertex locations twice.Campbell Barton
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-13option to export only deforming bones (defaults to True for Unity3D)Campbell Barton
2012-03-12Fix #30523: typo in FBX export of fog settings.Brecht Van Lommel
2012-03-08update fbx export for bmesh api changes.Campbell Barton
2012-01-04use sets for checking against multiple values.Campbell Barton
2011-12-24fix for change to row major matricesCampbell Barton
2011-11-25minor pep8 editsCampbell Barton
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some edits)...Campbell Barton
2011-11-14patch [#25979] fixes for addons/io_scene_fbx, io_scene_x3dCampbell Barton
2011-11-11minor formatting editsCampbell Barton
2011-11-06write out camera sensor width and height into FBXCampbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-13fix [#28889] FBX only exports action with action groupsCampbell Barton
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-10-06fix for shape key check failing on metaballsCampbell Barton
2011-10-05minor change to string formatting.Campbell Barton
2011-10-05shape key support for FBXCampbell Barton
2011-09-26corrections for addons to update for trunk.Campbell Barton
2011-09-23Fixed other “report type” issue as wellBastien Montagne
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-09-11pep8 edits & import cleanupCampbell Barton
2011-09-08pedantic pep8 editsCampbell Barton
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton