Releases: BenchmarkSims/bms-blender-plugin
Releases · BenchmarkSims/bms-blender-plugin
v1.0.18
v1.0.17
1.0.16
#19. Resolves node index issues for _END nodes (#46) Co-authored-by: MCDeedle <mcdeedle@gmail.com>
1.0.15
#39. Updated slot logic, range from 0 -> 20. Hardlimit of 13 seemed a…
1.0.14
#35. Applied max+1 fix to switches. (#38) Co-authored-by: MCDeedle <mcdeedle@gmail.com>
1.0.13
Set the preference do_not_join_materials to TRUE by default (#27) * set the preference to true by default * Update doc
1.0.12
#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
#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
Fix release script since branch protection prohibits write access of …
1.0.9
Export failure due to switch or DOF out of xml range (#17) * Export failure due to switch or DOF out of xml range