Skip to content

Commit

Permalink
Fix normalize bug in MusgraveTexture
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryLingjieMei authored and pvl-bot committed Nov 11, 2024
1 parent e9c76d8 commit 7f02626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infinigen/core/nodes/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def compat_musgrave_texture(nw, orig_type, input_args, attrs, input_kwargs):
attrs["noise_dimensions"] = attrs.pop("musgrave_dimensions")
if "musgrave_type" in attrs:
attrs["noise_type"] = attrs.pop("musgrave_type")
attrs["normalize"] = False
return nw.new_node(
node_type=Nodes.NoiseTexture,
input_args=[],
Expand Down

0 comments on commit 7f02626

Please sign in to comment.