Blender Git Commits

Blender Git "master" branch commits.

Page: 5511 / 5574

November 12, 2003, 13:32 (GMT)
Adds Hotspot control to custom cursor.
November 12, 2003, 07:46 (GMT)

unfix previous fix.
Scene and Text don't need their user counts adjusted.
November 11, 2003, 16:56 (GMT)
Constraint dashed line drawing.

Still one little problem: It draws the line even where there is not constraint target. Guess I'll have to wip a function to check for that if there isn't one already.

Note to Ton: You just need to add the color link to theme
November 11, 2003, 10:13 (GMT)

fixed the bug Joseph Gilbert found in numerous python files.
newly created data objs had incorrect user counts.
November 11, 2003, 05:37 (GMT)
Fixed some problems with makeParent()
November 11, 2003, 00:58 (GMT)
(Hopefully) Fixed bug that caused non-selected edges to be cut by knife.
November 10, 2003, 15:28 (GMT)
- further tweaking of selecting objects...
I keep forgetting to add 'curarea->win_swap= WIN_FRONT_OK;' after
drawing in frontbuffer... tsk tsk!
November 10, 2003, 14:49 (GMT)
- redid buttons in image header, was completely messed up...
November 10, 2003, 05:51 (GMT)

fix for bug #285
text buffer not marked as modified after delete operation
November 9, 2003, 12:36 (GMT)
- small fix for snprintf() on Win32... MS renamed the function
to _snprintf !?
November 8, 2003, 23:18 (GMT)
- added panel backdrop for buttonswin to themes
- made hilite of headers a tinsy bit subtler
- opengl render (icon 3d window) uses theme for backdrop
November 8, 2003, 23:00 (GMT)
- removed options from main header 'render' menu;
render opengl 3d window at this location gave unpredictable results, and
crashes occasionally. Moved it back to header as icon for now... the
view pulldown menu in 3d header is too full.
November 8, 2003, 21:00 (GMT)
- added popup warning when choosing quicktime at OSX.
this to notify that the 'options' button in QT dialog freezes.

Will ask Apple for hints... no clue why this happens.
November 8, 2003, 19:04 (GMT)
- zooming in for action window increased 5 fold.
(bug report #679). Also corrects old files for it.
November 8, 2003, 18:46 (GMT)
- fix bug #682
button wrong size...
November 8, 2003, 18:37 (GMT)
- another fix because of the stricter 'qualifier key' checking;
ctrl+mouseclick didnt work to select objects in editmode, needed for
making vertex parents.
November 8, 2003, 17:51 (GMT)
- fixed drawing in frontbuffer of selected object... the previous
fix for selecting multiple objects reveiled this error...
November 8, 2003, 16:57 (GMT)
- bug fix #304
Wire rendering gave errors with parts.
This due to the fact the lines are clipped exactly at the pixel
centers of the image edge. For polys (triangles) that works fine, but
in wireframe you see the lines ending at the edge.

Solved by adjusting clipping routine for wires just a tinsy bit.
November 8, 2003, 14:41 (GMT)
- fix bug #294
removed some code of someone in NaN who tried to fix
prototypes... just solved by introducing a correct cmat[3][3] instead
of using weird new matrix code.
November 8, 2003, 13:36 (GMT)
- fixed bug #253
from NaN period, someone just commented out a piece of code... this to
prevent the curve itself being converted (as edges) next to the 3d filled
faces. but for 3D curves there are no filled faces.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021