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:
authorTon Roosendaal <ton@blender.org>2004-10-27 01:10:58 +0400
committerTon Roosendaal <ton@blender.org>2004-10-27 01:10:58 +0400
commitd6b2f3574a2b668b017cfb1be7326f0d2386f5ab (patch)
tree235acd3a0510bc6c4d91e883b3c906e64c0e0d91 /source/blender/src/editobject.c
parentb724cc58b23e4a9dd08979ec44cdb5ed25fd53ce (diff)
Bug #1670
Just one simple report, 4-5 hours work... reported was that selecting in action+nla window is slightly off. Quite annoying. It appeared to be a wrong usage of View2D facilities, causing part rewrite of a lot of stuff here. Mainly did it as excercise, to get better understanding of all of this. Would need some testing though! PLus; fixed crash while using "single user" menu with Ipos in Object.
Diffstat (limited to 'source/blender/src/editobject.c')
-rw-r--r--source/blender/src/editobject.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index 04e07bb5b5a..d446bc2ec24 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -6684,7 +6684,6 @@ void rightmouse_transform(void)
void single_object_users(int flag)
- /* after this call clear_id_newpoins() */
{
Base *base;
Object *ob, *obn;
@@ -7078,6 +7077,8 @@ void single_user(void)
if(G.scene->id.lib) return;
+ clear_id_newpoins();
+
nr= pupmenu("Make Single User%t|Object|Object & ObData|Object & ObData & Materials+Tex|Materials+Tex");
if(nr>0) {