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

Conflict with FLIP Fluids addon: AttributeError: 'RNA_Types' object has no attribute 'PHYSICS_PT_add' #21

Open
rlguy opened this issue May 18, 2019 · 0 comments

Comments

@rlguy
Copy link

rlguy commented May 18, 2019

Hi,

I develop a liquid simulation Blender addon called FLIP Fluids. We have had some users report that there is a conflict between the Blend4Web addon and the FLIP Fluids addon. An AttributeError is encountered when installing FLIP Fluids if the Blend4Web addon is enabled and installed.

I have tested this issue using the blend4web_addon_18_05_0.zip addon downloaded from https://www.blend4web.com/en/downloads/

Here is a minimal script that reproduces the error when run from the Blender text editor:

import bpy
print(bpy.types.PHYSICS_PT_add)

When Blend4Web is enabled, an error is produced:

AttributeError: 'RNA_Types' object has no attribute 'PHYSICS_PT_add'

When Blend4Web is disabled, the script runs to completion:

<class 'bl_ui.properties_physics_common.PHYSICS_PT_add'>
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

1 participant