Skip to content
New issue

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

Error while running in Blender 3.2 #16

Open
saurabhgayali opened this issue Jul 10, 2022 · 3 comments
Open

Error while running in Blender 3.2 #16

saurabhgayali opened this issue Jul 10, 2022 · 3 comments

Comments

@saurabhgayali
Copy link

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

@chkrezdorn
Copy link

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.

@chen135347542093
Copy link

Build of node tree failed : 'bpy_prop_collection[key]: key "Group Input" not found'
bpy.ops.node.node_dynamic_maths_expression(expressionText="a=c+d", presetText="", resequenceInputs=True, presetExpressionList='none', inputProps="", enabledOptions="")

@chen135347542093
Copy link

3.4 Version Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants