Skip to content
View chordee's full-sized avatar

Organizations

@MoonShineVFX
Block or Report

Block or report chordee

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 Loading

  1. mayaGeoCache mayaGeoCache Public

    Python 3 2

  2. houdini_hda_collection houdini_hda_collection Public

    Houdni Digital Assets Collection

    9 4

  3. Moonshine Houdini USD toolkits Moonshine Houdini USD toolkits
    1
    from pxr import Usd, UsdGeom, Sdf
    2
    import hou
    3
    from typing import Optional, Iterable, Union
    4
    
                  
    5
    def computePrimScale(prim: Usd.Prim, frame: int) -> Optional[Iterable[float]]: