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:
authorCampbell Barton <ideasman42@gmail.com>2007-09-20 03:50:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-09-20 03:50:46 +0400
commit037f6f20d83b248368bc2ac5083df200cdfd1048 (patch)
tree8702c950be959b812ffb2fe6157893b824dbbe6f /source/blender/src/editmesh_mods.c
parent28ae78a745bab375ee227be8846479a4afc02ffd (diff)
added a view properties panel for image/uv. moved the cursor x/y there to match the 3d view.
added an optional view setting - Repeat/Tile image display so mapping with tiled textures you dont have to guess the locations or look in the 3d view to see what your mapping to. copy and face menu was missing depgraph update calls.
Diffstat (limited to 'source/blender/src/editmesh_mods.c')
-rw-r--r--source/blender/src/editmesh_mods.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_mods.c b/source/blender/src/editmesh_mods.c
index 037c0118325..60b7939a3ff 100644
--- a/source/blender/src/editmesh_mods.c
+++ b/source/blender/src/editmesh_mods.c
@@ -1719,6 +1719,7 @@ void mesh_copy_menu(void)
}
if (change) {
+ DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSEDIT, 0);
@@ -3416,6 +3417,7 @@ void Face_Menu() {
{
case 1:
flip_editnormals();
+ DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);
BIF_undo_push("Flip Normals");
break;
case 2: