60 halp_meta(name,
"Scene In");
61 ossia::scene_spec scene;
67 struct : halp::combobox_t<
"Mode", Mode>
71 std::string_view values[3]{
"By path",
"By name",
"By index"};
77 struct : halp::lineedit<
"Path / Name",
"">
79 struct : halp::spinbox_i32<
"Index", halp::irange{0, 1024, 0}>
82 struct : halp::combobox_t<
"Rebase", Rebase>
86 std::string_view values[2]{
"Preserve transform",
"Zero out"};