|
Hey,
Anyone know if there is a way to make the FBFbxManager() popup a take selection window when doing a save? Or in any kind of way for that matter to make it possible to select among the scene takes which are saved upon completion of the command?
/Matte
|
|
|
|
I think you should be able to create custom popup, that will display all takes, and allow user for selection. You will fire this popup when filling FBFbxManager attributes for saving. Is this what you are looking for?
Cheers
|
|
|
|
Yeah, creating a popup shouldnt be a problem. But how do i introduce only the selected takes from that custom popup to the FBFbxMangager? It has no slot/setting for it really. Except “.Takes” maybe, but that seems to be a none-editable tuple which is read only. Or iam i missing something?
/Matte
|
|
|
|
Please, check “SaveOneTakePerFile.py” sample. You will find it here: <MBRoot>\PythonScripting\Samples\Tutorials\SimpleScripts
Cheers
|
|
|
|
Aha, i did not know about the .Import member. Thanks for the heads up.
/Matte
|
|
|