Script
Liked Category OpenCUI
By Nik · Credited author: Nikolay Litvinov · 2013-06-28
- Version
- 1.0
- Version requirement
- all
- Date updated
- 2016-03-21
- Votes
- 1
Description
To continually not found among heaps of categories that category into which most inputs for setup hotkeys. For instant access to the category Customize-> CustomizeUserInterface-> desired category ...
Чтобы постоянно не искать среди кучи категорий ту категорию, в которую чаще всего залазишь для установки хоткеев. Для мгновенного доступа в категорию Customize->CustomizeUserInterface->Нужная категория...
Additional Info
Install:
in line of code
SendKeys.SendWait "{DOWN 49}" --In place of this number, put the number of place desired category
--Вместо этого числа, поставить число места нужной категории
Save code in notepade as .ms file and Drop to viewport
Category:"Custom Scripts"
-- UniRemover.ms
-- By Nikolay Litvinov (gniklit@gmail.com)
-- Created On: 2016-03-21
-- Modified: 2016-03-21
-- tested using Max 2016
macroScript LikedCategoryOpenCUI category:"Custom Scripts" toolTip:"Liked Category OpenCUI" --icon:#("",1) --silentErrors: true
(
actionMan.executeAction 0 "59226" -- Customize User Interface: Customize User Interface
(
SendKeys = dotNetClass "System.Windows.Forms.SendKeys"
SendKeys.SendWait "{TAB 4}"
SendKeys.SendWait "^{F4}"
SendKeys.SendWait "{DOWN 49}" --In place of this number, put the number of place desired category
SendKeys.SendWait "{ENTER}"
)
)
Tags: Objects, zero, move, obj