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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2005-10-25 02:20:30 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-10-25 02:20:30 +0400
commit42127966288d44509ff12463bfc0dd2de9de07d8 (patch)
tree0e9746b24a06115b682da4cf54396df3f4a31899 /source/blender/src/unwrapper.c
parent0a3993ec0f4938b0235e31065b3e9e9e95bfa99e (diff)
More bugfixing related to #3149:
Drawing of rotation limits and IK solving was wrong with pose mode bone offsets. Also added proper modifier stack update after uv unwrap and lscm.
Diffstat (limited to 'source/blender/src/unwrapper.c')
-rw-r--r--source/blender/src/unwrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/unwrapper.c b/source/blender/src/unwrapper.c
index 4747a26825a..c1bf0d3fa3f 100644
--- a/source/blender/src/unwrapper.c
+++ b/source/blender/src/unwrapper.c
@@ -1158,12 +1158,12 @@ void unwrap_lscm(void)
BIF_undo_push("UV lscm unwrap");
+ object_uvs_changed(OBACT);
+
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWIMAGE, 0);
}
-
-
/* Set tface seams based on edge data, uses hash table to find seam edges. */
void set_seamtface()