C4DtoA | 00:00:00 3857MB WARNING| cannot declare constant FLOAT Steps_resolution - name already in use

C4DtoA | 00:00:00 3857MB WARNING| cannot declare constant FLOAT Steps_resolution - name already in use

Kendall_Kaiser
Not applicable
688 Views
2 Replies
Message 1 of 3

C4DtoA | 00:00:00 3857MB WARNING| cannot declare constant FLOAT Steps_resolution - name already in use

Kendall_Kaiser
Not applicable

I keep getting this strange error on the console window when I render my scene.

C4DtoA | 00:00:00 3857MB WARNING| cannot declare constant FLOAT Steps_resolution on /CABINET-dynamic_1/Body_Main_1 - name already in use

Can some one please explain what is happening here or what it issue is?

0 Likes
689 Views
2 Replies
Replies (2)
Message 2 of 3

Stephen.Blair
Community Manager
Community Manager

It's a warning, not an error. It means "Steps_resolution" has already been set on the object, and some code is trying to set the value a second time.

I can't find any occurrence of "Steps_resolution" in the C4DtoA code, so I don't know where that's coming from. If it was my scene, I'd export an ass file and see what kind of node has a Shapes_resolution user data.



// Stephen Blair
// Arnold Renderer Support
0 Likes
Message 3 of 3

peter.horvath6V6K3
Advisor
Advisor

I suppose you have this warning while the IPR is running. The warning is harmless, as Stephen explaind. I guess you have a user data on an object and the plugin tries to decalre it in each iteration, but it's already there.

0 Likes