Texmap - no node in Slate

Texmap - no node in Slate

jlwitthuhn
Enthusiast Enthusiast
376 Views
1 Reply
Message 1 of 2

Texmap - no node in Slate

jlwitthuhn
Enthusiast
Enthusiast

I just started working on a custom texmap as part of a larger project.

So far I have created a subclass of Texmap and implemented everything that looked to be necessary based on the SDK documentation (Header here to show the specific functions I implemented: http://pastebin.com/3s4gF2cS ). When this is loaded into max, I can create and use this texmap as expected when using the classic material editor.

The problem I am seeing is that when using the slate material editor, dragging and dropping my texmap type from the sidebar onto the canvas does not create a node. The texmap still does work as expected and can be attached to any material, but a node just won't appear in the slate editor, even when it is added to a material that is in the editor.

Anyone have any ideas about what may be the cause of this?

0 Likes
377 Views
1 Reply
Reply (1)
Message 2 of 2

jlwitthuhn
Enthusiast
Enthusiast
I was able to solve this. For reference if anyone finds this through search in the future, the problem was that I had a mismatched class id between my texmap and its classdesc.
0 Likes