denisT
@denist
New Member
Joined: Feb 14, 2024
Topics: 218 / Replies: 11426
Reply
RE: Duplicated mapname in different location

fn getEnumeratedFiles target: pattern: unify:on = ( fn add_file file args = ( fn unify_pathname name = ( name = pathConfig.convertPathToLo…

2 years ago
Forum
Reply
RE: Duplicated mapname in different location

first you need to collect all the textures and group them by file name. so that the files can be compared, we will uniform their pathnames… fn getEnu…

2 years ago
Forum
Reply
RE: [Solved] Assign material with suffix for only selection obj

miauu: – if the “suffix” is at the beginning of the object’s name … – if the suffix is at the end of the object’s name suffix is always after, pr…

2 years ago
Forum
Reply
RE: Generalize and shorten function: Any kind of data to float

fn closeEnough v1 v2 precision:0.001d0 = ( abs (double v1 – double v2) < precision ) maybe?

2 years ago
Forum
Reply
RE: Output colored text to the listener

if you want to colorize your own text (output) maybe it will be easier to use System.Windows.Forms.RichTextBox with text and colors as you like?

2 years ago
Forum
Topic
Forum
Replies: 0
Views: 13
Reply
RE: Maxscript access to Sub-Object in motion panel

Every tech artist needs to do three things in “life”: Develop a geometry plugin Design a rig Write a shader … and three things as 2D tech artist:…

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

Serejah: Perhaps it shouldn’t be hard to make it manually, but I never touched rigs & animations so it is a problem This is bad… You have to!

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

it’s Qt now… the WinAPI (uiaccessor) methods don’t work anymore for this part of UI

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

Serejah: ok… here’s my noob attempt qt = python.import “PySide2.QtWidgets” pymxs = python.import “pymxs” app = qt.QWIdget.find (pymxs.runtime.w…

2 years ago
Forum
Reply
RE: Max file watchfolder for render submition

Could you first format the code so that it is at least readable? Do you think anyone would want to “debug” this mess?

2 years ago
Forum
Reply
RE: How to change rollout in modifier parameters

try(destroydialog rol) catch() rollout rol “Test” width:191 ( local required_rol = ( rollout required_rol “Required” ( label lb “REQUIRED PAR…

2 years ago
Forum
Reply
RE: How to change rollout in modifier parameters

The general concept of the max’s plugin user interface is to use one or more rollouts, where every rollout can be in an open or closed state… visible …

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

May I ask what it is for? I want to hear all the arguments for this… and probably each of them I can question, or can suggest another, possibly simple…

2 years ago
Forum
Reply
RE: (MXS == SDK) backgroundcolor … How to?

Of course! I thought I was going crazy … The fact is that I was looking for case-sensitive GetBackground and SetBackground (it’s BackGround) for sure……

2 years ago
Forum
Page 14 / 777