Search the Community
Showing results for tags 'menu'.
-
Hey guys, I try to modify a few items in the OPmenu (the menu triggered when right-clicking on nodes). I want to modify the expressions that enable certain items, for example disabling the Type Properties... for specific nodes. Following the documentation, I came up with the following xml...
-
Hey, I am looking for a way to navigate through dropdown menu. Could be very handy for exemple to test different noise. I saw someone on a video who did it, so it seems like there is a shortcut for that but I couldn't find it. Does anyone know it ? Thanks, With love
-
How to disable "show image" in file browser windows not by right click, and make it by default disable in Houdini, suppose need to write some script like this code is enable autosave. import hou # hou.appendSessionModuleSource('''hou.hscript("autosave on")''') hou.hscript("autosave on")...
-
Hello, Is there a ch function for drop down list in VEX. I am trying to create a switch case and I am not sure how I can get a drop down menu. Please help. Thanks. S
-
Hello, I am seeing wierd display bug when I access a submenu in radial menu. Like a wrong cutout mask so the submenu is partially displayed. I am under CentOS 7 with 440.82 NVidia driver Thank you, Tanguy
-
- hfs18.0.499
- radial
-
(and 1 more)
Tagged with:
-
Hello, i am currently doing a procedural circle data graph, and I am thinking of make it modular, with a int you can control the amount of types, and that will show in the editor for each unit one label, color and total number, but I don't know if that is possible. Any way to do it dynam...
-
Hello, I'm happy to share with you the script plugin XPopMenu ! Initially developed on Softimage by Reinhard Claus, XPopMenu is a popup menu that you can associate to a hotkey to get under the hand a quick and easy customizable set of tools. you can layout your menu using simple meth...
-
Hey folks, I have a simple subnet that I use to reduce the poly-count of incoming geometry. I have exposed some parameters and added the ordered menu "Level of Detail". I want to be able to use this dropdown menu as a list of presets to fill in the three values into the fields below. I th...
-
Hey guys, I am building a tool that needs to work on variations present in an asset package. And there are several different packages with different number of variations in them. this is what I need to do - on the surface level of my subnet, I need tick boxes[toggle] to turn a certain vari...
-
Hello guys !!! Anybody have similar problems with context menus ? The same problem I have on all version and builds in past. OS - centos 7 GPU - nvidia 1080 Ti, 390.67 driver
-
Hi everyone, this is my first time writing tools with python, so maybe I got something completely wrong here. I want to built a HDA to setup the houdini scene by selecting project, sequence and shot number. For that I created a HDA with a ordered menu and a drop down listing all available proje...
-
Hey magicians, quick question about parameter interface. How can I make a submenu appear when I select something? right now is pretty rough, I made a switch (roof type) and then subfolders, would like to show each sub-folder when the type is selected, any tips? Or even better, in Roof Type have...
-
Hi! I'm trying to find a way to read a config when a button is pressed, and update the available items in a menu parameter. I've tried a couple of methods, but haven't managed to get anything to work yet. First Attempt: target_menu_items = ["a", "b", "c"] menu_parm = node.parm("menu_...
- 4 replies
-
- 1
-
-
- python
- ParmTemplate
-
(and 1 more)
Tagged with:
-
Hello, just installed 15.5.673 on Centos/MATE and I dont get the desktop icons. Even if i run the python script inside /opt/hfsxx.x.xxx, I get some errors. Anyone else experiencing the same? Thanx
-
Hi everyone, I have a menu parameter that is filled using a script. The menu looks like this. "token", "Label" "p", "P" "flow", "Flow" In the VEX code I want to get the selected Token of the parameter. int id = chi("attributes"); string name = chs("attributes");...
-
Heya, I've created a custom menu tool and added it to the menu using the MainMenuCommon.xml file - is there a way of soft-setting a hotkey to it within the xml, i.e. for multiuser project-based deployment? I'm thinking that adding the HotkeyOverrides file might work but if it's possible to...
-
Hi. 1. I got group field that can take points/edges/polygons. 2. i got selector that supports points/edges/polygons. I need to limit GroupType menu to only points/edges/polygons, so the user can modify it only between those three if he wishes to change it manually. But if I set menu to on...
-
I want to have possibility to list point or primitive attributes in my menu according to type user will pick. Lets say that my operator default state for attribute type is Point attrbute which I got covered by PRM_Template(PRM_STRING, 1, &attributeParm_Name, PRMzeroDefaults, &SOP_Mantragora::poi...
-
Hello, I created few custom shelf tools for learning purposes and added them in tab menu of various contexts. I have deleted most of them from the shelf but all of them still exists in the tab menu. How can I remove them? Also how can I remove the tab menu itself or rename it? Thanks