Jump to content

Can addSection"PythonModule" sop null


Morrorz

Recommended Posts

Can i addSection("PythonModule") sop null

How i create "PythonModule" in sop null or sop geo with python

 

georoot = "/obj"

geo = hou.node(georoot).createNode("null" , "test")

pm_section =geo.type().definition().addSection("PythonModule")

pm_section.setContents("your_python_module_contents")

 

 

But : hda worked

myref : https://www.sidefx.com/forum/topic/61047/

 

 

 

Edited by Morrorz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...