Octane files linked to fbx when importing in Unity ?

Maxon Cinema 4D (Export script developed by abstrax, Integrated Plugin developed by aoktar)

Moderators: ChrisHekman, aoktar

Post Reply
Spam_One
Licensed Customer
Posts: 7
Joined: Wed Mar 30, 2011 1:25 pm

Hello, simple question : i have bought the C4D Octane plugin. Since i have this installed in C4D, each time i export a fbx in Unity 3d, i have a "my Octane settings" file include in fbx. Unity always warn me about the fact that this thing makes problem on Mecanim (element of unity who manages animation).

Who knows how to remove this ?

Thanks a lot

Pic related, just drag n drop an fbx in the environment :
Attachments
Capture.PNG
User avatar
aoktar
Octane Plugin Developer
Posts: 16063
Joined: Tue Mar 23, 2010 8:28 pm
Location: Türkiye
Contact:

welcome Spam_One, not a simple question :)
it's a mysterious setting object. it's weird that Unity warn for that.
if you delete this run above coffee script. But your scene settings gone away

main(doc,op)
{
var doc=GetActiveDocument();
var o = doc->FindObject("myOctaneSettings");
if(o) {
doc->SetActiveObject(o);
CallCommand(12109); // Delete
TextDialog("myOctaneSettings deleted");
}
}
Octane For Cinema 4D developer / 3d generalist

3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
Spam_One
Licensed Customer
Posts: 7
Joined: Wed Mar 30, 2011 1:25 pm

Maybe the warn isn't very important, i haven't worked with animation yet, it's only architecture for now. I ask this also for scene organisation / arrangement, i don't like to have a lot of "deployable" fbx in my objects list, more when it's for a mysterious thing.

I will try your code.

And thanks for the plugin ;)
User avatar
aoktar
Octane Plugin Developer
Posts: 16063
Joined: Tue Mar 23, 2010 8:28 pm
Location: Türkiye
Contact:

Spam_One wrote:Maybe the warn isn't very important, i haven't worked with animation yet, it's only architecture for now. I ask this also for scene organisation / arrangement, i don't like to have a lot of "deployable" fbx in my objects list, more when it's for a mysterious thing.

I will try your code.

And thanks for the plugin ;)
thnx, enjoy:)
Octane For Cinema 4D developer / 3d generalist

3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
miohn
Licensed Customer
Posts: 749
Joined: Sun Jun 06, 2010 3:00 pm

Hi,

had exactely the same thing while playing around with Unity.
Short time after that ... see my post: "C4D crashes on startup"

Maybe its a problem with "Unity and Octane"?

regards
Mike
User avatar
aoktar
Octane Plugin Developer
Posts: 16063
Joined: Tue Mar 23, 2010 8:28 pm
Location: Türkiye
Contact:

miohn wrote:Hi,

had exactely the same thing while playing around with Unity.
Short time after that ... see my post: "C4D crashes on startup"

Maybe its a problem with "Unity and Octane"?

regards
Mike
i have to try on unity. But it's odd problem. This is only a null object
Octane For Cinema 4D developer / 3d generalist

3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
Post Reply

Return to “Maxon Cinema 4D”