You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a pull request that addresses this. See MathsExpressionBlender3.1 for patched plugin. Or, simply add viewWidth = int(viewWidth) to line 168 in dynamic_maths_expression_node.py of your existing plugin.
Python: Traceback (most recent call last):
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\MathsExpressionBlender28\dynamic_maths_expression_node.py", line 230, in invoke
return wm.invoke_props_dialog(self, width=viewWidth)
TypeError: WindowManager.invoke_props_dialog(): error with keyword argument "width" - Function.width expected an int type, not float
The text was updated successfully, but these errors were encountered: