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-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
2013-10-02FBX import: fix to set mapping node to appropriate vector type after change i...Brecht Van Lommel
2013-10-01Fix [#36854] FBX export error when using two uv mapsBastien Montagne
2013-09-26support for texture UV wrap on cycles materials.Campbell Barton
2013-09-26update texture node values to match changes to blender.Campbell Barton
2013-09-24fbx import cycles roughness wasnt set correctlyCampbell Barton
2013-09-23fix for missing check with cycles materialsCampbell Barton
2013-09-20Enhanced FBX export.Bastien Montagne
2013-09-18fbx import cycles materials - set image mapping from diffuse for other channe...Campbell Barton
2013-09-16Fix [#36268] FBX exporter precision min is too bigBastien Montagne
2013-09-13fix [#36714] FBX Importer fails to import binary FBX out of 3DS MAXCampbell Barton
2013-09-13add check for reading ascii fbx files, was common annoyance that users are un...Campbell Barton
2013-09-05patch [#36495] Improved FBX exporterCampbell Barton
2013-09-04fbx/cycles support for mapping node.Campbell Barton
2013-09-04rename normal_map -> normalmap, also remove fakeuser on materials.Campbell Barton
2013-09-04store cycles image nodes (needed for mapping support)Campbell Barton
2013-09-02tweaks to xor use.Campbell Barton
2013-09-02fix for edge importing, it wasn't working at all.Campbell Barton
2013-08-28fix for various corner cases from testing more sample files.Campbell Barton
2013-08-28found another data type - byte arrays. add support.Campbell Barton
2013-08-28add support for reading vertex colorsCampbell Barton
2013-08-26use the alpha of an image for the alpha channel when using FBX/CyclesCampbell Barton
2013-08-25fix for fbx import with UV layers that have empty namesCampbell Barton
2013-08-24worarounds to get some models for 3dsmax loadingCampbell Barton
2013-08-24fix for UDK FBX files which have smoothing layers with no data.Campbell Barton
2013-08-21add support importing edge and face smoothingCampbell Barton
2013-08-21fbx export edge smoothing was negatedCampbell Barton
2013-08-20remove unintended returnCampbell Barton
2013-08-20fbx improve mesh support.Campbell Barton
2013-08-20comment printCampbell Barton
2013-08-20- added support for property templates (FBX uses fallback templates so proper...Campbell Barton
2013-08-20enabled presets for FBX import.Campbell Barton
2013-08-19fix for loading some FBX filesCampbell Barton
2013-08-19fix for loading models saved in 'revit'Campbell Barton
2013-08-19update parser to support binary arraysCampbell Barton
2013-08-14add a utility function to return the fbx version number only (dont parse the ...Campbell Barton
2013-08-13missed adding images into the image cacheCampbell Barton
2013-08-12remove path component from image namesCampbell Barton
2013-08-12smooth all objects (so we see their normals)Campbell Barton
2013-08-12use diffuse alpha channel if no other alpha channel set, hidden option to tre...Campbell Barton
2013-08-12style cleanup - long linesCampbell Barton
2013-08-12add support for reading vertex normalsCampbell Barton
2013-08-12add object color supportCampbell Barton
2013-08-12add support for other object transformationsCampbell Barton
2013-08-10add support for reading lamp shadow-color, distance, cast-shadow settings.Campbell Barton
2013-08-09support for object parentingCampbell Barton
2013-08-09add support for empty objectsCampbell Barton