-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Description of the Problem:
Blender Version: 002.083.000
Addon Version: 1, 1, 2
Platform Info:
system = Darwin
platform = Darwin-19.5.0-x86_64-i386-64bit
version = Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64
python = 3.7.4
Error:
EXCEPTION (<class 'RuntimeError'>): Operator bpy.ops.rigidbody.objects_add.poll() failed, context is incorrect
/private/var/folders/d4/mbdqjzp91150_b64n997wr340000gn/T/AppTranslocation/FC134AE4-5B09-4A49-958E-373C9813E8BD/d/Blender.app/Contents/Resources/2.83/scripts/modules/bpy/ops.py
000 0201:call() ret = op_call(self.idname_py(), None, kw)
/Users/mine/Library/Application Support/Blender/2.83/scripts/addons/interactive_physics_editor_1_1_2/operators/setup_phys.py
001 0172:set_up_physics() bpy.ops.rigidbody.objects_add()
002 0096:execute() self.set_up_physics()