Revision f7cc187 by Daniel Dunbar March 24, 2003, 16:08 (GMT) |
Fix for bug #72. Update mesh normals after a boolean operation. Also updated boolen operation to copy face flag (propagate face smoothness information). |
Revision b224f90 by Daniel Dunbar March 24, 2003, 15:55 (GMT) |
Added a mesh_calculate_vertex_normals function for rebuilding the normals outside edit mode. |
Revision 2aad6b3 by Daniel Dunbar March 24, 2003, 15:05 (GMT) |
Kill 2 undefined function warnings. |
Revision 1f3f52f by Daniel Dunbar March 24, 2003, 01:46 (GMT) |
Update space dispatch: - drawXXXspace, changeXXXspace, and winqreadXXXspace now receive the area and spacedata as explicit arguments, allowing them to access private data w/o going through globals. - pass the new BWinEvent through to the winqreadXXXspace, allowing future access to extended event data. Removed direct calls to winqreadXXXspace to simulate user actions, replaced by calls to action functions in edit.c or the appropriate handler. |
Revision a6a50cc by Wouter van Heyst March 24, 2003, 00:15 (GMT) |
Left over generated cruft, time to go |
Revision 93e8a05 by Daniel Dunbar March 24, 2003, 00:06 (GMT) |
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace conventions. |
Revision 510e2d5 by Daniel Dunbar March 23, 2003, 22:52 (GMT) |
Change the core internal event dispatch to use a BWinEvent structure instead of passing seperate arguments. For when we want to pass 'richer' events around. |
Revision 3dd8dfa by Wouter van Heyst March 23, 2003, 22:38 (GMT) |
As NAN_PYTHON_BINARY is now used to determine the correct binary for the freeze, provide it on all platforms |
Revision e0cec3d by Daniel Dunbar March 23, 2003, 21:42 (GMT) |
Removed NLA winqread and write runtime obfuscation cruft. Can we just dump all this silly key stuff please? |
Revision 05afb06 by Daniel Dunbar March 23, 2003, 20:47 (GMT) |
Unitialized buffer patch (zero length runs in font loading), again thanks to vc7 magic. |
Revision 361ecbc by Daniel Dunbar March 23, 2003, 19:11 (GMT) |
Fix for bug #78. The tooltip on the button is wrong, it doesn't translate the view it zooms it to a specific region. Tooltip has been updated and border-zoom functionality was not working in oops window, fixed. |
March 23, 2003, 16:10 (GMT) |
Updated bubble help for Mult: under the particle system. Kent |
March 23, 2003, 16:01 (GMT) |
Didn't hear any complaints so I'm commiting the patch for bug: http://projects.blender.org/tracker/index.php?func=detail&aid=76&group_id=9&atid =125 Kent |
March 21, 2003, 21:50 (GMT) |
Modified it to use $(NAN_PYTHON_BINARY) instead of just plain old python. (otherwise why have the env var?) ;) Kent |
March 21, 2003, 18:07 (GMT) |
Small translation of some comments. Kent |
Revision e031f32 by Michel Selten March 19, 2003, 18:57 (GMT) |
* Implemented the BPY_do_all_scripts interface function (BPY_interface.c) * Created a function to return all scripts from a linked list (DoAllScriptsFromList). Michel |
Revision 3f702b0 by Daniel Dunbar March 19, 2003, 15:54 (GMT) |
Fix for bug #59. Silly strubel, strncpy does not 0 terminate strings. |
Revision 8fc1ad5 by Chris Want March 19, 2003, 05:29 (GMT) |
Added a UI_BLOCK_ENTER_OK flag to the uiBlock in button() (this alleviates the problem where using the enter key effects the widget under the mouse cursor instead of doing an 'OK' (symptom: getting the wrong number of verts when adding a mesh circle). |
Revision 9ef2426 by Daniel Dunbar March 19, 2003, 00:55 (GMT) |
Remainder of the vc7 projectfiles. |
Revision 8003eb8 by Daniel Dunbar March 19, 2003, 00:49 (GMT) |
Creator portion of VC7 projectfiles, put in make/msvc_7_0 for consistency w/ intern projectfiles organization. |
|
|
|


Master Commits
MiikaHweb | 2003-2021