lmueller27 / Fusion360PatternsAndTextures

Add noise, patterns and textures to your Fusion360 objects.
GNU General Public License v3.0
23 stars 0 forks source link

degreeField.valueOne #4

Open huba80 opened 1 year ago

huba80 commented 1 year ago

Hi,

It might be my fault but Ive got a 3D part that I wish to apply texture to. When I try to select the mesh your add-in throws an error:

Failed:
Traceback (most recent call last):
  File "C:/Users/TescoJim/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Scripts/Noise, Patterns and Textures.py", line 326, in notify
    degreeField.valueOne = calculateAppropriateNoiseLevel(body)
  File "C:\Users/TescoJim/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 36870, in _set_valueOne
    return _core.FloatSliderCommandInput__set_valueOne(self, value)
RuntimeError: 3 : invalid parameter value
lmueller27 commented 1 year ago

Hey, can you please provide some screenshots of the mesh body, and the Add-In UI?

Thank you!