Skip to content

Commit

Permalink
Update for Houdini 18
Browse files Browse the repository at this point in the history
Release 7.1.2

1. Updated for Houdini 18.

2. New expression functions added:

    string abspath(string relpath)
    string decodeattrib(string s)
    string decodeparm(string s)
    string encodeattrib(string s)
    string encodeparm(string s)
    string lopparentprims(string lop_paths)
    string loprelativeprims(string lop_paths, string relative_path)
    string opinputstring(string name, float index, string key)
    string pdgattribute(string name, float index)
    string pdgattributes(string name, float index)
    string pdginput(float index, string tag, float localize)
    string pdgoutput(float index, string tag, float localize)
    string relpath(string abspath)
    float scalefrommks(string dimensions)
    float scaletomks(string dimensions)

    Tip: to read about new functions quickly, copy the list in empty
    Sublime Text document, set HScript syntax and check documentation helpcards.

3. Commands highlighted in syntax:

    ociocolorspace
    ociodisplay
    scenegraphtree
    sceneviewopts
    sceneviewpurpose
    sceneviewrenderopts
    topcancel
    topcook
    topdirty
    visualizeradd
    visualizerset
  • Loading branch information
teared committed Nov 27, 2019
1 parent 92c623d commit 8977a46
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 13 deletions.
Loading

0 comments on commit 8977a46

Please sign in to comment.