CadQuery / cadquery-plugins

A collection of community contributed plugins that extend the functionality of CadQuery
Apache License 2.0
38 stars 15 forks source link

Moved from inspect.getsource() to hash() #21

Closed Jojain closed 3 years ago

Jojain commented 3 years ago

Since the plugin was failing in cq-editor due to how cq-editor executes code, I removed the inspect.getsource() used to instead hash the function that is decorated.

It now works in cq-editor aswell