Open xieqsei opened 7 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
@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'”
@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 just seems like you didn't completely uninstall the old version. try deleting it, closing blender, reopening it, and then installing my version.
Sir, I have reset the software and ensured that only the new version was installed. However, the problem still persists.
oh, the ring primitive doesn't have a smooth parameter. that's my mistake.
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.
@Milos-Feng that should be fixed now if you wanna try it again
also you don't gotta call me sir, it's kinda awkward for me (: i appreciate your politeness
@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.
blender4.1之后没有了自动平滑属性,在使用[W_Mesh_28x]添加网格时,有部分形状会报错。希望能有时间修复一下。