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 :
Octane files linked to fbx when importing in Unity ?
Moderators: ChrisHekman, 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");
}
}

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
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
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
I will try your code.
And thanks for the plugin

thnx, enjoy:)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
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
i have to try on unity. But it's odd problem. This is only a null objectmiohn 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
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw