Jump to content

Editor GUI, FBX Import


photo

Recommended Posts

Posted

Can I modify the width of the window, 

It is too small to display longer filenames for the prefixes.

 

thx.

Werner

Posted

Hi Werner,

 

You can set custom size for the widget by editing editor_createtor_fbx.ui file: just edit the root's vbox width or height:

<dialog name="Creator::FBX::dialog" export="1" width="100" height="10" padding="-4">
	<text>Autodesk FBX Import</text>
	<vbox width = "500">
Posted

Saved my day, and week!!

 

Thx so much.

×
×
  • Create New...