tkeskita / swiftBlock

Blender add-on to generate OpenFOAM blockMeshDict
GNU General Public License v3.0
28 stars 5 forks source link

Trouble enabling SwiftBlock in Blender #6

Closed BluMuOSH closed 3 years ago

BluMuOSH commented 3 years ago

When installing SwiftBlock in Blender 2.82, I choose Edit>Preferences>addons>install and select the downloaded zip file. After installation is finished I am offered the opportunity to enable SwiftBlock, which I do. Upon exiting, I find that Blender left the following error messages on my command line terminal:

d@hippo:~$ blender Warning: property 'release_confirm' not found in keymap item 'OperatorProperties' addon_utils.disable: swiftBlock-master not disabled Modules Installed (swiftBlock-master) from '/home/d/OpenFOAM/swiftBlock-master.zip' into '/home/d/.config/blender/2.82/scripts/addons' Warning: <class 'swiftBlock-master.SWIFTBLOCK_PG_BlockProperty'> registration failed, continuing.. Warning: <class 'swiftBlock-master.SWIFTBLOCK_PG_ProjectionProperty'> registration failed, continuing.. Warning: <class 'swiftBlock-master.SWIFTBLOCK_PG_EdgeGroupProperty'> registration failed, continuing.. Saved session recovery to '/tmp/quit.blend' Writing userprefs: '/home/d/.config/blender/2.82/config/userpref.blend' ok

Blender quit d@hippo:~$

I might not let any of this bother me except that I am unable to successfully export a blockMeshDict file. When I click on the Export button in the SwiftBlock panel it offers to save the blender file instead (binary with .blend extension) instead of a blockMeshDict text file.