PePeTD
@pepetd
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 172
Reply
RE: Pipes Generator

Hum this is the way I would do it, although you mentioned qSort so you probably tried it already. fn sortByOrder order1 order2 = ( if order1 != unde…

12 years ago
Forum
Reply
RE: Pipes Generator

This has been a very good read so far I been trying to sit down and see if i can implement some of those things on your wishlist to the tool maybe I …

12 years ago
Forum
Reply
RE: Pipes Generator

Joker, what was that image issue Id like to see it so i know how you fixed it

12 years ago
Forum
Reply
RE: dotnet listview rightclicking event

Excuse my confusion… not enough coffee this morning please disregard my comment about the right click on treeViews… I was confusing it with something …

12 years ago
Forum
Reply
Reply
RE: dotnet listview rightclicking event

Yeah getting right click to work on most .Net form objects is that simple unless you try it on a TreeView! then it just gets dumb EDIT: Just confuse…

12 years ago
Forum
Reply
RE: Method Rigger!

lanimal: Nice idea and look structured in your head. Don’t know if my comment will be useful but in my rigging functions handling constraint, I as…

12 years ago
Forum
Reply
RE: Method Rigger!

Little way of how to use some of the functions above Let say you have 8 objects and you want to constraint 1 -> 2, 3 -> 4, 5 -> 6, 7 -> 8…

12 years ago
Forum
Topic
12 years ago
Forum
Replies: 5
Views: 18
Reply
RE: Help with a solution for small script

It is just so shitty it takes longer to use it then to build it yourself.

12 years ago
Forum
Reply
RE: previous dropdown value

Yeah INI would work if you need to store it for later use(if you shut down and open max) but I guss lo was just confused as to why anyone would store …

12 years ago
Forum
Reply
RE: Delete modifier by name?

Gonna waste attempt #2 probably. for obj in objects do for mods in obj.modifiers where (classOf mods == meshsmooth) do deleteModifier obj mods have …

12 years ago
Forum
Reply
RE: Delete modifier by name?

Is it the fact that mod is a system variable?

12 years ago
Forum
Reply
RE: Delete modifier by name?

Looking into it Denis!

12 years ago
Forum
Reply
RE: Delete modifier by name?

If you want to just turn all instances of MeshSmooth off use this: (getClassInstances meshsmooth).enabled = false This is my way of deleting all m…

12 years ago
Forum
Page 10 / 12