Hi all I’m a total beginner so not even sure I’m in the correct place. I’ve downloaded a Model-Importer addon for blender. all files are in py and txt. I’m getting lots of error messages. I was hopping someone would be willing to see if its the files in error or me.
At this point, we do not have any information’s that would let us help you..
Please explain what you are doing and what the errors you see are.
copy-and-paste the errors so we have the exact text of the messsages.
Since you’re specifically using Python in Blender, you’re more likely to get good feedback on a Blender specific forum. They have a list here
this is what i get if run through test …
Python: File “\gitignore.txt”, line 2
pycache/
^
SyntaxError: invalid syntax
I then tried in ps. I got lots of errors like this are the first few.
db.sqlite3-journal
Traceback (most recent call last):
File “<blender_console>”, line 1, in
NameError: name ‘db’ is not defined
Flask stuff:
instance/
File “<blender_console>”, line 1
instance/
Scrapy stuff:
.scrapy
File “<blender_console>”, line 1
.scrapy
^
SyntaxError: invalid syntaxApologies for all black txt im dont know how to keep colours.
Scrapy stuff:
.scrapy
File “<blender_console>”, line 1
.scrapy
^
SyntaxError: invalid syntaxApologies for all black txt im dont know how to keep colours.
Apologies for all black txt im dont know how to keep colours.
Apologies for all black txt im dont know how to keep colours.
im in windows 10. blender 5.1.2 and notepad++
Just joined them, so thanks for that!
Why is your .gitignore affixed with .txt in its filename, and why are you running Python on it? .gitignore is not Python code.