Hum, the copy still happens even if I do fn test = ( t = callbacks.notificationParam() t[1] = #() t[2] = #() t[3] = #() ) callbacks.addScript #postN…
Thanks everyone for your replies ! JHN> The objects are not instances, they’re either copies or separately created LoneRobot> I understand you…
Thanks, it’s pretty similar to blur scripts that I found at (), but it’s not exactly what I want. I don’t want a popup dialog to appear but instead be…
Solved it ! if you do plugin geometry testSphere name:”test sphere category:“test” classID:#(0x13456, 0x12468) extends:sphere replaceui:true ( para…
IParamBlock2* GetParamBlock(int i) Is defined from Animatable, so I can’t access it from Object I tried to cast into a Animatable* but I suppose lif…
Wow thanks ! I would never have thought looking into the 2010 doc since i’m using 2009 but it works for both…
I’m wondering if drawing directly on the viewport using gw functions could do the job but it’s only drawing in the active viewport which again, so tha…
Hum it seems that helper doesn’t allow vertex color usage so I switch my object type to simpleObject. It works but only in the perspective viewport an…
Hum, I’m afraid it’s not possible then, too bad ! Thanks for the replies.