Skip to content

Releases: BenchmarkSims/bms-blender-plugin

v1.0.18

02 Jun 14:33

Choose a tag to compare

Fix version string in init.py

v1.0.17

01 Jun 16:08

Choose a tag to compare

#41 Objects joined to bbox #45
#36 Bounding Box Transformations Incorrect:

  • Solves issue with bounding boxes not being transformed correctly
  • In the cases where multiple bounding boxes are defined, exports bounding boxes to a file in the format required for integration into the aircraft's txtpb file.

1.0.16

31 May 21:11
26012b0

Choose a tag to compare

#19. Resolves node index issues for _END nodes (#46)

Co-authored-by: MCDeedle <mcdeedle@gmail.com>

1.0.15

26 May 09:57
615acf1

Choose a tag to compare

#39. Updated slot logic, range from 0 -> 20. Hardlimit of 13 seemed a…

1.0.14

24 May 14:42
d88b8ba

Choose a tag to compare

#35. Applied max+1 fix to switches. (#38)

Co-authored-by: MCDeedle <mcdeedle@gmail.com>

1.0.13

23 May 06:57
d43e10f

Choose a tag to compare

Set the preference do_not_join_materials to TRUE by default (#27)

* set the preference to true by default

* Update doc

1.0.12

22 May 17:56
6dcbd59

Choose a tag to compare

#28, Fix Hotspot coordinate translations. (#29)

* #28, Removed translation from hotspot definition in the parser as this translation is invalid for hotspots. Added the correct translation matrix to the hotspot class, definition of blender and bms coordinate vectors on object creation to facilitate future unit testing.

* #28. Updated Manual with accurate file location information of 3dButtons.dat

---------

Co-authored-by: Yaan <yaan.dalzell@gmail.com>

1.0.11

22 May 15:08
f5ab9d3

Choose a tag to compare

#30. Add logic for max(dof) + 1 to avoid weird DOF bugs. (#31)

* #30. Add logic for max(dof) + 1 to avoid weird DOF bugs.

* #30. Updated comment to reflect cause of the issue.

---------

Co-authored-by: Yaan <yaan.dalzell@gmail.com>

1.0.10

19 May 13:10

Choose a tag to compare

Fix release script since branch protection prohibits write access of …

1.0.9

16 May 18:53
86c04f6

Choose a tag to compare

Export failure due to switch or DOF out of xml range (#17)

* Export failure due to switch or DOF out of xml range