Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/uvedit/uvedit_smart_stitch.c
| Context not available. | |||||
| RNA_def_boolean(ot->srna, | RNA_def_boolean(ot->srna, | ||||
| "midpoint_snap", | "midpoint_snap", | ||||
| 0, | 0, | ||||
| "Snap At Midpoint", | "Snap at Midpoint", | ||||
| "UVs are stitched at midpoint instead of at static island"); | "UVs are stitched at midpoint instead of at static island"); | ||||
| RNA_def_boolean(ot->srna, "clear_seams", 1, "Clear Seams", "Clear seams of stitched edges"); | RNA_def_boolean(ot->srna, "clear_seams", 1, "Clear Seams", "Clear seams of stitched edges"); | ||||
| RNA_def_enum(ot->srna, | RNA_def_enum(ot->srna, | ||||
| Context not available. | |||||