meshonline / Surface-Heat-Diffuse-Skinning

Experiment of prototype concepts.
MIT License
185 stars 23 forks source link

This Error shows up everytime I press Surface Heat Diffuce Skinning #8

Closed JamJamel closed 1 year ago

JamJamel commented 1 year ago

I'm a bit of a newbie in Blender so I decided to try this addon. After hitting the 'Surface Heat Diffuse Skinning' button, there is an error message (And I don't understand any of it). The message says:

Python: Traceback (most recent call last): File "C:\Users\jamel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\surface_heat_diffuse_skinning__init.py", line 173, in modal self.read_weight_data(self._objs, os.path.join(os.path.dirname(file), "data", "untitled-weight.txt")) File "C:\Users\jamel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\surface_heat_diffuse_skinning\init__.py", line 120, in read_weight_data f = open(filepath, 'r', encoding='utf-8') FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\jamel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\surface_heat_diffuse_skinning\data\untitled-weight.txt'

meshonline commented 1 year ago

The add-on only support the official version of Blender, if you install Blender from Microsoft App Store, it will fail to run the add-on.

If you are using the official Blender, and still encountered this error, the command-line utility may failed to run, in this case, please test with a simple 3d model and an simple armature, to see if it can run successfully.

2023年8月31日 07:03,JamJamel @.***> 写道:

I'm a bit of a newbie in Blender so I decided to try this addon. After hitting the 'Surface Heat Diffuse Skinning' button, there is an error message (And I don't understand any of it). The message says:

Python: Traceback (most recent call last): File "C:\Users\jamel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\surface_heat_diffuse_skinninginit.py", line 173, in modal self.read_weight_data(self.objs, os.path.join(os.path.dirname(file), "data", "untitled-weight.txt")) File "C:\Users\jamel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\surface_heat_diffuse_skinning_init.py", line 120, in read_weight_data f = open(filepath, 'r', encoding='utf-8') FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\jamel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\surface_heat_diffuse_skinning\data\untitled-weight.txt'

— Reply to this email directly, view it on GitHub https://github.com/meshonline/Surface-Heat-Diffuse-Skinning/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJTTQ6KMRBFY3U4J6VBOLDXX7BFLANCNFSM6AAAAAA4FGSCOQ. You are receiving this because you are subscribed to this thread.

JamJamel commented 1 year ago

I downloaded the official version of Blender and it worked just fine! Thank you so much!