Description:
This Plugin show the Maya-like Menu.
Using:
Type the following command and run it.
ENmenu "test"
or
ENmenu "for Modeling"
or
ENmenu etc...
(Each displays a different menu.)
or
Register the sample plugin to Shortcut.
(main menu on Softimage)File/Keyboard Mapping...
Group:Custom Script Commands
Command:ENmenu_Sample
Caution:
FifthMenu is provided as free-plugin. Use at your own risk.
Tips
Input script code :
Edit color :
at run the sample plugin : (ENmenu_Sample)
Thanks a lot, great addon.
ReplyDeleteBut if it is possible to make 64 bit version?
Thanks! but I'm sorry
ReplyDeleteUnfortunately, because I don't have 64 bit Softimage can not be developed Plugin for it.
Sad... robou, your addon looks extremely useful...
ReplyDeletebut i need x64 version too,
Anyway, great work.
My acquaintance compiled this plug-in for 64bit.
ReplyDeletePlease use this.
http://file.bluearth.blog.shinobi.jp/ENmenu_Set_V3_Eng.zip
Hi robou!
ReplyDeletei just discovered your plugin, and i have to say its fast and wonderful! thank you so much! i have a question how do i make a menu context sensitive. like you did with your sample menu. so that you see a different menu for poinr, edge and poly selection. and is it possible to use this context sensitivity also for other objects. like a different menu when a curve is selecten or a mesh object? thank you! cyte-concept.decy
hi robou, i just discovered your plugin, and i have to say it is fast and fantastic! i want to know how to make a menu context sensitive like you did with your sample menu? so you see different menus for point, edge and poly selection. moreover i would like to know if the context sensitivity could be used in other cases, too? like having different menus for mesh, curve surface etc.
ReplyDeleteThank you !! cyte-concept.de
Hi, CYTE2142.
ReplyDeletePlease look for "ENmenu_SamplePlugin.vbs" from a folder of the installation of your PC.
When you open this file and change the following points, you come to be able to distinguish a specific type.
if Selection.count > 0 and Selection.Filter.type = "FilterSubComponentType" then
Select Case Selection(0).type
Case "polySubComponent"
ENmenu "sample_SelectPolygon"
For example, please add the following sentences when you display the menu for exclusive use of the Null object.
DeleteCase "null"
ENmenu "menu_for_null"
Hi robou,
ReplyDeleteThank you! Your plugins Rock!
Hi robou, i just wanted to ask you something. when enmenu gets installed inside a workgroup rather than under the user folder softimage crashes. do you think this could be fixed? im not expecting you to fix this. but i know a coder that would help me with this issue... i really like this plugin and i love softimage :) if i would be able to install this addon in a workgroup would help me so much. im a freelancer and when im booked in some companies they move all user related stuff in a workgroup... so im not able to use enmenu...as a result im slow at work as a slug :) thank you!
ReplyDeleteThank you for using ENmenu.
ReplyDeleteUnfortunately I cannot use Softimage now.
In addition, the maintenance is difficult because I do not program it using C language for a while.
It's a shame I couldn't do anything to help you.
If you wouldn't mind, because there is Plug-in resembling ENnmenu at the following site, please try it.
http://gotetz-log.blogspot.jp/2010/10/softimage.html
http://gotetz-log.blogspot.jp/2010/10/softimage-ver11.html