iluvcapra / soundobjects_blender_addon

ADM WAV File export, for producing Dolby Atmos-compatible immersive mixes in Blender
BSD 3-Clause "New" or "Revised" License
20 stars 1 forks source link

blender 3.0 compatibility? #4

Open dewiweb opened 2 years ago

dewiweb commented 2 years ago

Hello, Is this addon compatible with blender 3.0 version? I can't enable it. Blender return an error about lxml (no module named lxml). but lxml is well installed on python (pip install lxml).

iluvcapra commented 2 years ago

Did you install lxml through Blender's pip? It needs to be in the path of Blender's python interpreter (as opposed to the one on your host). On a Mac you have to cd into Blender's package, find its local python and run pip from there.

Also I should caution you Pro Tools hasn't been importing these ADMs properly since the late 2021 updates, they've slightly changed how they parse the ADM and Dolby metadata, so these project may not work for you at this time.

dewiweb commented 2 years ago

I'm finally able to use this addons on 3.0, but when I apply 'add sound to meshes' on a selection of icospheres, only one speaker is added and I've got this error:

image

dewiweb commented 2 years ago

Hello, Do you have an idea about origin of this issue?

iluvcapra commented 2 years ago

Hi, I got into this a little this weekend, I thought maybe it might have something to do with your localization, since I'm binding to the 'Copy Location' operator by name?

I apologize my head has been out of Blender land for a while (I wasn't even aware v3 had released!) and my day job is presently taking up all of my time.

dewiweb commented 2 years ago

Maybe I have to enable "copy attributes menu" addon in preferences?(It's not enable by default). I'll check this tomorrow... Thanks for reply