Skip to main content

All Questions

Tagged with
0 votes
0 answers
469 views

Help re-installing Add-Ons, and how to approach “Missing script files”

I have to reinstall all my addons and I'm encountering an issue with “Missing script files.” I run Blender in a “portable set-up”, with different versions sharing a joint parent “config” folder. ...
Banshee_Squad's user avatar
0 votes
0 answers
41 views

self-made addon cannot be used in other computer (Windows 10 & 11)

Is there anyone else experience the same on other modules or vanilla when installing their customized addon? I'm stuck in this for a long time. I have created an addon that includes other modules (...
Jay's user avatar
  • 1
0 votes
1 answer
1k views

Blender 3.4 Error: Unable to open or write bookmark file

So I am getting the following error in Blender 3.4: Unable to open or write bookmark file "C:\Users\me\AppData\Roaming\Blender Foundation\Blender\3.4\config\bookmarks.txt" I get this error ...
DiBobble's user avatar
0 votes
1 answer
114 views

Help with importing modules with classes in blender

I'm making a file importer addon (for a 3d model) for blender. Since the file format I'm working on is in binary ,for that I have been using a binaryreader for reading the needed values. The binary ...
average_python_user's user avatar
0 votes
1 answer
2k views

Cannot install Blender 2.93 addons on Windows. Python error

I am having trouble migrating from Blender 2.92 to 2.93. Half of my addons will not install and they are officially supported on 2.93. When I install them, I get an error when I attempt to activate ...
Kryat Lore's user avatar
1 vote
1 answer
698 views

Make a Blender script run an external program

I'm making a script to share data between Blender and After Effects: i created an addon in Blender which exports a .txt file in the After Effects directory (or a custom one) and I created a After ...
Tareyes's user avatar
  • 1,792
0 votes
0 answers
943 views

How do I set the env variables properly so I can run Blender with customized paths on Windows?

I want to run a customized version of Blender on Windows. So i set these env variables in a batch file. Blender picks up the user config folder alright but it still points to default addon paths when ...
yarun can's user avatar
  • 428
0 votes
0 answers
140 views

Blender closes when using the scroll wheel

I am running a Windows 8 and have recently installed Laplacian Lightning and Blender Source Tools, and have failed to import Mineways twice. My new problem is that I cannot touch the scroll wheel ...
Nefer007's user avatar
  • 661
2 votes
2 answers
851 views

Python's uuid module cause c runtime error in ms-windows

I'm using requests in my addon. On OSX it seems to work fine but on windows I'm getting this bizarre message box on startup: ...
Ben L's user avatar
  • 611