Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"WCmd is not defined". #140

Open
Etarnalazure opened this issue Jul 24, 2022 · 2 comments
Open

"WCmd is not defined". #140

Etarnalazure opened this issue Jul 24, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Etarnalazure
Copy link

Been looking everywhere on the internet to see what "WCmd" belongs to, however, I've found nothing except some stuff that mentions Python, however, installing the newest version didnt seem to fix this issue. So I figured I'd post here to see if this is a bigger issue:

Error:
Python: Traceback (most recent call last):
File "G:\Steam\steamapps\common\Blender\2.93\scripts\addons\DTB\DtbCommands.py", line 22, in execute
search_morph(context)
File "G:\Steam\steamapps\common\Blender\2.93\scripts\addons\DTB\DtbCommands.py", line 39, in search_morph
WCmd.Command(key[1:], context)
NameError: name 'WCmd' is not defined

location: :-1

How to replicate:
Try using the # commands mentioned in the guide PDF linked on Daz's forum, same error, no matter what follows the #

@danielbui78 danielbui78 self-assigned this Jul 26, 2022
@danielbui78 danielbui78 added the bug Something isn't working label Jul 26, 2022
@danielbui78
Copy link
Contributor

"WCmd" was actually the previous filename for "DtbCommands.py". You can delete "WCmd." from line 39 to fix that bug. I've done it in the file below. We will include this change in a future patch. Thanks.

DtbCommands.zip

Please Note: The PDF file that you are referring to is several years old and out of date. Many features listed there have changed and will not work. Can you please post a link to where you downloaded it from the forums?

@Etarnalazure
Copy link
Author

I see you found it yourself :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants