Autodesk / sitoa

Arnold plugin for Softimage
Apache License 2.0
33 stars 16 forks source link

Gobo scale and wrap warnings #56

Closed JenusL closed 5 years ago

JenusL commented 5 years ago

I get an warning when using the Gobo filter:

# WARNING : [arnold] Spot1.light.gobo.SItoA.1000.3: parameter "scale_s" is deprecated, use "sscale"
# WARNING : [arnold] Spot1.light.gobo.SItoA.1000.3: parameter "scale_t" is deprecated, use "tscale"
# WARNING : [arnold] Spot1.light.gobo.SItoA.1000.3: parameter "wrap_s" is deprecated, use "swrap"
# WARNING : [arnold] Spot1.light.gobo.SItoA.1000.3: parameter "wrap_t" is deprecated, use "twrap"

This should have been fixed in SItoA 4.0 because the release notes had it as an incompatible change:

  • Renamed gobo parameters scale_s, scale_t, wrap_s, wrap_t to sscale, tscale, swrap and twrap.

But it must have slipped through somehow.