gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: How to change Preference Settings via UIAccessor.SendMessage?

This is not perfect solution but works — with first line below you can stop the timer after testing if notifier != undefined do notifier.stop() g…

10 years ago
Forum
Reply
RE: Ortho to Perspective

Or struct maybe callbacks.removeScripts id:#zacnyPersp global orthoToPersp ( struct otpStruct ( a , b, fn sprawdz_TM= ( if(viewport.GetTy…

10 years ago
Forum
Reply
RE: Logo

2nd right is OK. Text is clear and readable. Also U can place “ART” word in tree separate bucket (bigger one) and “RENDER” in six smaller. But your co…

10 years ago
Forum
Reply
RE: convert 1,3,5-7,10 editText.text to array

Hmmm… maybe this one str = “1,2,3,5,7-10” filterstring str “,-” –#(“1”, “2”, “3”, “5”, “7”, “10”)

10 years ago
Forum
Reply
RE: vray MultiMatteElement from Layer

I agree. Also every user which use 3d party plugs that causing similar problems can also learn a simple line of mxs code ($.category) to find object c…

10 years ago
Forum
Reply
RE: vray MultiMatteElement from Layer

I don’t know. Maybe but I did’nt use such P-System. Anyway… We can always put one more item in the “exclude” lisr. Right?

10 years ago
Forum
Reply
RE: vray MultiMatteElement from Layer

Or simply fn GetSceneNodes = ( fn filterGeo node = ((node.category != #Itoo_Software or node.category != #Particle_Systems) and canconvertto node …

10 years ago
Forum
Reply
RE: Scene material count not resetting

Yep. But objects in the scene still contains materials which not make sense.

10 years ago
Forum
Reply
RE: MXS Code Standards: Using of if/then vs. if/do

Yep. For one statement “if…do” For two statement “if…then…else” But if code requires more then two statements I rather use “case of” then “if…then…els…

10 years ago
Forum
Reply
RE: detecting hardware

I not know is this posible by using mxs but with C# (ManagementObjectSearcher) is posible for sure. See this link.

10 years ago
Forum
Reply
RE: sort array problem

denisT: … but it’s a common problem. see the windows. it sorts files alphabetical way instead of natural. Yep. Also 99.9% of WIN softwares have s…

10 years ago
Forum
Reply
RE: sort array problem

This is not my method but slightly modifierd verion of original Denis code. My first methid will only help you only when you want to sort newly create…

10 years ago
Forum
Reply
RE: sort array problem

Previous solution is good enough. Please no more c++

10 years ago
Forum
Reply
RE: sort array problem

NICE! Are you used this for previous speed and memory test? It’s not funny. For me is difficult to understand and especialy to write this code. Stil…

10 years ago
Forum
Reply
RE: sort array problem

Yep. I tried this morning the same : generate .net string array using valuetodotnetobject method use array sort method I know to load assembly “shlw…

10 years ago
Forum
Page 4 / 69