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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user