Ian00
@ian00
New Member
Joined: Feb 15, 2024
Topics: 7 / Replies: 17
Reply
RE: how to get vertex number?

For example, here’s a function to get the position of a selected vertex- global FN_getVertPos fn getVertPos = ( if ((polyOp.getVertSelection $).numbe…

14 years ago
Forum
Reply
RE: how to get vertex number?

Well, the input <int vertex> in polyOp.getVert requires an intevger value so vertnum would have to be a single value if you are going to use it,…

14 years ago
Forum
Reply
RE: how to get vertex number?

Well, your problem is with- global vertnum = int(polyOp.getVertSelection Parent_Obj) You can’t just convert an array of numbers to one integer, eve…

14 years ago
Forum
Reply
RE: Script doesn't work as a function.

Hey, thanks Bobo for responding. I have tried your suggestion about using the fileIn method, but you are right, and that doesn’t seem to work either. …

14 years ago
Forum
Reply
RE: Script doesn't work as a function.

Anyone have any ideas about what’s wrong here?

14 years ago
Forum
Reply
RE: Script doesn't work as a function.

Well, patchOps is a struct containing commands and operations for editable patch objects.The command selectEdgeLoop is the equivalent to pressing Loop…

14 years ago
Forum
Topic
Forum
Replies: 5
Views: 10
Reply
RE: Patch selections

Hi Josh, thanks for the reply, using the selectedfaces meethod seems to work, but how would I put the current selection to an array? With edit mesh fo…

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 2
Views: 17
Reply
RE: Loop selections on mesh.

WOW, thanks for the great explanation, I didn’t expect a response from the mighty Bobo, especially so quick! I did read somewhere that the EPoly was …

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 29
Reply
RE: Commiting on pelt map

Well unfortunately it doesn’t appear to work inside of a macro- macroScript AutoPelt_Selected category: “UV Tools” internalCategory: “UV_Tools” tool…

15 years ago
Forum
Reply
RE: Commiting on pelt map

Well, thanks a bunch for that solution, looking through the reference, I figured there had to be a way of literally having the commit button pressed, …

15 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: A "last tool used" script

Hello, thanks for your reply. I just recently tried your code, and unfortunately it doesn’t seem to work. I tried pasting it in the maxscript editor a…

15 years ago
Forum
Page 1 / 2