From 4f89aaabb024a48f0df164244e303b79154ca919 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 6 Feb 2019 16:58:09 +0100 Subject: Cleanup/fix T61233: FBX export error if action key exist. Please do basic grep on whole source repo (including add-ons & co) when removing RNA property (or any other change affecting the API)... --- io_scene_fbx/export_fbx_bin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'io_scene_fbx/export_fbx_bin.py') diff --git a/io_scene_fbx/export_fbx_bin.py b/io_scene_fbx/export_fbx_bin.py index 77ee0e6f..5ecc8706 100644 --- a/io_scene_fbx/export_fbx_bin.py +++ b/io_scene_fbx/export_fbx_bin.py @@ -2065,10 +2065,8 @@ def fbx_animations(scene_data): 'lock_location', 'lock_rotation', 'lock_rotation_w', 'lock_rotations_4d', 'lock_scale', 'tag', 'track_axis', 'up_axis', 'active_material', 'active_material_index', 'matrix_parent_inverse', 'empty_display_type', 'empty_display_size', 'empty_image_offset', 'pass_index', - 'color', 'hide_viewport', 'hide_select', 'hide_render', 'use_slow_parent', 'slow_parent_offset', - 'instance_type', 'use_instance_frames_speed', + 'color', 'hide_viewport', 'hide_select', 'hide_render', 'instance_type', 'use_instance_vertices_rotation', 'use_instance_faces_scale', 'instance_faces_scale', - 'instance_frames_start', 'instance_frames_end', 'instance_frames_on', 'instance_frames_off', 'display_type', 'show_bounds', 'display_bounds_type', 'show_name', 'show_axis', 'show_texture_space', 'show_wire', 'show_all_edges', 'show_transparent', 'show_in_front', 'show_only_shape_key', 'use_shape_key_edit_mode', 'active_shape_key_index', -- cgit v1.2.3