VVaari
@vvaari
New Member
Joined: Feb 15, 2024
Topics: 15 / Replies: 40
Topic
Forum
Replies: 0
Views: 13
Topic
Forum
Replies: 0
Views: 21
Reply
RE: Scripted material with images

I actually ended up using ImgTags and also script creates temporary thumbnail images for used textures so I don’t have to worry about big files. Haven…

11 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: PFlow scatter

Well got it working. Although I need to do completeRedraw() before looping thru particles, otherwise it doesn’t find them. Any idea why is that? ( …

12 years ago
Forum
Reply
RE: PFlow scatter

Oh damn I thought I could just use particlePos() to get positions but it doesnt work with PFlow. Looks like I need to do some more reading about PFlow…

12 years ago
Forum
Topic
12 years ago
Forum
Replies: 2
Views: 13
Reply
RE: Perforce changelist creation.

I use P4.net for our perforce interaction. It’s pretty easy to use and you can create new named changelists with it. You can get it from here E

12 years ago
Forum
Reply
RE: Image to Shape

This is really interesting stuff MerlinEl! I just started researching if i could trace bitmap (to a spline maybe) and fracture objects with it, like i…

14 years ago
Forum
Reply
Reply
RE: Little bitty slider controls??

I dont think there is a way to automatically wire it. What kind of properties you need to wire it to? I’ve never used slider so I have no idea what yo…

15 years ago
Forum
Reply
RE: Little bitty slider controls??

Maybe you can use dotnet TrackBar-class: ( global trackBarRollout try destroydialog trackBarRollout catch() Rollout trackBarRollout “trackba…

15 years ago
Forum
Reply
RE: Detecting EditPolyMod and Editable Poly Object in script

To see class of an object, use classOf method. ( if(classof (modPanel.getCurrentObject()) == Editable_Poly) Then ( $.EditablePoly.SelectE…

15 years ago
Forum
Topic
Forum
Replies: 1
Views: 12
Reply
RE: Deleting user property?

I had similar case where i needed to check for invalid user props and add and delete some properties. What I did was that I used [font=Verdana]getUser…

15 years ago
Forum
Page 1 / 4