Notifications
Clear all

[Closed] editing a rollout RCMenu

Hi guys,

I was wondering how I could edit an existing RCMenu.
I would like to add some menuItem in it without having to re create my rollout.

Thanks

2 Replies

there is no way to add new menu item to a mxs RCMenu. But it might be a workaround. Can you give me a scenario: what you want to add (menuitem(s), submenu), how many (is the number fixed?)…

hi,

let say you will have a menu like this:

rcmenu ffxMenu
(
	subMenu "Options"
	(
		menuItem moOptions "Options"
		menuItem moRenders "Render Options"
		menuItem moPresets "Load Presets"
		separator sep01
		subMenu "Cache"
		(
			menuItem mcDefault "Default"
			menuItem mcWavelet "Wavelet"
			menuItem mcPost "Post"
		)
	)
)

and I would like to add menuItem within the subMenu “Cache” and the a new event for each of them