Blender Git Commits

Blender Git "master" branch commits.

Page: 5554 / 5574

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).
March 24, 2003, 15:55 (GMT)
Added a mesh_calculate_vertex_normals function for rebuilding the normals
outside edit mode.
March 24, 2003, 15:05 (GMT)
Kill 2 undefined function warnings.
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.
March 24, 2003, 00:15 (GMT)
Left over generated cruft, time to go
March 24, 2003, 00:06 (GMT)
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace
conventions.
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.
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
March 23, 2003, 21:42 (GMT)
Removed NLA winqread and write runtime obfuscation cruft.
Can we just dump all this silly key stuff please?
March 23, 2003, 20:47 (GMT)
Unitialized buffer patch (zero length runs in font loading), again thanks to
vc7 magic.
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.
Revision cc8f103 by Kent Mein
March 23, 2003, 16:10 (GMT)


Updated bubble help for Mult: under the particle system.

Kent
Revision e2d9d5d by Kent Mein
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
Revision dc91e98 by Kent Mein
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
Revision b139f81 by Kent Mein
March 21, 2003, 18:07 (GMT)


Small translation of some comments.

Kent
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
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).
March 19, 2003, 00:55 (GMT)
Remainder of the vc7 projectfiles.
March 19, 2003, 00:49 (GMT)
Creator portion of VC7 projectfiles, put in make/msvc_7_0 for consistency w/ intern
projectfiles organization.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021