- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to develop a simple tool that allows loading and saving of material libraries
AND also drag and drop materials from my widget to material editor and reverse.
What QMimeData type should I set to drop INTO material editor?
I have set def dropEvent to accept all drops right now, it even triggers when I drop data from external application like files from windows explorer. But when I try to drag from material editor slot, it only activates over material slots and viewport objects. How can I force my widget to accept material drops?
Solved! Go to Solution.
Link copied