Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5534 / 5574

July 12, 2003, 18:02 (GMT)

Exppython:
- More documentation files for epydoc.
- Few minor changes in other files.
Revision 37c4fa6 by guignot
July 12, 2003, 14:35 (GMT)
Effect module documentation. What can more tedious than writing docs ?...
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.
July 11, 2003, 20:18 (GMT)
- removed exppython project (which is now the new BPY_python project!)
July 11, 2003, 20:10 (GMT)
- removed old freeze and python projects, exppython now compiles by
default. (MSVC 6)
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.
July 11, 2003, 19:34 (GMT)
- removed freeze project from intern build (MSVC 6)
July 11, 2003, 17:34 (GMT)
* from Douglas Bischoff: improved tooltip descriptions.
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)
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)
Revision 6c03e37 by guignot
July 10, 2003, 22:03 (GMT)
changed the get/setSize to get/setWinSize. Tks Willian.
Revision 106263d by guignot
July 10, 2003, 21:56 (GMT)
documentation for the Metaball module.
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!).
July 10, 2003, 20:45 (GMT)
* removed warning from Glut "unknown key" when pressing the 'paragraph'
key.
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
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.
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.
Revision c132c6a by guignot
July 10, 2003, 13:00 (GMT)
2 new functions : getSize and setSize
Revision f83cc2f by guignot
July 10, 2003, 08:27 (GMT)
anged CurveCreatePyObject to Curce_CreatePyObject
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021