При загрузке плагина blender source tools в blender выдает ошибку (windows 10)
При загрузке плагина blender source tools в blender выдает ошибку
Report: Error
Traceback (most recent call last):
File «C:\Usersisting\OneDrive!Рабочий стол\blender-2.90.0 windows64\2.90 scripts\startupibl_operators\userpref.py», line 634, in execute
pyfile = self. filepath
File «C: Usersisting OneDrive!Рабочий стол\blender-2.90.0 windows64\2.90 scripts\modules\bpy_types.py», line 720, in _getattribute
return getattr(properties, attr)
UnicodeDecodeErron ‘utf 8’ codec can’t decode byte Oxc4 in position 24: invalid continuation byte
location: : 1
>> File «C: Usersisting OneDrive!Рабочий стол\blender-2.90.0
>> UnicodeDecodeErron ‘utf 8’ codec can’t decode byte Oxc4
Исходя из этого можно судить о проблемах с названием папки на кириллице. Это очень распространенная проблема. Обычно это Рабочий стол или имя пользователя на русском. Нужно переложить файлы, чтобы в пути к файлам не было кириллицы.
Traceback most recent call last что это значит blender
2 июн. 2021 в 12:59
English:
I just got updated with Blender and I wanted to use the CATS plugion in the current version number 0.18 to import a .pmx model, but I get this error:
Python: Traceback (most recent call last):
File "C:\Users\facub\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\cats-blender-plugin-0-18-0\tools\importer.py", line 98, in execute
for f in self.files:
TypeError: ‘_PropertyDeferred’ object is not iterable
location: <unknown location>:-1
Yesterday it worked perfectly for me but today I get that error, and with the MMD Plugin the same thing happens to me, what is it? What I do?? Help.
Recién se me actualizó Blender y quise usar usar el plugion de CATS en la versión actual la número 0.18 para importar un modelo .pmx, pero me salta este error:
Python: Traceback (most recent call last):
File "C:\Users\facub\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\cats-blender-plugin-0-18-0\tools\importer.py", line 98, in execute
for f in self.files:
TypeError: ‘_PropertyDeferred’ object is not iterable
location: <unknown location>:-1
Ayer me funcionaba perfectamente pero hoy me me salta ese error, y con el Plugin de MMD también me pasa lo mismo, que es?? Que hago?? Ayudaaaaa.
2 июн. 2021 в 13:27
CATS is acting up for me as well. It no longer has any options for effecting Pose Mode. And Im currently having a hell of a time trying to get a custom T pose applied into the rest pose.
The option to apply a Pose in Blender just reverts the model back to default. And now that CATS doesn’t have the option at all Im stuck doing this crap manually and it’s gonna take forever.
I like having things update to have the latest toys. But every time Blender does update its a pain in the ass. All of my settings and quick menus get lost every, single, time, and now that I figure out how to apply a posed position as the rest pose its gonna make my work take that much longer
2 июн. 2021 в 13:59
1
Go into Preferences — Addons, Search for Cats, expand the add on. In the update section select Install Development Version. Restart Blender after the update takes. Try your Import.
I know that Versions 17.0 and 18.0 were working with 2.93 before the release, I was using the alpha and beta releases without problems.
Blender probably did a minor change before they released 2.93 and it’s screwing with those versions now. I was able to load a PMX using the Development Version, so it looks like they (the Cats Development team) know about the problem and are currently trying to fix it.
2 июн. 2021 в 14:17
Go into Preferences — Addons, Search for Cats, expand the add on. In the update section select Install Development Version. Restart Blender after the update takes. Try your Import.
I know that Versions 17.0 and 18.0 were working with 2.93 before the release, I was using the alpha and beta releases without problems.
Blender probably did a minor change before they released 2.93 and it’s screwing with those versions now. I was able to load a PMX using the Development Version, so it looks like they (the Cats Development team) know about the problem and are currently trying to fix it.
Thank you. That gave back most if not all the missing options in CATS and having CATS again seemed to also fix another problem Unity was giving me. For some annoying to high hell reason the feet of this VRChat avatar was slightly tilted and the armature was acting odd. Little things like this just really tick me off. That slight feet tilt would have ruined my entire day trying to fix it.
And now that this avatar is more or less done minus the Unity side. I get to finally do something else for a bit while avoiding working on yet another promised avatar.
enabling addon fails in blender 2.91 #24
Hey, I am trying to install the addon into blender but I keep running into this error when trying to enable it:
Traceback (most recent call last):
File «C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\addon_utils.py», line 382, in enable
mod.register()
AttributeError: module ‘io_pdx_mesh’ has no attribute ‘register’
Any idea what the cause might be?
The text was updated successfully, but these errors were encountered:
Tetrino commented Nov 26, 2020 •
‘Course you comment on it while I’m sat on the page looking it up myself @ross-g 😉
I think it’s not liking the import trickery in __init__.py at root.
ross-g commented Nov 27, 2020
Yes, it’s actually a 1 line fix! The addon doesn’t register correctly in 2.91 because my code checks sys.executable expecting it to be either Blender.exe or Maya.exe before booting up for either software.
From the release notes:
sys.executable now points to the Python interpreter (instead of the Blender executable)
Tetrino commented Nov 27, 2020
Figured it was something along those lines, great to hear it’s a quick and dirty!
ross-g commented Nov 27, 2020
Fixed by 09127bc in the bugfixes branch.
This issue will be closed once the fix is in a release.
stirles commented Dec 8, 2020
@ross-g I am an artist with no experience coding, and am experiencing the same issue as the original post. I can see it says «fixed» under your comment «Fixed by 09127bc in the bugfixes branch.» but I cant parse that at all. is there an easy way to put this in laymans terms for me?
If context helps, I am an illustrator with some experience in blender, trying to contribute to a crusader kings 3 mod
ross-g commented Dec 8, 2020 •
That’s a great point in this instance it means that I’ve found the problem and uploaded the fix to Github. But haven’t released a new «official» version to download yet.
You can download the work-in-progress version (the bugfixes branch) if you want, but caveats apply as obviously this contains changes as I make them so isn’t guaranteed to work! This link should always download the latest wip version of the tool and can be installed into Blender as normal.
https://github.com/ross-g/io_pdx_mesh/archive/bugfixes.zip
It will even install safely side-by-side with the official released version (just don’t turn them both «on» at once)
theolaa commented Dec 8, 2020
Ooh, I didn’t know you had a bug fixes release, I’ll check it out cuz I’ve been dying to export some models I’ve been working on!
Python Traceback (Most recent call last)
The time.clock() function is deprecated and was removed in Python 3.8. Blender 2.93 ships with Python 3.9, so any code that uses time.clock() won’t work in 2.93.
Here is a bug report for this issue on the RipImport repo.
You can fix this by either
- Using Blender 2.92, or
- Using Fighterbuilder’s fork of the RipImport addon, which fixes this bug.
- The Overflow Blog
Related
Hot Network Questions
Subscribe to RSS
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Site design / logo © 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2022.10.4.38014
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.