Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/uvedit/uvedit_unwrap_ops.c
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | |||||
| 0.0f, | 0.0f, | ||||
| 1.0f); | 1.0f); | ||||
| RNA_def_float(ot->srna, | RNA_def_float(ot->srna, | ||||
| "area_weight", | "area_weight", | ||||
| 0.0f, | 0.0f, | ||||
| 0.0f, | 0.0f, | ||||
| 1.0f, | 1.0f, | ||||
| "Area Weight", | "Area Weight", | ||||
| "Weight projections vector by faces with larger areas", | "Weight projection's vector by faces with larger areas", | ||||
| 0.0f, | 0.0f, | ||||
| 1.0f); | 1.0f); | ||||
| uv_map_clip_correct_properties_ex(ot, false); | uv_map_clip_correct_properties_ex(ot, false); | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||