20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.75k stars 746 forks source link

i used "sequencer_import_fbx_transform" import camera in sequence , but i get a error! #766

Closed Sengunbanba closed 5 years ago

Sengunbanba commented 5 years ago

i used "came_fbx = 'D://asset/camera.fbx' transform_section.sequencer_set_section_range(1.2,2.5) transform_section.sequencer_import_fbx_transform(came_fbx,"EP055_SC009_P001_0001_Camera")"

unable to find specified node in Fbx file Traceback (most recent call last): File "", line 10, in Exception: unable to find specified node in Fbx file

Does anybody have the same problem as me?