PavelBlend / blender-molecular

molecular addon for blender
26 stars 7 forks source link

Couldn't install on Blender 2.93 - see attached screen shot for list of errors #2

Closed StoneHexagon closed 9 months ago

StoneHexagon commented 3 years ago

Errors

StoneHexagon commented 3 years ago

Windows 10 with latest updates installed. Chrome, Word, Soundcloud, Adobe Acrobat, Photoshop, Sublime all open at time error occurred.

MutableLoss commented 2 years ago

Yep, time.clock was removed in 3.8, and had a depreciation warning in 3.7. Since Blender 2.93 introduced Python 3.9 this would explain the cause of the error.

https://bugs.python.org/issue31803

Looks like time.process_time() is the acceptable replacement: https://stackoverflow.com/questions/85451/pythons-time-clock-vs-time-time-accuracy