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
2015-05-22FBX Import: fix scale handling to match again our exporter's one.Bastien Montagne
2015-05-22FBX export: do not embed a same file more than once!Bastien Montagne
2015-05-22Attempt to fix T44442: Avoid '.fbm' dir creation by not creating empty 'Conte...Bastien Montagne
2015-05-19FBX Export: Hopefully fix once and for all default scale issue.Bastien Montagne
2015-05-19Fix T41605: FBX Export: scale issue with animated armatures.Bastien Montagne
2015-05-19FBX export: Do not write skinning weights/indices if empty.Bastien Montagne
2015-05-18FBX export: angles are in degrees in FBX (*sigh* again).Bastien Montagne
2015-05-18FBX export: more twisting and co to attempt fixing scale/animation issue, sti...Bastien Montagne
2015-05-18Minor cleanup, no need to add more lines than needed, we already have way too...Bastien Montagne
2015-05-18FBX export: fix various minor issues (compared to 'official' exports).Bastien Montagne
2015-05-18Fix json2fbx.py importBastien Montagne
2015-04-26Fix T44386: FBX export with 'all actions' enabled was a bit too much enthusiast.Bastien Montagne
2015-04-18FBX IO: More visible warning that 'apply transform' is experimental!Bastien Montagne
2015-04-14FBX IO: fix related to T44386: do not add again and again same material to a ...Bastien Montagne
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-26Fix T44131: FBX Export: During animation baking, code could try to set readon...Bastien Montagne
2015-03-24Minor UI message fix.Bastien Montagne
2015-03-24Fix T41719: UE4 - Blender FBX Export to Unreal Engine 4 Bone Translation Error.Bastien Montagne
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before rB...Bastien Montagne
2015-03-14Fix T43979: FBX Animation import regression.Bastien Montagne
2015-03-12Fix T43929: Exporting a mesh with shape keys as FBX with smoothing, creates i...Bastien Montagne
2015-03-10Fix T43954: New FBX Importer resets UVs of imported model.v2.74-rc1Bastien Montagne
2015-03-09Fix T43935: FBX: Coordinate system axes exported incorrectly, resulting in a ...Bastien Montagne
2015-03-06FBX: fix 7.4 exporter tooltip.Bastien Montagne
2015-03-05Fix T43899: FBX and OBJ importers after new RNA API 'cleanup'.Bastien Montagne
2015-03-05avoid double lookup for library attrCampbell Barton
2015-02-25Fix T43812: Not all blender objects have a 'library' member...Bastien Montagne
2015-02-22FBX import: also import 'polygon' normals as custom lnors.Bastien Montagne
2015-02-21FBX import: Add some support of (custom!!!) Max property names for materials.Bastien Montagne
2015-02-20FBX import: minor fixes (mostly, could try to load an image with None path...).Bastien Montagne
2015-02-18FBX importer: minor fix to normals import code.Bastien Montagne
2015-02-18Fix T43718: FBX: Do not 'crash' importer when there is too much data in a layer.Bastien Montagne
2015-02-17Fix T43707: FBX 7.4 Binary Exporter replaces all meshes with the same name wh...Bastien Montagne
2015-02-11FBX export: Rename 'Off' smoothing option, stupid name really from user PoV...Bastien Montagne
2015-02-09Fix T43582: FBX IO: Handling of 'smooth edges' was rather flacky on both expo...Bastien Montagne
2015-02-06Fix part of T43582: Importing Custom Normals with FBX fails.Bastien Montagne
2015-02-04FBX import: add support for custom loop normals.Bastien Montagne
2015-02-04FBX import: fix for previous change to `elem_find_first_bytes`, add new `elem...Bastien Montagne
2015-02-04FBX import: tweak a bit image/texture loading (e.g. try to use relpath first)...Bastien Montagne
2015-02-04Minor import fixes (wrong string/bytes prop handling, previous fix re meshes ...Bastien Montagne
2015-01-29Fix T43453: FBX Import: missing geometry with some messy FBX files.Bastien Montagne
2015-01-25Fix T43279: FBX exporter would fail on 'used' valid texslots with None texture.Bastien Montagne
2015-01-20FBX: Correction to the relative paths importSergey Sharybin
2015-01-19Update re `mesh.calc_normals_split()` changes in master.Bastien Montagne
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
2015-01-06Fix T43148: FBX Export: Ignores auto smooth angle.Bastien Montagne
2015-01-06Fix T43141: FBX import issue with rigged character.Bastien Montagne
2015-01-06FBX import: Cleanup.Bastien Montagne
2015-01-04FBX import: Fix two stupid errors in recent reaftor, breaking mat idx import.Bastien Montagne