You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fix an error that Blender says is on line 103 in init.py since the traceback error is preventing me from using blemd, but i don't know how to fix it. I'm attaching a picture of the code sample and the error message to this post; the latter is the message from Blender. Is there a way to fix this or a particular method?
The text was updated successfully, but these errors were encountered:
Are you using blender 2.79?
Sorry, I changed what blender version needed to be used somewhat recently, and now you need at least blender 2.8x (I tested it on 2.83 and blender 3.0).
Did I leave something misleading in the docs ?
If using blender 2.79 was something you chose yourself, you'll have to use the version of BleMD at commit 130ad91.
I tried using different versions of blender. What I eventually tried doing in one of my attempts was to try replacing some of the syntaxes in the init.py file.
…
and did you get different error messages with blender 2.83 and an unmodified __init__.py file ?
The big difference between the 2.7x and 2.8x version series is that blender 2.7x versions want the property = PropertyType(…) syntax, while the 2.8x versions and above want property: PropertryType(…) instead. But that's far from the only change in blender's API, so you'll need to use a version of BleMD that is designed to work with the version of blender you are using.
I'm trying to fix an error that Blender says is on line 103 in init.py since the traceback error is preventing me from using blemd, but i don't know how to fix it. I'm attaching a picture of the code sample and the error message to this post; the latter is the message from Blender. Is there a way to fix this or a particular method?
![Screen Shot 2022-03-18 at 1 50 04 PM](https://user-images.githubusercontent.com/101892408/159058363-374b7130-20e0-4ce1-b99b-c2e5bd956d37.png)
![Screen Shot 2022-03-18 at 1 31 27 PM](https://user-images.githubusercontent.com/101892408/159058386-f2c7a989-5981-4e42-ab67-25c7013ea2b3.png)
The text was updated successfully, but these errors were encountered: