bernieLomax
@bernielomax
New Member
Joined: Feb 15, 2024
Topics: 14 / Replies: 43
Reply
RE: how to close all oppened windows in max (ie: material editor and render scene dialog)

myDialogs = #(renderSceneDialog, MatEditor) for i = 1 to myDialogs.count do ( if myDialogs[i].isOpen() == true then myDialogs[i].close() else myDialo…

18 years ago
Forum
Reply
RE: how to close all oppened windows in max (ie: material editor and render scene dialog)

yes jonlauf thats what i´m using right now but i want to store in a array the currently open windows comming from scripts to the material editor so i´…

18 years ago
Forum
Reply
RE: Network bitmap paths upgrader – Bernardo amorim

new_link: sorry about that. but this way is easier. another brief explanation: this script is intended to automatically update your servers bitma…

18 years ago
Forum
Topic
Forum
Replies: 2
Views: 20
Reply
RE: urgent help Script npot working UVWmap

theres one litle thing i forgot … i want to place the gizmo to the bottom edge of the object, by bottom i mean the lowest edge of the bounding box… go…

18 years ago
Forum
Reply
RE: urgent help Script npot working UVWmap

sorry got mistaken this is the final one: obj = selection as array for i = 1 to obj.count do ( faceArr = (polyop.getFaceSelection obj[i]) as array…

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 18
Reply
RE: script to Render 120 cameras

yeah crazzy project… go to scriptspot.com and check there for multicameras renderers. i´m certain i have seen it there hugs bern

18 years ago
Forum
Reply
RE: how to put a VIEWPORT window in a rollout

here is what i got from discreet knowledge base : Topic: [500431] Free-floating viewport (2 of 2), Read 133 times …

18 years ago
Forum
Reply
RE: how to put a VIEWPORT window in a rollout

well i think it can, all i have to do is be able to track in a activex windows the viewport redraws. but only if it was that simple. I was wondering i…

18 years ago
Forum
Topic
Forum
Replies: 4
Views: 16
Reply
RE: a litle help for everyone- Architecture visualization

yeah… thanks j but for the values of the random color all you have to do is change them to a smaller (than 255) value and all the colors will be a lig…

18 years ago
Forum
Reply
RE: a litle help for everyone- Architecture visualization

yes bobo “keep it simple and useful” that´s my model. i keep on forgetting about macroscripts… thanks alot… hugs bern

18 years ago
Forum
Page 2 / 4