Revision 83907fc by Ton Roosendaal May 7, 2004, 19:56 (GMT) |
Num-slider buts and CTRL didn't work when range was > 1.0 |
Revision 16c783d by Ton Roosendaal May 7, 2004, 18:03 (GMT) |
Added two more mapping types to World buttons for sky render. "Sphere": spherical mapping for a 360 degree panorama "Tube": cylindrical mapping for a 360 degree panorama Both mappings by default do only the sky (upper) hemisphere. The color below is same as regular Horiz and Zenith colors, useful for setting an AO effect. Sample pics: http://www.1000skies.com/fullpanos/index.htm (commercial) |
Revision d835cc8 by Nathan Letwory May 7, 2004, 13:50 (GMT) |
* bump VERSION to 2.33 * change python2.2 in python2.3 for win32 |
Revision 934bdb5 by Ton Roosendaal May 7, 2004, 11:59 (GMT) |
When pressing ALT+A, i noticed other windows advance 1 frame. This is caused by swapbuffers system, which redraws the other windows when the CFRA timer already advanced 1 frame. Added an extra redraw to fix this. Could fix report #964, will wait for JWalton to verify. |
Revision e7f6ebb by Ton Roosendaal May 7, 2004, 11:35 (GMT) |
Improved three tooltips: - Material Shadow and Traceable still mentioned old shadowbuffer methods - AngMap option in World mapping has better explanation |
Revision 9936d28 by Simon Clitherow May 6, 2004, 21:40 (GMT) |
- switched a strcat and strcpy pair... doh! (well spotted b-ix!) - appended "./blender" to %HOME% return for Win32. Is consistant now with the other returns for Win. |
Revision 8d18aad by Ton Roosendaal May 6, 2004, 20:53 (GMT) |
potential fix for windows crash when it encounters file dates beyond the nice limited unix range (1970-2034 or so). Zr will check! |
Revision ef0adbd by Ton Roosendaal May 6, 2004, 19:57 (GMT) |
Fix related to audio crash. Made the check for when audio_init runs a tinsy bit more strict. Now it did it for each ALT+A play anim. I leave the debug print in still, for testing. |
Revision dba2908 by Ton Roosendaal May 6, 2004, 19:42 (GMT) |
bug fix #1237 A too strict pointer check caused action browsing in action-window not to work when object didn't have action yet. |
Revision a686d5c by Ton Roosendaal May 6, 2004, 19:31 (GMT) |
fix for bug #1223 Bump was inverted in previewrender for planar preview. |
Revision 002a855 by Ton Roosendaal May 6, 2004, 17:32 (GMT) |
fix for bug #1226: With subsurf level 0, in editmode, the hidden faces where still drawn. Was caused because subsurfing code then is skipped. |
Revision dca4852 by Ton Roosendaal May 6, 2004, 11:15 (GMT) |
Member added, who wasnt included due to wrong subscription. |
Revision 5813ae5 by Kester Maddock May 6, 2004, 02:13 (GMT) |
Fix Bug #1243: http://projects.blender.org/tracker/?func=detail&aid=1243&group_id=9&atid=125 Use external velocity (velocity set by the game engine - not the physics engine) for Motion Actuators. |
Revision 762b07f by Kester Maddock May 5, 2004, 04:12 (GMT) |
Enable doubles internally in Solid for the Makefile build system. |
Revision f54160c by Daniel Dunbar May 5, 2004, 03:22 (GMT) |
- PyInt_AsLong() was called on a possibly NULL object, this may be a checked error but is no good anyway - Bone_dealloc free'd Blender's actual copy of the Bone! AGH!!!! - On syntax errors the python global dictionary was being free'd twice. AGH!!! again! Can someone from the Python team please audit this. |
Revision baa54a9 by Daniel Dunbar May 4, 2004, 21:16 (GMT) |
- made a VERY IMPORTANT change to usiblender.c |
Revision 993a438 by Daniel Dunbar May 4, 2004, 19:40 (GMT) |
- change to non-typedef'ng method of declaring BCursor in winlay.h (OSX doesn't like) |
Revision 14a46b7 by Daniel Dunbar May 4, 2004, 19:13 (GMT) |
- removed debug prints that had no meaning to most people - zr: you lazy developer, you shouldn't commit code that has debug prints in it. you ruined my life!!!! |
Revision 400cd96 by Daniel Dunbar May 4, 2004, 19:10 (GMT) |
- ugh, do not break open an abstract data type just to add one single function, especially when you are introducing extra dependencies (GHOST) on files that should not have them. |
May 4, 2004, 16:26 (GMT) |
Shortened up the Makefile since freebsd,linux and solaris do the same stuff: Basically use this instead of seperate sections for each platform. ifeq ($(OS),$(findstring $(OS), "linux freebsd solaris")) Kent |
|
|
|


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