kittikun
@kittikun
New Member
Joined: Feb 15, 2024
Topics: 8 / Replies: 12
Reply
RE: Prevent object cloning ?

Hum, the copy still happens even if I do fn test = ( t = callbacks.notificationParam() t[1] = #() t[2] = #() t[3] = #() ) callbacks.addScript #postN…

15 years ago
Forum
Topic
Forum
Replies: 3
Views: 18
Topic
Forum
Replies: 1
Views: 19
Reply
RE: Edit params of multiple selection same type objects

Thanks everyone for your replies ! JHN> The objects are not instances, they’re either copies or separately created LoneRobot> I understand you…

16 years ago
Forum
Reply
RE: Edit params of multiple selection same type objects

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…

16 years ago
Forum
Topic
Reply
RE: Access base class parameters of script extended class from c++ ?

Solved it ! if you do plugin geometry testSphere name:”test sphere” category:“test” classID:#(0x13456, 0x12468) extends:sphere replaceui:true ( para…

16 years ago
Forum
Reply
RE: Access base class parameters of script extended class from c++ ?

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…

16 years ago
Forum
Reply
RE: Multiples rollout, one paramblock ?

Wow thanks ! I would never have thought looking into the 2010 doc since i’m using 2009 but it works for both…

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 5
Reply
RE: Helper mesh drawing using vertex colors ?

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…

16 years ago
Forum
Reply
RE: Helper mesh drawing using vertex colors ?

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…

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 15
Reply
RE: Macroscript icon change during runtime ?

Hum, I’m afraid it’s not possible then, too bad ! Thanks for the replies.

16 years ago
Forum
Page 1 / 2