Hey everyone!
Sorry about not updating for a while.
I recently heavily updated BANANA.py.
For those who don’t know, BANANA.py is an all purpose programming library for Blender Python programmers. It is full of lots of great functions that can be used for all Blender Game Engine Python programmers.
New Functions:
- File system functions: copy, delete, deldir (deletes entire directories.)
- Popup boxes: confirm box (creates a yes/no box. Completely customizable.), prompt box (creates a box with a one line text field.), alert box (creates a box with just an okay button.).
Things for the future:
I need some people to help me out a bit. I am thinking that I should split up BANANA.py into several smaller modules, just to make it easier to use. Right now it is over 2015 lines and is continuing to get bigger.
What do you think? Should I split it into several modules that you can also access through a tie together module or something?
Thanks for reading!
-Sunjay Varma

May 3rd, 2010 on 5:00 pm
it would be nice if you could make a video tute to show how to use BANNA…
May 3rd, 2010 on 7:15 pm
Hey Chris,
Thanks for the comment.
My BANANA days are actually numbered right now. The module right now is huge and for people like you and me, it is very overwhelming. I am currently working on the second stages of splitting the module into counter parts. So far I have split it into 13 different modules! There will be tutorials and lots of other things coming up later!
Keep Blendering!
-Sunjay03