miauu's Mini Transform Type-In

4 votes
Version: 
1.2
Date Updated: 
07/30/2019

 

 

Script for 3dsMax 2009+ that changes the default Transform Type-In dialog to mini TTI. The miniTTI is placed over the title bar of the default TTI. The script file can be placed in maxroot/scripts/startup folder so when you run 3dsMax the default TTI will be automatically transformed to mini TTI and will be placed at the last used position of the TTI(default and mini).

In the video you can see how to use the script.

Special thanks to Denis Trofimov for his help.

Version Requirement: 
3dsMax 2009+
Video URL: 
AttachmentSize
miauuminitti_startup_10.ms6.44 KB
macro_miauuminitti_secondruncloseui.mcr6.71 KB
macro_miauuminitti_secondruncloseui_chinise.ms6.68 KB
miauuminitti_startup_chinise_10.ms6.42 KB
miauuminitti_12.mcr6.63 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

The same solution as few comments below.

open the scripts in MaxScriptEditor and replace the "Move Transform Type-In" with "变换输入", save and reinstall the scripts.

On line 90 of the script's body you will see this:
hwndMove = windows.getChildHWND 0 "Move Transform Type-In"

Replace it with:
hwndMove = windows.getChildHWND 0 "XXXXXX"

where "XXXXXX" is the correct spelling of "Move Transform Type-In" in Chinese.
Save the file, install it again and you should not have problems.

myfrankie's picture

miauuminitti_ 12. MCR loading error

miauuminitti_ 12. MCR loading error: there is no "get" function undefined corresponding to the following items

Max2022 simplified Chinese version I use

myfrankie's picture

miauuminitti_ 12. MCR loading error

miauuminitti_ 12. MCR loading error: there is no "get" function undefined corresponding to the following items

Max2022 simplified Chinese version I use

miauu's picture

.

Can you do this:

open the scripts in MaxScriptEditor and replace the "Move Transform Type-In" with "变换输入", save and reinstall the scripts.

myfrankie's picture

May be a Move Transform Type - In error

What I use is simplified Chinese, in addition, the two files must be loaded, or can be loaded separately one?

miauu's picture

.

What is the language of your 3ds max. Most probably the error occurs becasue the name of your TTI is not "Move Transform Type-In".

myfrankie's picture

3ds max 2014

3ds max 2014

miauu's picture

.

Which 3ds max version you use?

myfrankie's picture

Error exception

hwnd = dotnetobject "IntPtr" hwndMove[1]

No to the following item corresponds to "get" function is undefined

miauu's picture

.

What error?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.