Skip to content
View morphingdesign's full-sized avatar
💭
Learning something new
💭
Learning something new

Highlights

  • Pro
Block or Report

Block or report morphingdesign

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. houdiniPython houdiniPython Public

    Houdini tools and operations

    Python 7 2

  2. nukePython nukePython Public

    Nuke tools and operations

    Python

  3. pythonLib pythonLib Public

    Library of Python scripts for tools and operations in various software used in my workflows.

    Python

  4. Add custom parameters and folder to ... Add custom parameters and folder to Houdini node
    1
    # Acquire node from network
    2
    node = hou.node('/obj/geo/node')
    3
    
                  
    4
    # Add folder used to collect all newly create parameters
    5
    folder = hou.FolderParmTemplate("folder", "Folder Name")
  5. Outline of RGB values for default Ho... Outline of RGB values for default Houdini node color palette.
    1
    # Sorted from left to right and top to bottom.
    2
    # Row 1
    3
    hou.Color(0.8,0.016,0.016)
    4
    hou.Color(1.0,0.0,0.0)
    5
    hou.Color(0.98,0.275,0.275)
  6. ueLib ueLib Public

    Collection of scripts, blueprints, and other documentation for use in Unreal Engine

    Python 2 2