Huge commit: VERSE

- All code is in #ifdef ... #endif
 - Only make build system is supported and you have to add:
    export WITH_VERSE=true
   to user-def.mk file
 - Blender can share only mesh objects and bitmaps now
 - More informations can be found at wiki:
    http://mediawiki.blender.org/index.php/BlenderDev/VerseIntegrationToBlender
    http://mediawiki.blender.org/index.php/BlenderDev/VerseIntegrationToBlenderUserDoc

  I hope, that I didn't forget at anything
This commit is contained in:
2006-08-20 15:22:56 +00:00
parent ffe630b452
commit 2ee42ac01e
56 changed files with 9178 additions and 59 deletions

View File

@@ -4327,7 +4327,12 @@ static void winqreadoopsspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
view2dmove(event); /* in drawipo.c */
break;
case RIGHTMOUSE:
#ifdef WITH_VERSE
/* evil hack due to verse */
outliner_mouse_event(sa, event);
#else
outliner_operation_menu(sa);
#endif
break;
case AKEY: