I have the pose I want. How do I put it into Sims 4 Studio?
When I try, I get this message,
The Sims 4 Studio - Version 2.4.2.0
System.AggregateException: One or more errors occurred. ---> S4Studio.Blender.BlenderException: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 18, in <module>
File "C:\Users\[UserName]\AppData\Roaming\Blender Foundation\Blender\2.70\scripts\addons\s4studio\animation\blender.py", line 165, in save_clip
clip.max_frame_count = int(action.frame_range[1])
AttributeError: 'NoneType' object has no attribute 'frame_range'
at S4Studio.Blender.BlenderUtilities.RunBlender(String script, String blend, Boolean background, Boolean check_version) in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio.Blender\BlenderUtilities.cs:line 238
at S4Studio.Blender.BlenderUtilities.ImportClip(String custom_blend, String custom_clip, String prefix) in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio.Blender\BlenderUtilities.cs:line 403
at S4Studio.ViewModels.Animation.AnimationPackCustomContent.<>c__DisplayClass17.<ExecuteImportAnimation>b__15() in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio\ViewModels\Animation\AnimationPackCustomContent.cs:line 246
at S4Studio.LoadingScreen.<>c__DisplayClass2.<Show>b__0() in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio\UI\LoadingScreen.xaml.cs:line 39
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
at S4Studio.LoadingScreen.<>c__DisplayClass2.<Show>b__1() in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio\UI\LoadingScreen.xaml.cs:line 48
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
---> (Inner Exception #0) S4Studio.Blender.BlenderException: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 18, in <module>
File "C:\Users\[UserName]\AppData\Roaming\Blender Foundation\Blender\2.70\scripts\addons\s4studio\animation\blender.py", line 165, in save_clip
clip.max_frame_count = int(action.frame_range[1])
AttributeError: 'NoneType' object has no attribute 'frame_range'
at S4Studio.Blender.BlenderUtilities.RunBlender(String script, String blend, Boolean background, Boolean check_version) in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio.Blender\BlenderUtilities.cs:line 238
at S4Studio.Blender.BlenderUtilities.ImportClip(String custom_blend, String custom_clip, String prefix) in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio.Blender\BlenderUtilities.cs:line 403
at S4Studio.ViewModels.Animation.AnimationPackCustomContent.<>c__DisplayClass17.<ExecuteImportAnimation>b__15() in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio\ViewModels\Animation\AnimationPackCustomContent.cs:line 246
at S4Studio.LoadingScreen.<>c__DisplayClass2.<Show>b__0() in c:\Workspace\Sims4Studio\TheS4Studio\S4Studio\UI\LoadingScreen.xaml.cs:line 39
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---