);
ret.push_back(ParamDesc("time_offset")
.set_local_name(_("Time Offset"))
+ .set_description(_("Time Offset to apply to the imported file"))
);
return ret;
ret.push_back(ParamDesc("center")
.set_local_name(_("Center"))
+ .set_description(_("Center of the circle"))
);
ret.push_back(ParamDesc("radius")
ret.push_back(ParamDesc("rotations")
.set_local_name(_("Rotations"))
+ .set_description(_("The number of rotations of the twirl effect"))
.set_origin("center")
);
ret.push_back(ParamDesc("distort_inside")
.set_local_name(_("Distort Inside"))
+ .set_description(_("When checked, distorts inside the circle"))
);
ret.push_back(ParamDesc("distort_outside")
.set_local_name(_("Distort Outside"))
+ .set_description(_("When checked, distorts outside the circle"))
);
return ret;
ret.push_back(ParamDesc("origin")
.set_local_name(_("Origin"))
+ .set_description(_("Center of the pattern"))
);
ret.push_back(ParamDesc("size")
.set_local_name(_("Size"))
+ .set_description(_("Size of the pattern"))
.set_origin("origin")
);
ret.push_back(ParamDesc("point1")
.set_local_name(_("Point 1"))
+ .set_description(_("First corner of the rectangle"))
.set_box("point2")
);
ret.push_back(ParamDesc("point2")
.set_local_name(_("Point 2"))
+ .set_description(_("Second corner of the rectangle"))
);
ret.push_back(ParamDesc("feather_x")
ret.push_back(ParamDesc("color")
.set_local_name(_("Color"))
+ .set_description(_("Fill color of the layer"))
);
ret.push_back(ParamDesc("center")
.set_local_name(_("Center"))
+ .set_description(_("Center of the circle"))
);
ret.push_back(ParamDesc("radius")
ret.push_back(ParamDesc("width")
.set_is_distance()
.set_local_name(_("Outline Width"))
+ .set_description(_("Global width of the outline"))
);
ret.push_back(ParamDesc("expand")
.set_is_distance()
.set_local_name(_("Expand"))
+ .set_description(_("Value to add to the global width"))
);
ret.push_back(ParamDesc("sharp_cusps")
);
ret.push_back(ParamDesc("homogeneous_width")
.set_local_name(_("Homogeneous"))
+ .set_description(_("When checked the width takes the length of the spline to interpolate"))
);
return ret;
ret.push_back(ParamDesc("color")
.set_local_name(_("Color"))
+ .set_description(_("Fill color of the layer"))
);
ret.push_back(ParamDesc("point1")
.set_local_name(_("Point 1"))
.set_box("point2")
+ .set_description(_("First corner of the rectangle"))
);
ret.push_back(ParamDesc("point2")
.set_local_name(_("Point 2"))
+ .set_description(_("Second corner of the rectangle"))
);
ret.push_back(ParamDesc("expand")
ret.push_back(ParamDesc("bline")
.set_local_name(_("Vertices"))
.set_origin("origin")
+ .set_description(_("A list of BLine Points"))
);
return ret;
ret.push_back(ParamDesc("gradient")
.set_local_name(_("Gradient"))
+ .set_description(_("Gradient to apply"))
);
ret.push_back(ParamDesc("center")
.set_local_name(_("Center"))
+ .set_description(_("Center of the gradient"))
);
ret.push_back(ParamDesc("radius")
ret.push_back(ParamDesc("loop")
.set_local_name(_("Loop"))
+ .set_description(_("When checked the gradient is looped"))
);
ret.push_back(ParamDesc("zigzag")
.set_local_name(_("ZigZag"))
+ .set_description(_("When checked the gradient is summetrical at the center"))
);
return ret;
ret.push_back(ParamDesc("gradient")
.set_local_name(_("Gradient"))
+ .set_description(_("Gradient to apply"))
);
ret.push_back(ParamDesc("center")
.set_local_name(_("Center"))
+ .set_description(_("Center of the gradient"))
);
ret.push_back(ParamDesc("radius")
ret.push_back(ParamDesc("angle")
.set_local_name(_("Angle"))
+ .set_description(_("Rotation of the spiral"))
.set_origin("center")
);
ret.push_back(ParamDesc("clockwise")
.set_local_name(_("Clockwise"))
+ .set_description(_("When checked the spiral turns clockwise"))
);
return ret;
ret.push_back(ParamDesc("origin")
.set_local_name(_("Origin"))
+ .set_description(_("Offset for the Vertices List"))
);
ret.push_back(ParamDesc("gradient")
ret.push_back(ParamDesc("time_offset")
.set_local_name(_("Time Offset"))
+ .set_description(_("Time Offset to apply to the context"))
);
ret.push_back(ParamDesc("children_lock")
.set_local_name(_("Children Lock"))
+ .set_description(_("When checked prevents to select the children using the mouse click"))
);
ret.push_back(ParamDesc("focus")
ret.push_back(ParamDesc("vector_list")
.set_local_name(_("Vector List"))
+ .set_description(_("Define the corners of the polygon"))
.set_origin("origin")
);
ret.push_back(ParamDesc("color")
.set_local_name(_("Color"))
+ .set_description(_("Fill color of the layer"))
);
return ret;