Thank you @m_adam
I completed my exporter scripts to your help.
I read Links, I will tagging next time.
I'm studing c4d scripts. it still hard.
Thank you again.
Thank you @m_adam
I completed my exporter scripts to your help.
I read Links, I will tagging next time.
I'm studing c4d scripts. it still hard.
Thank you again.
Hi, I'm newbie in c4d scripts and I can't english well:(
I want to set FBX export options with python.
#FBX_EXPORTER_ID = 1026370
container = c4d.plugins.GetWorldPluginData(1026370)
container[c4d.FBXEXPORT_ASCII] = 1
c4d.plugins.SetWorldPluginData(1026370, container, True)
I changed value for c4d.FBXEXPORT_ASCII. 0, 1...
I changed boolean for SetWorldPluginData. True, False...
Console is [OK] but C4d doesn't changed.
Help me please.
Thank you.