Revision c467b19 by Willian Padovani Germano July 12, 2003, 18:02 (GMT) |
Exppython: - More documentation files for epydoc. - Few minor changes in other files. |
July 12, 2003, 14:35 (GMT) |
Effect module documentation. What can more tedious than writing docs ?... |
Revision ac09398 by Simon Clitherow July 12, 2003, 12:49 (GMT) |
- cleaned up MSVC 6 project files (removed non-existing .h files, etc) |
Revision 307586f by Chris Want July 12, 2003, 00:46 (GMT) |
EXPYTHON in now the only python for the Makefiles build. |
Revision 70ee786 by Simon Clitherow July 11, 2003, 20:18 (GMT) |
- removed exppython project (which is now the new BPY_python project!) |
Revision 557040d by Simon Clitherow July 11, 2003, 20:10 (GMT) |
- removed old freeze and python projects, exppython now compiles by default. (MSVC 6) |
Revision 60dddf8 by Ton Roosendaal July 11, 2003, 20:02 (GMT) |
* selecting objects has a different frontbuffer drawing handling now. instead of drawing everything again, in all windows, it restricts to the active and previous active object. when there are more objects to be redrawn, it does a normal swapbuffers. Result is it all redraws & selects a lot faster in complex scenes * Little fix in "BallTable" routine when moving mouse vertical out of the 3d window. |
Revision 94f8098 by Simon Clitherow July 11, 2003, 19:34 (GMT) |
- removed freeze project from intern build (MSVC 6) |
Revision 736e357 by Ton Roosendaal July 11, 2003, 17:34 (GMT) |
* from Douglas Bischoff: improved tooltip descriptions. |
Revision 448079c by Ton Roosendaal July 11, 2003, 16:50 (GMT) |
* fixed bug "turntable deviation" #364 In fact, I made it working different, much more cooler! -------The BallTable Method TM (patent pending)------------ This is a hybrid of the old turntable method (a virtual camara that rotates around a table) and the trackball method. Mouse moving horizontal, gives the turntable effect, but with vertical movement it works like a trackball. So, vertically moving in the middle of the window exactly mimics old turntable method, moving vertically in the window edge gives a 'twist' rotation. Try the turntable for fun! (is in user settings menu) |
Revision a31693c by Ton Roosendaal July 11, 2003, 12:45 (GMT) |
* fixed code that tried to restore material links, after radiosity, and when you want a new Mesh. Problem happened when over 16 materials are used for 'collect meshes'. Blender does not support (yet) more than 16. For clarity, I added a warning for the user when this occurs (was bug 370) |
July 10, 2003, 22:03 (GMT) |
changed the get/setSize to get/setWinSize. Tks Willian. |
July 10, 2003, 21:56 (GMT) |
documentation for the Metaball module. |
Revision d4c8493 by Simon Clitherow July 10, 2003, 20:53 (GMT) |
- fixed a problem with face select and vertex paint modes by removing the check for nors != NULL (sorry miencho!). |
Revision 5d118d2 by Ton Roosendaal July 10, 2003, 20:45 (GMT) |
* removed warning from Glut "unknown key" when pressing the 'paragraph' key. |
Revision ad6ddb4 by Ton Roosendaal July 10, 2003, 20:34 (GMT) |
* cursor now moves with arrow keys again for OSX * this apple method to do it generates unwanted events, so it could not be used for the menu mouse-move trick. this is #ifdeffed * we should re-evaluate if this mousemove should remain in blender... there are better ways (scrolling contents of pup) * plus: removed warnings from drawview.c |
Revision f999426 by Michel Selten July 10, 2003, 20:00 (GMT) |
* Object_getInverseMatrix now returns a correct matrix. The problem was that the memory was allocated at the stack, but after the Python object was created, the pointer to the memory goes invalid. Thanks to Kester Maddoc for providing a patch - almost 2 weeks ago. Ouch, I should read my mail a little bit better. |
Revision 66e2bf3 by Florian Eggenberger July 10, 2003, 18:32 (GMT) |
When cutting out a part of a python script the old textbuffer was still used when executing the script. Adding a txt_make_dirty() to txt_cut_sel() helped. |
July 10, 2003, 13:00 (GMT) |
2 new functions : getSize and setSize |
July 10, 2003, 08:27 (GMT) |
anged CurveCreatePyObject to Curce_CreatePyObject |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021