TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
581 stars 152 forks source link

use shader name instead of editor image in *BITMAP field on ASE export #625

Open cagelight opened 6 years ago

cagelight commented 6 years ago

Fix for https://github.com/TTimo/GtkRadiant/issues/561

This fixes the issue in a way reverse of https://github.com/TTimo/GtkRadiant/pull/617 by having q3map2 use the BITMAP field for shader names instead of editor images. This is more compatible with how other programs use ASE models. An important thing to note about this fix is that it is not backwards compatible. Anyone currently using ASE models in their map that have been generated by an older version of q3map2 will need to regenerate them.