Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: ultra simple but i can't achieve it! Help

Hi, this works for me … ca=attributes langueCtrl ( rollout langueMove “Langue Select” ( button lanSelect “select” on lanSelect pressed do ( local obj…

19 years ago
Forum
Reply
RE: Getting whether an window is already open.

Hi made a small example… macroScript MyMacro ( local checked = false rollout Myrollout “Myrollout ” ( button MyButton “Button” on MyRollout close do …

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 5
Reply
RE: how get year month day hour minute second

my computer get style “2006-1-24 13:00:09” so year is n°1 (str[1])

19 years ago
Forum
Reply
RE: how get year month day hour minute second

try this (easier) str=filterstring localtime “- :/” year=str[1] as integer Month=str[2] as integer Day=str[3] as integer Hour=str[4] as integer Minut…

19 years ago
Forum
Reply
RE: ListView UI : how to control?

on listview_rollout resized val do lv_objects.size = val – [10,10] does work indeed

19 years ago
Forum
Reply
RE: How to crete a box along an edge ?

That’s bobo ! you made my day, This .DIR properties, i didn’t know of ! That will be really usefull ! Thanks a million time

19 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Reply
RE: Listview / treeview combo ?

Good question ! I was about to post a question about this. I think this can be done with custom made active X controls. the MS Treeview control has n…

19 years ago
Forum
Reply
RE: in need of a script for max 8

Hi, to make it work in Max8, In the file Meshtools3-Functions.ms or Meshtools-Functions.ms (in stdplugs/stdscripts) replace the line: polyop.chamferEd…

19 years ago
Forum
Reply
RE: Testing if array1 != aray2?

Hi ! fn test a b c:333 = ( format “a=% b=% c=% ” a b c ) And I call it: test 111 222 –> a=111 b=222 c=333 But if I decide to assign an another …

19 years ago
Forum
Reply
RE: Unwrap: how to select shared vertices ?

Thanks for your input guys, I just found a solution, kind of a hack: i use expandGeomVertexSelection() and contractGeomVertexSelection() This does th…

19 years ago
Forum
Reply
RE: Unwrap: how to select shared vertices ?

Hi stuh505, The Unwrap editor shows them, but does not select them … This is would I would like to do ! I would like to build an array of shared ver…

19 years ago
Forum
Topic
Forum
Replies: 6
Views: 5
Page 21 / 22