jim707jim707jim
jim707jim707jim
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Configure VSCode for Python (IntelliSense, code completion, 2025年9月2日17:35
pakrehtthank you
Hello everyone, i have just finished writting my first article, it explain in detail how to set up your Visual Studio Code so you have full intelliSense for Python in Houdini, i think it can be usefull for a lot of people so i've put my heart to it •ᴗ•
You can check it just right here : https://pakreht.com/houdini/configure-vscode-for-python/ [pakreht.com]
If you follow throught you should end up with something like this :
Don't hesitate to give me feedback and ask for clarifications on some aspects ಠ‿<
python set current tab 2025年8月28日11:42
elovikov
This one is interesting
So, your first tab is also an implicit parameter, but accessible only by parmTuple. If you set this parameter you can control focus.
Basically, let's say the name of your "A folder" is "tabs" (and you can only change parameter name on the first tab).
Then to control focus you should do something like this:node.parmTuple("tabs").set((2,)) # exactly like this to pass tuple with one element
thank you very much
u saved me after two days searching python classes and methods! bless u
Configure VSCode for Python (IntelliSense, code completion, 2025年4月17日7:53
thank you!