-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blender 3.0 compatibility? #4
Comments
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. |
Hello, Do you have an idea about origin of this issue? |
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. |
Maybe I have to enable "copy attributes menu" addon in preferences?(It's not enable by default). I'll check this tomorrow... |
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).
The text was updated successfully, but these errors were encountered: