On 03/05/2015 at 11:52, xxxxxxxx wrote:
I have thess lines of code:
w_variation=C4DNoise(seed)
rotw=w_variation.Turbulence(c4d.Vector(step,step_br,0),3,True,overtime+step_br)
and I'm getting the error:
/Users/ruibatista/Second Drive/Development/R15/plugins/Arbor/Arbor.pyp:303: DeprecationWarning: integer argument expected, got float
I just checked the SDK and the only parameter that is required to be integer is the octaves and I'm providing 3, not 3.0
So, what must I do to prevent this error to occur?