View Single Post
Old 19th November 2018, 10:27 AM   #49
texasranger
Member
Advanced member
 
Join Date: Aug 2011
Location: Austin, TX
Posts: 33
Default Re: Latest AC3D X-Plane plugin

Hi Andy,
First, thank you for developing this beta! The new X-Plane plugin manipulators seem to work well, and are a real time-saver!
If you don't mind, I have a couple of bugs I've noticed that might be helpful to you for developing the next beta or the final release:

- If the X-Plane Object Object Properties panel is open, and you select more than two objects simultaneously, AC3D stalls out (with the spinning "wait" icon) and sometimes crashes. This was not an issue in 8.0.

- The Wavefront GW importer utility seems to work differently in 8.3 than in 8.0 - in 8.0, Wavefront OBJ files were imported with the vertices pre-optimized (in other words, if you select "Optimize Vertices" after the import, usually there's no further optimization required). In the new version, I've found that I must run the "Optimize Vertices" operation, and it usually removes hundreds of vertices.

- The X-Plane plugin export function (export to OBJ8 format) is writing the following header text to the OBJ8 file:

NORMAL_METALNESS
BLEND_GLASS
NORMAL_METALNESS
BLEND_GLASS

The header text lines shown above are being written regardless of whether you have the "Export TEXTURE_NORMAL lines" option turned on or off in the plugin's X-Plane export prefs dialog box.

My suggestion would be to add two new check boxes to the X-Plane export prefs dialog box:

"Normal texture defines metalness" (results in "TEXTURE_NORMAL texturefilename_normal.png" and "GLOBAL_specular 1.0" and "NORMAL_METALNESS" being written to the header)

"Normal texture defines glass" (results in "TEXTURE_NORMAL texturefilename_normal.png" and "GLOBAL_specular 1.0" and "BLEND_GLASS" being written to the header)

If the "Export TEXTURE_NORMAL lines" option is un-checked, then the 2 additional check boxes suggested above would be greyed out.

Anyway, just some constructive feedback - thanks again for the work on this!! I purchased the new license 10 days ago, and I am using it constantly!
texasranger is offline   Reply With Quote