Texmap - no node in Slate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?