diff --git a/img/FLAM3H_OTL_documentation_H19.jpg b/img/FLAM3H_OTL_documentation_H19.jpg index 741b9a9c..486223dd 100644 Binary files a/img/FLAM3H_OTL_documentation_H19.jpg and b/img/FLAM3H_OTL_documentation_H19.jpg differ diff --git a/otls/FLAM3H_OTL_documentation.txt b/otls/FLAM3H_OTL_documentation.txt index 5f90a65b..f689b146 100644 --- a/otls/FLAM3H_OTL_documentation.txt +++ b/otls/FLAM3H_OTL_documentation.txt @@ -3,7 +3,7 @@ #context: sop #namespace: alexnardini #internal: FLAM3H -#version: 1.5.78 - Gold +#version: 1.5.80 - Gold """The Fractal Flame Algorithm: "FLAM3". Create fractal art in Houdini. ( vcc compiler: v20.0.506 )""" @@ -1765,7 +1765,7 @@ _The following is an example of what the Sierpiński triangle preset looks like {{{ #!xml - + @@ -1994,7 +1994,7 @@ Use Fractorium paramtetrics [Icon:TOP/xmlinput] [Icon:DATATYPES/boolean]: {{{ #!xml - + ... }}} @@ -2003,7 +2003,7 @@ Use Fractorium paramtetrics [Icon:TOP/xmlinput] [Icon:DATATYPES/boolean]: {{{ #!xml - + ... }}} diff --git a/otls/H19.x/alexnardini__FLAM3H.otl b/otls/H19.x/alexnardini__FLAM3H.otl index d0e256d6..285c1dfb 100644 Binary files a/otls/H19.x/alexnardini__FLAM3H.otl and b/otls/H19.x/alexnardini__FLAM3H.otl differ diff --git a/otls/H20.x/alexnardini__FLAM3H.otl b/otls/H20.x/alexnardini__FLAM3H.otl index d0e256d6..285c1dfb 100644 Binary files a/otls/H20.x/alexnardini__FLAM3H.otl and b/otls/H20.x/alexnardini__FLAM3H.otl differ diff --git a/src/py/py_flam3.py b/src/py/py_flam3.py index ccd1b130..aa588af6 100644 --- a/src/py/py_flam3.py +++ b/src/py/py_flam3.py @@ -70,7 +70,7 @@ # -FLAM3H_VERSION = '1.5.78' +FLAM3H_VERSION = '1.5.80' FLAM3H_VERSION_STATUS_BETA = " - Beta" FLAM3H_VERSION_STATUS_GOLD = " - Gold" diff --git a/src/py/py_flam3_UI_PRM_map.md b/src/py/py_flam3_UI_PRM_map.md index 1778f1f3..092cc3b3 100644 --- a/src/py/py_flam3_UI_PRM_map.md +++ b/src/py/py_flam3_UI_PRM_map.md @@ -33,7 +33,7 @@ flam3 = toolutils.createModuleFromSection("flam3", kwargs["type"], "py_flam3") Inside: **OTL**->**type_properties**->**Scripts**->**PreFirstCreate**: Before the node is even created but invoked. ```python -FLAM3H_VERSION = '1.5.78 - Gold' +FLAM3H_VERSION = '1.5.80 - Gold' def flam3h_first_time() -> None: hou_version = int(''.join(str(x) for x in hou.applicationVersion()[:1]))