Insanto
@insanto
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 139
Topic
Forum
Replies: 4
Views: 15
Reply
RE: external scripts via fileIn trouble

do you really need them to be executed in a global scope? if not why not use include?

14 years ago
Forum
Reply
RE: changing output file in scripted render

i didnt say it was useless may i assume you were NOT using scanline render? if so you can specify a memory limit in the render settings and also activ…

14 years ago
Forum
Reply
RE: changing output file in scripted render

im quite curios as to why you’d need to split the render into regions the only things coming to my mind would be memory useage (wich you can restrict …

14 years ago
Forum
Reply
RE: Block colours

fn getAVGColor map = ( –INToolsFN.getAVGColor meditmaterials[1].diffusemap local result = blue as color if map != und…

14 years ago
Forum
Reply
RE: Creatin MenuBar 'file','edit','about' in dialog

if i do understand you why not use the RCMenu ? ( rollout RO “bla” width:300 height:200 ( ) rcMenu blablaMenu ( subMenu “File” ( menuI…

14 years ago
Forum
Reply
RE: get array of files on a srv ?

not specifically a ftp, it also has a web “frontEnd” with my current solution () i create the filesString dynamically per php from () <? function…

14 years ago
Forum
Reply
RE: get array of files on a srv ?

oh, thats neat do you know if you can also use the ssl option with max?

14 years ago
Forum
Reply
RE: get array of files on a srv ?

^^ yeah i know, was using “BREAK” before to seperate them so i had to use this method of seperation but the seperation on the max side aint the prob…

14 years ago
Forum
Reply
14 years ago
Forum
Topic
Forum
Replies: 7
Views: 17
Reply
RE: run through selection

( local tArr = selection as array tArr.showFrozenInGray = not (tArr.isFrozen = true) max tool zoomextents all ) ?

14 years ago
Forum
Reply
RE: Folder Tree view component in maxscript?

im working on something like that atm dotNet and MS is what i use for it, will be up on scriptspot when its done but im always looking for motivated t…

14 years ago
Forum
Reply
RE: What should I focus on if I want to develop some program myselt?

learning to ask more detailed questions? nah but srsly it depends, so ppl will need more intel on what you plan to develop in general to give you a us…

14 years ago
Forum
Reply
RE: How to calculate one rotation order to another

a = $.transform.rotation as eulerangles b = point3 a.z a.y a.x –preety one –b = [a.z, a.y, a.x] –fast one to process

14 years ago
Forum
Page 4 / 11