miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: dot net PictureBox locking picture

Search the forum. I think that DenisT and Lo has showed solution for this problem. You just have to find the proper thread.

11 years ago
Forum
Reply
RE: how do you like my new avatar?

For now this is the final result. It is scalled from bigger image.

11 years ago
Forum
Reply
RE: how do you like my new avatar?

If the used icon is in png format, then the transparency is used as alpha. By the way, which one is better?

11 years ago
Forum
Reply
RE: how do you like my new avatar?

In max2014 this line gives an error: bm = dotnetobject “System.Drawing.Bitmap” (getdir #ui + @”\Icons\Grips\width.png”) But, when I changed the path…

11 years ago
Forum
Reply
RE: how do you like my new avatar?

In the rollout titlebar? Is this possible with standard mxs rollout, or you use dotnet form?

11 years ago
Forum
Reply
RE: how do you like my new avatar?

It is a good idea to put my logo to all my scripts, that have UI(for now it is placed in one of my scripts). Just have to find the best place for the …

11 years ago
Forum
Reply
RE: how do you like my new avatar?

d t s ? Denis Trofimov Script/Signature/Special

11 years ago
Forum
Reply
RE: include with variable

Make sPath global, defined it once, skip the include part for this variable?

11 years ago
Forum
Reply
RE: getting and setting camera

( sceneName = maxFilePath + maxFileName activeCam = getActiveCamera() if activeCam != undefined then ( activeCamName = activeCam.name resetMax…

11 years ago
Forum
Reply
RE: getting and setting camera

The whole code must look like this: ( sceneName = maxFilePath + maxFileName activeCam = activeCam.name actionMan.executeAction 0 “40005” — File:…

11 years ago
Forum
Reply
RE: getting and setting camera

The problem is not in 3ds Max. The problem is hou you uses the maxscript. Do you remember the thread where you asked about getting objects name and wh…

11 years ago
Forum
Reply
RE: getting and setting camera

Why you want to load the merge the scene in new scene? 1 – use getactivecamera() to get the active camera. activeCam = getactivecamera() (if you wan…

11 years ago
Forum
Reply
RE: getting and setting camera

When you merg the camera from another file use mergeMAXFile <filename_string> [] #select This way the camera, that you want to set as activ…

11 years ago
Forum
Reply
RE: Forward declarations not working in MS?

You calling the main function incorectly. local bodyMesh bodyMesh is undefined The main fn: grabObjs objs = ( objs = pickobject count:#multiple; )…

11 years ago
Forum
Reply
RE: Forward declarations not working in MS?

( –local vars local bodyMesh local cloakMesh –main func function GrabObjs = ( objs = pickObject count:#multiple ) bodyMesh = GrabObjs…

11 years ago
Forum
Page 57 / 83