Skip to content

Commit

Permalink
Update for Houdini 17.0
Browse files Browse the repository at this point in the history
Release 7.1.0

1. Updated for Houdini 17.0.

2. New expression functions added:

    float arclenD(string surface_node, float prim_num, float ustart, float ustop, float divs)
    string chopnames(string CHOP)
    float contextoption(string token)
    string contextoptions(string token)
    float hascontextoption(string token)
    string lopinputprim(string lop_path, float input_index)
    string lopinputprims(string lop_path, float input_index)
    string loplastmodifiedprim(string lop_path)
    string loplastmodifiedprims(string lop_path)
    string topexp(string expression)

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

3. Older expressions that is now highlighted and documented:

    float dopgroupismutual(string dop, string group)
    float raw()
    string seampoints(string surface_node, float whichside)

4. Commands highlighted in syntax:

    animeditor
    chautoselect
    imgsave
    kinconvert
    matrman
    matupdateref
    rexport
    shopconvert
    system
  • Loading branch information
teared committed Nov 8, 2018
1 parent 381a88e commit 74934ed
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 568 deletions.
Loading

0 comments on commit 74934ed

Please sign in to comment.