-
- Downloads
Add optional subdivision surface support to the FBX exporter
Add option 'Export Subdivision Surface' to the FBX exporter (disabled by default). When enabled the exporter will write the **last active Catmull-Clark subdivision surface modifier** as FBX properties instead of applying it. Edge crease data is also written to the FBX file if 'Use Creases' is enabled in the subsurf modifier. Reviewers: mont29 Tags: #add-ons Differential Revision: https://developer.blender.org/D4982
Showing
- io_scene_fbx/__init__.py 16 additions, 1 deletionio_scene_fbx/__init__.py
- io_scene_fbx/export_fbx_bin.py 70 additions, 5 deletionsio_scene_fbx/export_fbx_bin.py
- io_scene_fbx/fbx_utils.py 3 additions, 1 deletionio_scene_fbx/fbx_utils.py
- io_scene_fbx/import_fbx.py 75 additions, 0 deletionsio_scene_fbx/import_fbx.py
Loading