611
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
On OSX, run ranlib on libfrozen.a after creation More... about 21 years ago
(re)added path to render.h More... about 21 years ago
Remove references to obsolete misc lib More... about 21 years ago
Removed BL_misc from VC7 projectfiles, no longer used. More... about 21 years ago
Small fudge in loader project was setup to build things as BLO_loader_bak for complicated reasons. More... about 21 years ago
Oops, forgot to use 'struct Mesh' in prototype. More... about 21 years ago
Obsoleted by editscreen.c:blender_test_break More... about 21 years ago
Remove unused reference to "blendertimer.h" More... about 21 years ago
Update things to use blender_test_break() vs MISC_test_break() and remove use of blendertimer.h More... about 21 years ago
Added editscreen.c:blender_test_break (copy of MISC_test_break, so misc dir can be killed) More... about 21 years ago
Fix for bug #72. Update mesh normals after a boolean operation. Also updated boolen operation to copy face flag (propagate face smoothness information). More... about 21 years ago
Added a mesh_calculate_vertex_normals function for rebuilding the normals outside edit mode. More... about 21 years ago
Kill 2 undefined function warnings. More... about 21 years ago
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. More... about 21 years ago
Left over generated cruft, time to go More... about 21 years ago
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace conventions. More... about 21 years ago
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. More... about 21 years ago
As NAN_PYTHON_BINARY is now used to determine the correct binary for the freeze, provide it on all platforms More... about 21 years ago
Removed NLA winqread and write runtime obfuscation cruft. Can we just dump all this silly key stuff please? More... about 21 years ago
Unitialized buffer patch (zero length runs in font loading), again thanks to vc7 magic. More... about 21 years ago
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. More... about 21 years ago
Updated bubble help for Mult: under the particle system. More... about 21 years ago
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 More... about 21 years ago
Modified it to use $(NAN_PYTHON_BINARY) instead of just plain old python. (otherwise why have the env var?) ;) More... about 21 years ago
Small translation of some comments. More... about 21 years ago
* Implemented the BPY_do_all_scripts interface function (BPY_interface.c) * Created a function to return all scripts from a linked list (DoAllScriptsFromList). More... about 21 years ago
Fix for bug #59. Silly strubel, strncpy does not 0 terminate strings. More... about 21 years ago
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). More... about 21 years ago
Remainder of the vc7 projectfiles. More... about 21 years ago
Creator portion of VC7 projectfiles, put in make/msvc_7_0 for consistency w/ intern projectfiles organization. More... about 21 years ago