"Lesson 1: Sample utility plug-in" problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created a visual studio project using the wizard, added the line
ip->PushPrompt(_M("Hello World from Lesson 1. Called from BeginEditParams()"));
to the BeginEditParams function, and built the .dlu (in my case UtilityPluginTest.dlu). I've placed the .dlu file in "C:\Program Files\Autodesk\3ds Max 2018\Plugins". 3dsMax finds the plugin if I go into the Plug-in Manager:
What I don't understand is what the tutorial mean by "...when the UtilitySample plug-in is selected from the utility plug-in list"
What is the "utility plug-in list" and where do I find it? If I go to the Utilities tab I don't find my plug-in. I don't find it if I press "More..." either.
Could someone enlighten me how I can run this BeginEditParams method of my plugin? Where do I find my plugin? I've followed the tutorial 100%.
Thanks
