Skip to content

Commit

Permalink
nodereffix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jan 3, 2024
1 parent 284c53a commit 04c3e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/Reference/NodeReference/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
import GafferArnoldUI
modules = [ GafferArnold ]
except ImportError :
modules = modules
modules = []

GafferUI.DocumentationAlgo.exportNodeReference( "./", modules = modules, modulePath = "$GAFFER_ROOT/python" )

0 comments on commit 04c3e24

Please sign in to comment.