firetools / blenderfds

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

Error message on startup - Blender 3.2Beta #31

Closed uporersith closed 2 years ago

uporersith commented 2 years ago

Using the latest blender 3.2 Beta (2022-05-24 13:22) with the blenderFDS plugin.

When i start blender3.2 i get an error message from blenderFDS saying "check your data" This file was created with an old BlenderFDS version.

Steps to reproduce:

  1. Open a model using blenderfds
  2. make a modification (uncheck "names" in viewport display)
  3. save it, close blender
  4. repoen blender, error message immediately pops up under the splash screen.

Also, I don't want to see the object names in the viewport display, so I uncheck the box, and save the file, but when i open it again, the names come back. seems to only affect the first collection.

emanuelegissi commented 2 years ago

Hi, thank you for your report.

1) Please, update your startup file from Edit > Preferences > Addon > BlenderFDS > Load default settings, after updating BlenderFDS with the latest git master. The message should disappear.

2) I automatically set the visibility of the name only for the MESH Object, for clarity. You could hide the MESH. Do you consider that disturbing?

Il giorno gio 26 mag 2022 alle ore 17:46 uporersith < @.***> ha scritto:

Using the latest blender 3.2 Beta (2022-05-24 13:22) with the blenderFDS plugin.

When i start blender3.2 i get an error message from blenderFDS saying "check your data" This file was created with an old BlenderFDS version.

Steps to reproduce:

  1. Open a model using blenderfds
  2. make a modification (uncheck "names" in viewport display)
  3. save it, close blender
  4. repoen blender, error message immediately pops up under the splash screen.

Also, I don't want to see the object names in the viewport display, so I uncheck the box, and save the file, but when i open it again, the names come back. seems to only affect the first collection.

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

-- "When old people used to wish each other peace, we didn't understand the meaning of this word. Now we really understand." [Natalia Balasynovych, mayor of Vasilkiv, Ukraine 2022]

uporersith commented 2 years ago

THanks,

1) I loaded the default settings and it worked, no longer giving the message

2) I would like blenderfds to remember my settings. It becomes tedious to keep having to hide the names for each mesh, especially when you have alot of meshes.

thanks!

emanuelegissi commented 2 years ago

Ok, I understand.

I added a new configuration setting in blenderfds/config.py:

set automatic namelist appearance

SET_OBJECT_APPEARANCE = True

If you set it to "False", Blender Object appearance is not automatically set.

Let me know if it is ok and I will close this issue

Il giorno ven 27 mag 2022 alle ore 01:47 uporersith < @.***> ha scritto:

THanks,

1.

I loaded the default settings and it worked, no longer giving the message 2.

I would like blenderfds to remember my settings. It becomes tedious to keep having to hide the names for each mesh, especially when you have alot of meshes.

thanks!

— Reply to this email directly, view it on GitHub https://github.com/firetools/blenderfds/issues/31#issuecomment-1139149142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXMVYYBXXOBMN2MMI3MQKLVMAEQ7ANCNFSM5XBSMH2Q . You are receiving this because you commented.Message ID: @.***>

-- "When old people used to wish each other peace, we didn't understand the meaning of this word. Now we really understand." [Natalia Balasynovych, mayor of Vasilkiv, Ukraine 2022]

uporersith commented 2 years ago

Thanks, it works as you described, you can close the issue.

On Fri, May 27, 2022 at 12:05 AM Emanuele Gissi @.***> wrote:

Ok, I understand.

I added a new configuration setting in blenderfds/config.py:

set automatic namelist appearance

SET_OBJECT_APPEARANCE = True

If you set it to "False", Blender Object appearance is not automatically set.

Let me know if it is ok and I will close this issue

Il giorno ven 27 mag 2022 alle ore 01:47 uporersith < @.***> ha scritto:

THanks,

1.

I loaded the default settings and it worked, no longer giving the message 2.

I would like blenderfds to remember my settings. It becomes tedious to keep having to hide the names for each mesh, especially when you have alot of meshes.

thanks!

— Reply to this email directly, view it on GitHub < https://github.com/firetools/blenderfds/issues/31#issuecomment-1139149142 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACXMVYYBXXOBMN2MMI3MQKLVMAEQ7ANCNFSM5XBSMH2Q

. You are receiving this because you commented.Message ID: @.***>

-- "When old people used to wish each other peace, we didn't understand the meaning of this word. Now we really understand." [Natalia Balasynovych, mayor of Vasilkiv, Ukraine 2022]

— Reply to this email directly, view it on GitHub https://github.com/firetools/blenderfds/issues/31#issuecomment-1139257576, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFAE372MHUSLVFOWGE5Q72TVMBC2JANCNFSM5XBSMH2Q . You are receiving this because you authored the thread.Message ID: @.***>

-- -Andrew Louie :wq

emanuelegissi commented 2 years ago

Thanks again