ret.push_back(ParamDesc("bline")
.set_local_name(_("Vertices"))
.set_origin("offset")
- .set_scalar("width")
+ .set_hint("width")
.set_description(_("A list of BLine Points"))
);
ret.push_back(ParamDesc("bline")
.set_local_name(_("Vertices"))
.set_origin("offset")
- .set_scalar("width")
+ .set_hint("width")
.set_description(_("A list of BLine Points")));
ret.push_back(ParamDesc("gradient")
.set_local_name(_("Vertices"))
.set_description(_("A list of BLine Points"))
.set_origin("offset")
- //.set_scalar("width")
+ //.set_hint("width")
);
ret.push_back(ParamDesc("offset")
/*! This value determines how the value is to be presented
** to the user when editing visually. */
ParamDesc &set_scalar(const Real &n) { scalar_=n; return *this; }
- ParamDesc &set_scalar(const String &h) { hint_=h; return *this; }
//! Marks the parameter as not necessary for saving or copying
ParamDesc ¬_critical() { critical_=false; return *this; }