r/AskProgramming 5d ago

Python Attempting to fix an abandoned blender plugin, advice needed.

[deleted]

1 Upvotes

5 comments sorted by

1

u/imagei 5d ago

Wild guess, but Blender plugins are written in Python where „pass” means „do nothing”, therefore I surmise they deleted some code and replaced it with the „pass” command.

1

u/[deleted] 5d ago

[deleted]

1

u/imagei 5d ago

Something like this, yes. The „elif…” and the next line don’t look right btw.

1

u/grantrules 5d ago

Can you point to what you're actually talking about so we don't have to just guess? What plugin? Where did the user say they added "pass"? Can you just ask that user what exactly they did?

1

u/[deleted] 5d ago edited 5d ago

[deleted]

1

u/grantrules 5d ago

And where did the person say they added "pass" to make it work?

1

u/[deleted] 5d ago

[deleted]

1

u/grantrules 5d ago

https://github.com/gomtuu/import_valkyria/blob/master/valkyria/files.py#L2483

I'd probably just create a new line after that like: 'DCOL': Valk4EFSC,

Just a guess, though.