File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Packages/com.unity.formats.fbx/Editor/Scripts Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3544,15 +3544,10 @@ internal static bool IsEditorClip(object obj)
3544
3544
return obj . GetType ( ) . Name . Contains ( "EditorClip" ) ;
3545
3545
}
3546
3546
3547
- internal static void ExportSingleTimelineClip ( Object editorClipSelected , string filePath = null )
3547
+ internal static void ExportSingleTimelineClip ( Object editorClipSelected )
3548
3548
{
3549
3549
UnityEngine . Object [ ] exportArray = new UnityEngine . Object [ ] { editorClipSelected } ;
3550
3550
3551
- if ( ! string . IsNullOrEmpty ( filePath ) ) {
3552
- ExportObjects ( filePath , exportArray ) ;
3553
- return ;
3554
- }
3555
-
3556
3551
ExportModelEditorWindow . Init ( exportArray , AnimationOnlyExportData . GetFileName ( editorClipSelected ) , isTimelineAnim : true ) ;
3557
3552
}
3558
3553
You can’t perform that action at this time.
0 commit comments