Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2010-08-20 01:11:48 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2010-08-20 01:11:48 +0400
commitbb61af7b427e59636acb4eb96ed073b7aa0927c1 (patch)
tree4572a37feb73999dc460352409e44b2133eb5919 /source/blender/editors/space_view3d/view3d_header.c
parent4b2a0e65ad3df09916d563956268dc051a642030 (diff)
== Ptex ==
Brought back ptex resolution editing Improvements: * For nonquads, subfaces can now be directly selected, so there's no need to display multiple resolutions for triangles * Display and selection use the same pbvh as for painting, so for example subsurf shows correctly
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_header.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_header.c b/source/blender/editors/space_view3d/view3d_header.c
index aa7e0e51cae..8dfed23d9f9 100644
--- a/source/blender/editors/space_view3d/view3d_header.c
+++ b/source/blender/editors/space_view3d/view3d_header.c
@@ -473,7 +473,7 @@ void uiTemplateHeader3D(uiLayout *layout, struct bContext *C)
PointerRNA meshptr;
RNA_pointer_create(&ob->id, &RNA_Mesh, ob->data, &meshptr);
- uiItemR(layout, &meshptr, "use_paint_mask", UI_ITEM_R_ICON_ONLY, "", 0);
+ uiItemR(layout, &meshptr, "ptex_edit_mode", UI_ITEM_R_ICON_ONLY, "", 0);
} else {
char *str_menu;