The Amazing Disappearing hprInterval

yes, using the same name for some ivals doesn’t work :

model.hprInterval(1,Vec3(360,0,0),name='i')

it expects something like this :

model.hprInterval(1,Vec3(360,0,0),name='i%d')

or not named at all.

Any chance to expose the class ?