Any Hints for the addParameterVec3D method?

I'm just starting to get comfortable scripting and am working with rotating Particles.

I've noticed that in the default interface fields for Rotation values of the Particle Script interface, the popup hint values are H, P, and B. When I use addParameterVec3D() to make my own rotation fields, the popup hints are X, Y, and Z. I thought that changing the rotation order to ROT_HPB by using convertEuler() on the Vec3D object might update the popup hints, but I was either wrong or not doing it correctly.

Does anyone have some guidance to offer?

Also, what is the Vec3d.convertEuler() manual entry describing when it mentions a "tip"?

MultiRep_scrnsht.png
 
Last edited:
Back
Top