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
2014-04-14FBX export: fix handling of mesh instances.Bastien Montagne
2014-04-14FBX import: fix for newest FBX format (>= 7.4) using no more leading 'K' in t...Bastien Montagne
2014-04-14FBX: user request: check for vertices used by/assigned to more than four bones.Bastien Montagne
2014-04-11FBX: fix some bugs and glitches with animations...Bastien Montagne
2014-04-10FBX: tweaks from user feedback & for Unity compat:Bastien Montagne
2014-04-10FBX: add support for more FBX freamrate modes, since stupid Unity does not ha...Bastien Montagne
2014-04-10FBX: Add support to export other geometries (curves, metaballs, etc.) as mesh...Bastien Montagne
2014-04-09FBX: Add option (enabled by default) to export each strip from NLA in a separ...Bastien Montagne
2014-04-08FBX: better handling of baked rotations (use euler_compat stuff to avoid gaps...Bastien Montagne
2014-04-08FBX: Fix (bones) animation: Looks like it's better to only have one layer per...Bastien Montagne
2014-04-08FBX: Looks like I was still missing something in axes 'encoding'...Bastien Montagne
2014-04-07FBX: add support for baked animated armature export.Bastien Montagne
2014-04-07FBX: Some minor cleanup, and pep-8.Bastien Montagne
2014-04-05Fix T39589: FBX: binary exporter is with buggy normals.Bastien Montagne
2014-04-02FBX: At last, animation works!Bastien Montagne
2014-04-02FBX: More small fixes.Bastien Montagne
2014-04-02FBX: Fix "only selected" not working, reported by mifth over IRC, thanks! :)Bastien Montagne
2014-04-01FBX: Fix template issue when several sub-types use the same 'super type' elem...Bastien Montagne
2014-04-01FBX: Fix stupid bug with mats/textures (from recent usage of OrderedDict), re...Bastien Montagne
2014-04-01FBX: Fix empties export (they also need their own NodeAttribute...).Bastien Montagne
2014-04-01FBX: more minor tweaks (main here is making uids shorters, easier to read in ...Bastien Montagne
2014-03-29FBX: Use more OrderedDict (to keep things cleaner in FBX file), and try to ma...Bastien Montagne
2014-03-29FBX: more minor tweaking…Bastien Montagne
2014-03-29FBX: Mostly add Camera template data, plus a few other minor fixes.Bastien Montagne
2014-03-28Another Great Breackthrough in FBX Ugliness: properties seem to have complete...Bastien Montagne
2014-03-28Fix various issues regarding animation, still does not work... *sigh*Bastien Montagne
2014-03-27FBX: Further tweaks to UI...Bastien Montagne
2014-03-27FBX: support exporting baked animation.Bastien Montagne
2014-03-25FBX: since we have more and more options differing between new 7.4 and legacy...Bastien Montagne
2014-03-25Heavy rework/cleanup of property area.Bastien Montagne
2014-03-23FBX: Fix bug when exporting armatures and baking transform in data.Bastien Montagne
2014-03-21Fix normals possibly no more normalized in previous commit (rBAb0d241f07952).Bastien Montagne
2014-03-21Add support to "bake" axis-conversion transformations into object data.Bastien Montagne
2014-03-18Fix stupid normals issue - new format expects them to be 4D vectors, *sigh*Bastien Montagne
2014-03-16Minor tweaks to material.Bastien Montagne
2014-03-15Fix material indices in mesh's faces.Bastien Montagne
2014-03-14Fix transparency settings of materials, and add support for normal textures.Bastien Montagne
2014-03-13Fix for custom properties - looks like they need some kind of special "type"...Bastien Montagne
2014-03-13Cleanup/enhancements suggested by Campbell, thanks!Bastien Montagne
2014-03-13Style cleanup (pep8).Bastien Montagne
2014-03-12Initial commit of new FBX 7.4 binary exporterBastien Montagne
2013-12-18Fix for error in r4790 index data isn't always requiredCampbell Barton
2013-11-29Fix T37553: Some FBX files have some '-1' (invalid) indices in mapped layersCampbell Barton
2013-11-10Import FBX: correct behavior for empty FBX files (no 'Objects' nor 'Connectio...Bastien 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-09fix [#36995] FBX Importer does not import fbx modelCampbell Barton
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