enenra / space-engineers-utilities

A Blender 4.0+ addon to streamline working on assets for Space Engineers.
https://spaceengineers.wiki.gg/wiki/Modding/Tools/Space_Engineers_Utilities
GNU General Public License v3.0
45 stars 12 forks source link

Empties lose custom properties when exporting #356

Closed chipstix213 closed 1 year ago

chipstix213 commented 1 year ago

Describe the bug Attempting to use Digi's particle script it became apparent that custom properties were not exported The script relies on being able to enter custom string properties into the model

To Reproduce Steps to reproduce the behavior: See conversation here https://discord.com/channels/125011928711036928/161758345856811008/1067040429511553024

Expected behavior https://discord.com/channels/125011928711036928/161758345856811008/1067057495652171846

Screenshots See discord

BLEND file Available if required

enenra commented 1 year ago

Relevant code: https://github.com/enenra/space-engineers-utilities/blob/master/space-engineers-utilities/export/seut_custom_fbx_exporter.py#L154-L163