WowDevTools / Blender-WMO-import-export-scripts

Script addon for Blender featuring World of Warcraft World Model Object (WMO) editing functionality.
GNU General Public License v3.0
38 stars 17 forks source link

Portal creation #37

Open Amaroth opened 7 years ago

Amaroth commented 7 years ago

When selected mesh is turned to WMO portal by using To WMO portal in Convert selected drop down, there appears panel with possibilities to pick 2 WMO groups linked by created portals in left panel. The problem is, that WMO group picking in that panel does not work (picking a group does nothing). You need to go to properties of created portal and set WMO groups there by hand. Clicking on pippette there does only one thing - it produces an error.

Also, I'd like to see addon setting up portals with some default groups on its own.:

  1. There is 1 outdoor and 1 indoor group? Portal should get set to those 2 on its own.
  2. There is 1 or more outdoor and 1 or more indoor group? Portal should get set to 1st found outdoor and 1st found indoor group on its own by default.
  3. None of 2 above? Portal should get set to the first 2 groups which are found. To none if none is found, obivously.

This would save up a LOT of clicking.

skarndev commented 7 years ago

Thanks for your suggestion. I am aware of the problems you mentioned. I am already working on something similar to what you have suggested.