firetools / blenderfds

The open user interface for the NIST Fire Dynamics Simulator (FDS)
https://blenderfds.org
GNU General Public License v3.0
44 stars 11 forks source link

Update for Blender 3.0.1 #20

Closed uporersith closed 2 years ago

uporersith commented 2 years ago

THe new update to Blender 3.0.1 breaks blenderFDS. I looked through the changelog and found the culprit.

IN geometry/utils.py on line 35, remove the deprecated argument "Deform=True" from bm.from_object()

and it works again.

Hope this helps.

emanuelegissi commented 2 years ago

Great, thank you.

I'm working very hard to the new release of BlenderFDS that will have full compatibility with blender 3, lots of new features, and hopefully largely improved dependability.

On Fri, Jan 28, 2022, 17:18 uporersith @.***> wrote:

THe new update to Blender 3.0.1 breaks blenderFDS. I looked through the changelog and found the culprit.

IN geometry/utils.py on line 35, remove the deprecated argument "Deform=True" from bm.from_object()

and it works again.

Hope this helps.

— Reply to this email directly, view it on GitHub https://github.com/firetools/blenderfds/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXMVY4UPYYW4KCUHMAKQ6DUYK6VPANCNFSM5NBFHQKA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

emanuelegissi commented 2 years ago

If you want to test the new BlenderFDS version that works very well with Blender 3.2 beta, try the blender32 branch of this repo. I had to skip Blender 3.1 because it had a bug that prevented geometry export.

I am getting close to the release.

emanuelegissi commented 2 years ago

The new BlenderFDS is now feature complete. I am now starting to update the documentation.

The branches have been merged back to master. If you want to test it, please install h Blender 3.2 beta and download the master branch of this repo.