Revision 4954e23 by Ton Roosendaal July 2, 2003, 13:45 (GMT) |
- removed MXtools reference from Makefiles. This compiles so much faster! and hardly no useless warnings anymore now, so finally we can pay some attentian to real warnings. |
Revision d8cc444 by Ton Roosendaal July 2, 2003, 13:37 (GMT) |
- removed the 'const' from arithb function declarations. it caused the myriad of warnings people complained about so long. after careful consulting & reading I could not find a good reason for this const stuff, apart from a sort-of comment to indicate this array (matrix) pointer cannot be changed. Well, doh! you should not do that with a float mat[][3] anyway! |
Revision 1236967 by Michel Selten July 1, 2003, 17:05 (GMT) |
* Updated the version number of Blender to display 2.27.NewPy1 in the User Interface only. Commented the original line. THIS NEEDS TO BE RESTORED TO THE ORIGINAL LINE WHEN A RELEASE IS BUILD!!! |
Revision fad2aeb by Willian Padovani Germano July 1, 2003, 05:19 (GMT) |
- small fix in Sys.c to compile on Windows: Thanks Florian Eggenberger for telling us about it. And Greg McBride for pointing a possible fix. - Draw.Text and Draw.GetStringWidth updated: Now they accept an optional second parameter to set font size and Draw.Text returns the drawn string width. - Partially fixed the update() and PutRaw() bugs in NMesh: A total fix will require bigger changes, but what was done (unless buggy) takes care of the common cases. |
Revision 14b4ed4 by Chris Want July 1, 2003, 00:53 (GMT) |
Jacques patch for initializing m_context as NULL |
Revision cee6776 by Ton Roosendaal June 30, 2003, 19:51 (GMT) |
- added a call calc_meshverts_ext_f2(void) which: - projects vertices without clipping code (xs at 3200) - sets flag in editvert ( eve->f & 2) when it is not visible general note: that flag is only valid after the calc_meshverts_ext_f2 call. it is a free flag. be aware that selection is stored in bit 1 (eve->f & 1) |
Revision e1efa73 by Ton Roosendaal June 30, 2003, 19:13 (GMT) |
- accidentally commited an armature test call. sorry! |
Revision b4bb377 by Ton Roosendaal June 30, 2003, 18:09 (GMT) |
- this probably fixes export to vrml 1.0 output for textures (UV coords) it needs tests... just a simple cube with sides texmapped. and then import to whatever vrml viewer or importer you have around. the trick lies in adding textureCoordIndex nodes to file. |
Revision 79c2d74 by Ton Roosendaal June 30, 2003, 14:11 (GMT) |
- fixed bug #316 just two icons that were switched accidentally |
Revision 34e349b by Michel Selten June 29, 2003, 19:57 (GMT) |
* The Object.get and Object.getSelected will become obsolete in the future. Added a warning about this - and to use the alternative function. |
Revision 67e9d00 by Chris Want June 29, 2003, 17:21 (GMT) |
Moved the OPENGL_HEADERS to the end of the include paths -- so that render.h from another package (such as the Xrender extension on irix) doesn't conflict with the blender one. |
Revision 3284916 by Michel Selten June 29, 2003, 16:49 (GMT) |
* Added some internal functions to the Material module * Updated the Object module with some more functions. Only 1 function left to implement. * Removed the getDeformData function declaration. |
Revision 389c7e1 by Willian Padovani Germano June 29, 2003, 14:35 (GMT) |
- Trying to fix something I caused: Added a function call to creator.c that is needed by exppython, but forgot to add the function also to the old bpython implementation. Thanks, Hos! - Addition in Draw.Text and Draw.GetStringWidth (Python Draw methods): Now script writers can select the font size: normal, small or tiny. |
Revision 0ff5729 by Michel Selten June 28, 2003, 15:10 (GMT) |
* Added functionality to the Object module for getting and setting the name of the object. * Added the GetSelected function. (Same as getSelected). * Added a start for the Object.py API documentation. * Some minor bug-fixes to the Object module. * Added the functionality to get the IPO of the Object. |
Revision 8155033 by Willian Padovani Germano June 28, 2003, 10:35 (GMT) |
- Added user defined python dir to Python's sys.path: Had to add a function call to creator.c, explained in a note there (look for pythondir in the file) |
Revision eaf1cdd by Willian Padovani Germano June 28, 2003, 07:38 (GMT) |
- More renaming all around to follow our conventions - Implemented partially Blender.Sys - Worked on issues related to sys, path - Took away most "debug" printfs |
Revision 569a32a by Chris Want June 28, 2003, 03:47 (GMT) |
expython needs pthreads to link under irix (prolly a python 2.2 requirement). |
Revision 1323315 by Ton Roosendaal June 27, 2003, 15:29 (GMT) |
- associated .h file change for previous commit (bug #152). plus added a warning in screen_types.h. Some wierd person thinks ENUM is nice? It's dangerous! ;-) |
Revision 6a3f419 by Ton Roosendaal June 27, 2003, 15:26 (GMT) |
- bug #152 databrowse didnt work in NLA editor, for a SHIFT+A "add action" note: the databrowse is a bit out-focus here. the NLA editor is not yet well integrated with blender standards. For example, there is no awareness of an 'active' strip in the editor, which makes a bit clumsy code. It needs some more work... options in the window header etc. |
June 27, 2003, 15:17 (GMT) |
Deleted a ^S that was causing it to not compile on my linux box. Kent |
|
|
|


Master Commits
MiikaHweb | 2003-2021