3dsMax-Learning-Path icon indicating copy to clipboard operation
3dsMax-Learning-Path copied to clipboard

Cant find Utility plugin list from Lesson 1a

Open nodermatt opened this issue 6 years ago • 5 comments

I learned about this repository from the forum post

I am able to clone, build (release mode) and deploy the plugin from lesson 1a, but I don't know where I am select it. The documentation merely says: "selected from the utility plug-in list:"

The plugin is loaded as you can see from the screenshot below image

But it the dialog of the command pane doesn't show it. (Funny enough, it does show the dotnet plugin I built "MyMaxPlugin").

image

Can someone tell me what I am doing wrong

nodermatt avatar Oct 14 '19 11:10 nodermatt

Hi, if you go to the Utilities control panel, and then click More..., do you see your utility plugin in that list?

drewavis avatar Oct 16 '19 14:10 drewavis

Also, double-check that it's built correctly... I just tested and noticed for some reason on my side, it was using the wrong c++ platform toolset. For 2020 it should be v141. If the plugin is loading correctly, you should see it in either utility panel dialog. It will be listed by name as the name used in class name (UtilitySample) and category (Test Plugins). Hope it helps... 2019-10-16_1149

kevinvandecar avatar Oct 16 '19 15:10 kevinvandecar

Thanks for the hints guys, I'll give it another shot.

nodermatt avatar Oct 23 '19 10:10 nodermatt

My project buddy got it working on his machine, so I'll compare my settings with his. As this isn't a problem with the code, I am closing this issue

nodermatt avatar Oct 26 '19 11:10 nodermatt

So it turns out the Utility menu did show the plugins, however, for some reasons the label didn't show up

image

the two empty lines on the left are actually lesson 1 and lesson 3. I haven't found out why the ClassDesc doesn't return a value since I haven't done any changes in the code.

nodermatt avatar Oct 27 '19 14:10 nodermatt