Skip to content

Commit

Permalink
v1.5.17 indie
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnardini committed Oct 23, 2024
1 parent d952a41 commit 8c4d089
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file modified img/FLAM3H_OTL_documentation_H19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions otls/FLAM3H_OTL_documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#context: sop
#namespace: alexnardini
#internal: FLAM3H
#version: 1.5.15 - Gold
#version: 1.5.17 - Gold

"""The Fractal Flame Algorithm: "FLAM3". Create fractal art in Houdini.
( vcc compiler: v20.0.506 )"""
Expand Down Expand Up @@ -1712,7 +1712,7 @@ _The following is an example of what the Sierpiński triangle preset looks like
{{{
#!xml
<flames>
<flame version="FLAM3H-WIN-1.5.15" name="Sierpiński triangle::10" flam3h_rip="0" flam3h_f3c="1" size="1024 1024" center="0 0" scale="400" rotate="0" background="0 0 0" supersample="2" filter="0.5" quality="1000" brightness="3" gamma="2.5" gamma_threshold="0.0423093658828749" logscale_k2="0" vibrancy="0.333333" highlight_power="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1">
<flame version="FLAM3H-WIN-1.5.17" name="Sierpiński triangle::10" flam3h_rip="0" flam3h_f3c="1" size="1024 1024" center="0 0" scale="400" rotate="0" background="0 0 0" supersample="2" filter="0.5" quality="1000" brightness="3" gamma="2.5" gamma_threshold="0.0423093658828749" logscale_k2="0" vibrancy="0.333333" highlight_power="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1">
<xform name="iterator_1" weight="0.5" color="0" symmetry="-0.5" coefs="0.5 0 0 0.5 0 0.51225" opacity="1" linear="1"/>
<xform name="iterator_2" weight="0.5" color="0.5" symmetry="-0.5" coefs="0.5 0 0 0.5 -0.29575 0" opacity="1" linear="1"/>
<xform name="iterator_3" weight="0.5" color="1" symmetry="-0.5" coefs="0.5 0 0 0.5 0.29575 0" opacity="1" linear="1"/>
Expand Down Expand Up @@ -1970,7 +1970,7 @@ use Fractorium parametric prm names:
{{{
#!xml
<flames>
<flame version="FLAM3H-WIN-1.5.15" ... >
<flame version="FLAM3H-WIN-1.5.17" ... >
...
}}}

Expand All @@ -1979,7 +1979,7 @@ use Fractorium parametric prm names:
{{{
#!xml
<flames>
<flame version="EMBER-FLAM3H-WIN-1.5.15" ... >
<flame version="EMBER-FLAM3H-WIN-1.5.17" ... >
...
}}}

Expand Down
Binary file modified otls/H19.x/alexnardini__FLAM3H.otl
Binary file not shown.
Binary file modified otls/H20.x/alexnardini__FLAM3H.otl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/py/py_flam3.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#


FLAM3H_VERSION = '1.5.15'
FLAM3H_VERSION = '1.5.17'
FLAM3H_VERSION_STATUS_BETA = " - Beta"
FLAM3H_VERSION_STATUS_GOLD = " - Gold"

Expand Down
2 changes: 1 addition & 1 deletion src/py/py_flam3_UI_PRM_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15 - Gold'
FLAM3H_VERSION = '1.5.17 - Gold'

def flam3h_first_time() -> None:
hou_version = int(''.join(str(x) for x in hou.applicationVersion()[:1]))
Expand Down

0 comments on commit 8c4d089

Please sign in to comment.