Moo-Ack-Productions / MCprep

Blender python addon to increase workflow for creating minecraft renders and animations
https://theduckcow.com/MCprep
GNU General Public License v3.0
266 stars 25 forks source link

Error loading the plugin #534

Closed MaserPlay closed 4 months ago

MaserPlay commented 4 months ago

Did the issue happen after restarting Blender?

Check known issues

What happened?

I tried to run mcprep and saw an error Python: Traceback (most recent call last): File "D:\programs\steam\steamapps\common\Blender\4.0\python\lib\genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

What steps are needed to produce the bug?

try load mcprep. You will see error: Report: Ошибка Python: Traceback (most recent call last): File "D:\programs\steam\steamapps\common\Blender\4.0\python\lib\genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

What version of MCprep are you using?

mcprep 3.5.3

What version of Blender are you using?

blender 4.0 from steam

StandingPadAnimations commented 4 months ago

The error indicates something is wrong with pathlib (one of the Python modules we use), which means the error is Blender side. The most we can suggest is uninstalling and reinstalling Blender, but that's really it.

StandingPadAnimations commented 4 months ago

(Closing since this is a Blender side issue, but you'll still be able to comment)