Re: XSI SelectTool context menus.

2017-08-22 Thread Andrew Prostrelov
I guess reconstruct SelectTool context menu from scratch is a pretty hardcore approach. Ok, i haave heard you guys. -- Softimage Mailing List. To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with "unsubscribe" in the subject, and reply to confirm.

RE: XSI SelectTool context menus.

2017-08-21 Thread Brent McPherson
<softimage@listproc.autodesk.com> Subject: Re: XSI SelectTool context menus. Ok. Lets try to approach this problem from a different angle. CustomTools have callback Deactivate, right ?! So i suppose that we can temporarily deactivate our CustomTool and jump to SelectTool (process RMB and

Re: XSI SelectTool context menus.

2017-08-19 Thread Steven Caron
Reference to all the related enums http://download.autodesk.com/global/docs/softimage2014/en_us/sdkguide/si_om/siMenuAnchorPoints.html *written with my thumbs On Aug 18, 2017 10:45 PM, "Matt Lind" wrote: If you want to see all their locations, then make a

Re: XSI SelectTool context menus.

2017-08-18 Thread Matt Lind
at, 19 Aug 2017 08:15:19 +0300 From: Andrew Prostrelov <prostre...@gmail.com> Subject: Re: XSI SelectTool context menus. To: "Official Softimage Users Mailing List. https://groups.google.com/forum/#!forum/xsi_list; Ok. Lets try to approach this problem from a different angle. Cust

Re: XSI SelectTool context menus.

2017-08-18 Thread Andrew Prostrelov
Ok. Lets try to approach this problem from a different angle. CustomTools have callback Deactivate, right ?! So i suppose that we can temporarily deactivate our CustomTool and jump to SelectTool (process RMB and invoke menu), and back to our CustomTool again. -- Softimage Mailing List. To

Re: XSI SelectTool context menus.

2017-08-18 Thread Steven Caron
registering a menu is for you to anchor you items in it, not pull that menu into your custom tool... someone would have to back me up but i don't think this is possible. sorry dude :( On Fri, Aug 18, 2017 at 12:35 PM, Andrew Prostrelov wrote: > I just thought that if you

Re: XSI SelectTool context menus.

2017-08-18 Thread Andrew Prostrelov
I just thought that if you register in plugin some customContextMenu and if you know its name you maybe can add it into other tools. For example when you create CustomEvent. You can reach it outside of your plugin right. -- Softimage Mailing List. To unsubscribe, send a mail to

Re: XSI SelectTool context menus.

2017-08-18 Thread Steven Caron
The first statement sounds right, the second... I don't think that is possible, you can't take just instance the factory select tool context menu into your custom tool. You would need to recreate all the functionality yourself. On Fri, Aug 18, 2017 at 12:18 PM, Andrew Prostrelov

Re: XSI SelectTool context menus.

2017-08-18 Thread Andrew Prostrelov
Correct me if i am wrong Steven, but this way my CustomTool would appear in SelectTool context menu right ? And i want add into my CustomTool the same context menu that appear if we press RMB in SelectTool. The SAME exact context menu. -- Softimage Mailing List. To unsubscribe, send a mail to

Re: XSI SelectTool context menus.

2017-08-18 Thread Steven Caron
Register a menu with siMenu3DViewObjectSelectContextID as the anchor point... http://download.autodesk.com/global/docs/softimage2014/en_us/sdkguide/index.html?url=files/cus_menus_RegisteringaCustomMenuinXSI.htm,topicNumber=d30e48256 *written with my thumbs On Aug 18, 2017 6:38 AM, "Andrew

Re: XSI SelectTool context menus.

2017-08-18 Thread Andrew Prostrelov
Noi am looking for the way to reach SelectTool context menus. If you turn SelectTool on and pres RMB you open menus that i want to reach. -- Softimage Mailing List. To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with "unsubscribe" in the subject, and reply to confirm.

Re: XSI SelectTool context menus.

2017-08-18 Thread Martin Yara
So you mean just generic context menus, no one in specific. I'm not sure if I understood well, but you don't want to add buttons to these context menus, but create your own context menu for your custom tool, right? I don't think you can do it with scripting only. Other than using PySide / PyQT,

Re: XSI SelectTool context menus.

2017-08-18 Thread Andrew Prostrelov
This menus: http://imgur.com/a/oUyLa -- Softimage Mailing List. To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with "unsubscribe" in the subject, and reply to confirm.

Re: XSI SelectTool context menus.

2017-08-18 Thread Martin Yara
What is a Select Tool Context Menu ? On Fri, Aug 18, 2017 at 4:53 PM, Andrew Prostrelov wrote: > Yes, i already use custom context menus. The point was in a SelectTool > context menus. But anyway thanks. > > -- > Softimage Mailing List. > To unsubscribe, send a mail to

Re: XSI SelectTool context menus.

2017-08-18 Thread Andrew Prostrelov
Yes, i already use custom context menus. The point was in a SelectTool context menus. But anyway thanks. -- Softimage Mailing List. To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with "unsubscribe" in the subject, and reply to confirm.

RE: XSI SelectTool context menus.

2017-08-17 Thread Brent McPherson
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Andrew Prostrelov Sent: 16 August 2017 18:45 To: Official Softimage Users Mailing List. https://groups.google.com/forum/#!forum/xsi_list <softimage@listproc.autodesk.com> Subject: XSI SelectTool context menus. Hello guys. I'm l

Re: XSI SelectTool context menus.

2017-08-16 Thread Matt Lind
Look up "PluginRegistrar.RegisterMenu" in the SDK docs. Mat Date: Wed, 16 Aug 2017 20:45:15 +0300 From: Andrew Prostrelov <prostre...@gmail.com> Subject: XSI SelectTool context menus. To: "Official Softimage Users Mailing List. Hello guys. I'm looking for a way to add Sel

XSI SelectTool context menus.

2017-08-16 Thread Andrew Prostrelov
Hello guys. I'm looking for a way to add SelectTool context menus to my CustomTool. This menus: http://imgur.com/a/oUyLa Is there any way to reach Select Tool RMB menu ? I guess this menus are dynamically generated, so maybe they can be reached outside of SelectTool. -- Softimage Mailing List.