Page 1 of 1

Octane files linked to fbx when importing in Unity ?

Posted: Sun Mar 24, 2013 9:02 pm
by Spam_One
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 :

Re: Octane files linked to fbx when importing in Unity ?

Posted: Sun Mar 24, 2013 9:25 pm
by aoktar
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");
}
}

Re: Octane files linked to fbx when importing in Unity ?

Posted: Sun Mar 24, 2013 9:44 pm
by Spam_One
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 ;)

Re: Octane files linked to fbx when importing in Unity ?

Posted: Sun Mar 24, 2013 10:20 pm
by aoktar
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:)

Re: Octane files linked to fbx when importing in Unity ?

Posted: Wed Apr 17, 2013 12:34 pm
by miohn
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

Re: Octane files linked to fbx when importing in Unity ?

Posted: Wed Apr 17, 2013 1:24 pm
by aoktar
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