WiresoulStudio / W_Mesh_28x

Blender addon for parametric objects
GNU General Public License v3.0
234 stars 21 forks source link

BUG: blender4.1添加网格会报错 #4

Open xieqsei opened 7 months ago

xieqsei commented 7 months ago

blender4.1之后没有了自动平滑属性,在使用[W_Mesh_28x]添加网格时,有部分形状会报错。希望能有时间修复一下。

mucrow commented 4 months ago

@xieqsei my pull request might help you.

my second comment in the thread explains how to download my version with the fixes: https://github.com/WiresoulStudio/W_Mesh_28x/pull/5

Milos-Feng commented 4 months ago

@xieqsei my pull request might help you.

my second comment in the thread explains how to download my version with the fixes: #5

Sir, I have attempted to download the latest fixed version and use Blender version 4.1.1. However, I am encountering errors when trying to create WRing and WCone. I kindly request for your assistance in resolving this issue. Thank you very much.

“Python: Traceback (most recent call last): File "C:\Users\XXXX\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\W_Mesh_28x-fix-smooth-features\W_Ring.py", line 209, in execute if self.smoothed: ^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\blender-4.1.1-windows-x64\4.1\scripts\modules\bpy_types.py", line 939, in getattribute return super().getattribute(attr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Make_WRing' object has no attribute 'smoothed'”

“Python: Traceback (most recent call last): File "C:\Users\XXXX\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\W_Mesh_28x-fix-smooth-features\W_Cone.py", line 224, in execute if self.smoothed: ^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\blender-4.1.1-windows-x64\4.1\scripts\modules\bpy_types.py", line 939, in getattribute return super().getattribute(attr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Make_WCone' object has no attribute 'smoothed'”

mucrow commented 4 months ago

@Milos-Feng just seems like you didn't completely uninstall the old version. try deleting it, closing blender, reopening it, and then installing my version.

Milos-Feng commented 4 months ago

@Milos-Feng just seems like you didn't completely uninstall the old version. try deleting it, closing blender, reopening it, and then installing my version.

01 02 03 Sir, I have reset the software and ensured that only the new version was installed. However, the problem still persists.

mucrow commented 4 months ago

oh, the ring primitive doesn't have a smooth parameter. that's my mistake.

Milos-Feng commented 4 months ago

oh, the ring primitive doesn't have a smooth parameter. that's my mistake.

Sir, the WCone primitive does not have a smooth parameter either. It would be greatly appreciated if this could be fixed.

mucrow commented 4 months ago

@Milos-Feng that should be fixed now if you wanna try it again

mucrow commented 4 months ago

also you don't gotta call me sir, it's kinda awkward for me (: i appreciate your politeness

Milos-Feng commented 4 months ago

@Milos-Feng that should be fixed now if you wanna try it again

@mucrow The addon is now functioning properly. Thank you once again for your assistance.