Skip to content
Snippets Groups Projects
Commit 13f7233f authored by Ton Roosendaal's avatar Ton Roosendaal
Browse files

- tiny changes:

  - more crispy splash screen from Matt
  - insert key menu reworded in more logical way ("Nah, the other kind" :)
parent 33700b8b
No related branches found
No related tags found
No related merge requests found
...@@ -365,8 +365,7 @@ void insert_meshkey(Mesh *me) ...@@ -365,8 +365,7 @@ void insert_meshkey(Mesh *me)
if(me->key==0) { if(me->key==0) {
me->key= add_key( (ID *)me); me->key= add_key( (ID *)me);
rel = pupmenu("Relative Vertex Keys? %t|Yes Please! %x1" rel = pupmenu("Insert Vertex Keys %t|Relative keys %x1|Absolute keys %x2");
"|Naw, the other kind %x2");
switch (rel) { switch (rel) {
case 1: case 1:
me->key->type = KEY_RELATIVE; me->key->type = KEY_RELATIVE;
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment