We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Traceback (most recent call last): File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\armature.py", line 1208, in execute hierarchy_check_hips = check_hierarchy(False, [ File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\armature.py", line 1275, in check_hierarchy Common.show_error(6.4, missing2) File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\common.py", line 1652, in show_error bpy.ops.cats_common.show_error('INVOKE_DEFAULT') File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.1\scripts\modules\bpy\ops.py", line 130, in call ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo) RuntimeError: Error: Python: Traceback (most recent call last): File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\common.py", line 1670, in invoke return context.window_manager.invoke_props_dialog(self, width=dpi_value * dpi_scale) TypeError: WindowManager.invoke_props_dialog(): error with keyword argument "width" - Function.width expected an int type, not float
location: C:\Program Files (x86)\Steam\steamapps\common\Blender\3.1\scripts\modules\bpy\ops.py:130
location: :-1
The text was updated successfully, but these errors were encountered:
If its fixable how can I fix this?
Sorry, something went wrong.
This is an issue with the latest version of blender, try 2.93.
Duplicate of #379.
No branches or pull requests
Python: Traceback (most recent call last):
File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\armature.py", line 1208, in execute
hierarchy_check_hips = check_hierarchy(False, [
File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\armature.py", line 1275, in check_hierarchy
Common.show_error(6.4, missing2)
File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\common.py", line 1652, in show_error
bpy.ops.cats_common.show_error('INVOKE_DEFAULT')
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.1\scripts\modules\bpy\ops.py", line 130, in call
ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\Boris\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\common.py", line 1670, in invoke
return context.window_manager.invoke_props_dialog(self, width=dpi_value * dpi_scale)
TypeError: WindowManager.invoke_props_dialog(): error with keyword argument "width" - Function.width expected an int type, not float
location: C:\Program Files (x86)\Steam\steamapps\common\Blender\3.1\scripts\modules\bpy\ops.py:130
location: :-1
The text was updated successfully, but these errors were encountered: