Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeoll committed Sep 9, 2021
1 parent 1fec756 commit 682cf14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified otls/ae__SVG_Import.hda
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/python/atcq/ATCQ_Widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def setPaletteManagerRamp(self):
placements = np.cumsum(wts)

ramp.set(nodes)
for i in xrange(nodes):
for i in range(nodes):
posParm = self.node.parm(ramp.name() + str(i + 1) + "pos")
posParm.set(placements[i])

Expand Down
Binary file modified scripts/python/atcq/atcq_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 682cf14

Please sign in to comment.