Skip to content

Commit

Permalink
Namespace consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Dec 27, 2023
1 parent fd7a45d commit 8563201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def example_make_texture():
config["maketx:filtername"] = "lanczos3"
config["maketx:opaque_detect"] = 1

ok = ImageBufAlgo.make_texture (oiio.MakeTxTexture,
ok = ImageBufAlgo.make_texture (MakeTxTexture,
Input, "texture.exr", config)
if not ok :
print("make_texture error:", oiio.geterror())
Expand Down

0 comments on commit 8563201

Please sign in to comment.