leporello wrote:
...Problem is - there is no visible parameter for "shutter width"....
Open "Shutter.gsm" (must be extructed from Object Library 9.PLA)
In Parameter script dialog find( for shutter type=7):
if gs_window_shutter = stShutterStyle[8] then ! solid shutter
hideparameter "gs_shutter_type",
"gs_shutter_width",
"gs_shutter_pos",
"gs_shu_frame_w",
"gs_shutter_w",
"gs_shutter_th",
"gs_shutter_ang",
"gs_shut_fill_typ",
"gs_hor_board_w",
"gs_ver_board_w",
"gs_hor_bn",
"gs_ver_bn",
"gs_board_w",
"gs_board_th",
"gs_shut_frame_mat"
lock "gs_shut_frame_mat"
endif
Deleting Red Marked line will allow you see required option in D-W Settings Dialog.