#23221
Yutaka Emura
Keymaster

As for Issue 1, the following macro can toggle the Directwrite option.

b = editor.GetProfileInt( eeRegCommon, "", "UseDirectWrite", 0 );
editor.WriteProfileInt( eeRegCommon, "", "UseDirectWrite", b ? 0 : 1 );
editor.RefreshCommonSettings();

We will also consider adding the command for this.

As for Issue 6, yes, the triangle node image is expected.

We will look into the other issues.

Thanks,