Make stricter writing, align Addresses fields to the library style#18
Make stricter writing, align Addresses fields to the library style#18
Conversation
375a5ef to
38f9190
Compare
38f9190 to
f640fdf
Compare
|
@nrgsille76 this PR is a breaking change, it is a very small modification but one that bothered me for a while, because it is different then the rest of the library approach. Rather then keeping a bunch of machinery around for compatibility forever, i decided to just change it, please update on your side. Previous (pseudo code): fixture.addresses.address is now See the open-stage/blender-dmx#322 , the update was simple: I have also added a nicer convenience serialize methods for scene and user_data, but the originals are still present: The pymvr with this change has been pushed to pypi, i am planning to push BlenderDMX probably this weekend. |
mvr_writer.serialize_scene(mvr_read.scene)mvr_writer.serialize_user_data(mvr_read.user_data)