Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2003-11-13- further cleanup of window matrix code. Now ALL 2d ortho calls areTon Roosendaal
using an identical offset; which is 0.375 and official recommended by OpenGL. This to further investigate the AA font errors on some systems with ATI cards.
2003-11-12All related to unified render:Ton Roosendaal
- fixed bug in halo rendering combined with spothalo - fixed bug in no antialiasing with sky with spothalo - cleaned some weird usage of gamma for spothalo and sky (when rendering sky + spothalo, sky got gamma corrected - removed old test code and #ifdefs for code readability On test scenes here unified render looks much better. still some minor issues with antialiasing... cant pin that down yet.
2003-11-12- bug fix: alpha wrong in unified render halos with lines or ringsTon Roosendaal
2003-11-12Adds Hotspot control to custom cursor.Robert Wenzlaff
2003-11-12unfix previous fix.Stephen Swaney
Scene and Text don't need their user counts adjusted.
2003-11-11Constraint dashed line drawing.Martin Poirier
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
2003-11-11fixed the bug Joseph Gilbert found in numerous python files.Stephen Swaney
newly created data objs had incorrect user counts.
2003-11-11Fixed some problems with makeParent()Joseph Gilbert
2003-11-11(Hopefully) Fixed bug that caused non-selected edges to be cut by knife.Robert Wenzlaff
2003-11-10- further tweaking of selecting objects...Ton Roosendaal
I keep forgetting to add 'curarea->win_swap= WIN_FRONT_OK;' after drawing in frontbuffer... tsk tsk!
2003-11-10- redid buttons in image header, was completely messed up...Ton Roosendaal
2003-11-10fix for bug #285Stephen Swaney
text buffer not marked as modified after delete operation
2003-11-09- small fix for snprintf() on Win32... MS renamed the functionSimon Clitherow
to _snprintf !?
2003-11-09- added panel backdrop for buttonswin to themesTon Roosendaal
- made hilite of headers a tinsy bit subtler - opengl render (icon 3d window) uses theme for backdrop
2003-11-09- removed options from main header 'render' menu;Ton Roosendaal
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.
2003-11-09- added popup warning when choosing quicktime at OSX.Ton Roosendaal
this to notify that the 'options' button in QT dialog freezes. Will ask Apple for hints... no clue why this happens.
2003-11-08- zooming in for action window increased 5 fold.Ton Roosendaal
(bug report #679). Also corrects old files for it.
2003-11-08- fix bug #682Ton Roosendaal
button wrong size...
2003-11-08- another fix because of the stricter 'qualifier key' checking;Ton Roosendaal
ctrl+mouseclick didnt work to select objects in editmode, needed for making vertex parents.
2003-11-08- fixed drawing in frontbuffer of selected object... the previousTon Roosendaal
fix for selecting multiple objects reveiled this error...
2003-11-08- bug fix #304Ton Roosendaal
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.
2003-11-08- fix bug #294Ton Roosendaal
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.
2003-11-08- fixed bug #253Ton Roosendaal
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.
2003-11-08- removed hack in initrender code that allowed 'border render' in aTon Roosendaal
previously rendered image. it was just screwing up memory in some cases. for it to work quite more elaborate coding is needed. - when selecting border in camera view (SHIFT+B) the associated render option is set automatic - fixed some mallocs to become callocs in renderloop, to prevent garbish when border rendering - also enables closing bug #179
2003-11-08- bug fix #74 (oldie!)Ton Roosendaal
rendering uses data as set in active 3d window again. meaning it renders localview or 'unlocked layers' correctly again. in background render it uses the scene layers by default. was disabled in 2.24 in NaN period... can't find the reason for it.
2003-11-08- removed all buttons to choose for 'image selector'. where loading imagesTon Roosendaal
is meant, a ctrl+click will invoke image selector still. - this as discussed a while ago at meeting; the image selector is highly unstable, and causes bug reports for each release we do. - removed reference to 'save runtime' from file menu. - added icons to fileselect buttons in f10 menu
2003-11-08- fixed bug #384Ton Roosendaal
browsing new texture for lamp in texturebuttons (f6) only gave 'add new' option. - saving images in texturepaint mode saves in same format only. this is far from an easy fix to use the scene settings, so it indicates with saving clearly its in the same type now
2003-11-08BPython:Willian Padovani Germano
- Fixed uninitialized NMFace.mode var in NMesh.c - Incref'ed a couple Py_None's in Object.c - Minor update in the docs, changed required version to 2.30
2003-11-08- fixed layout of curve panel (f9 menu)Ton Roosendaal
- changed 'curve' to 'path' in ipo types menu for ipowindow
2003-11-08- bug #670Ton Roosendaal
input in ipowindow NKey menu went wrong for vertices... buttons were accidentally created double, resulting in double actions. uh!
2003-11-08Updated so that Default Vars button will reset envmap data, if it exists.Kent Mein
doesn't do object its tied to but does everything else for envmaps now. (clipsta, depth, etc...) Kent
2003-11-07- fixed bugreport intrr about shadeless UV texture face having wrongTon Roosendaal
brightness... it had one multiplication too many... - found 3 month old error: the fix i committed for ESC during render was undone partially by a commit from guignot one week later. I already *thought* ESC reacted so slow... but i had fixed it, not!? :-) Now its still fast and instantly reacts to ESC again.
2003-11-07Middle mouse emulation fix.Martin Poirier
I know Ton fixed this already, but I modified it to be more in accordance with what we decided to do in Space.c
2003-11-07Fixed Ctrl-Shift-F3 to capture the whole screen.Martin Poirier
2003-11-07Raised the numbot upper limit for DupSta and DupEnd.Martin Poirier
2003-11-07- fixed specularity for sun lightsTon Roosendaal
2003-11-07- made shadowbuffer button into normal num but.Ton Roosendaal
sliders should be reserved for more limited ranges like 0.0-1.0 and so reason was it wasnt readable at all!
2003-11-07Fixed my blunder with Default Vars button.Kent Mein
It was causing plugins not to accept changes to buttons. Now it works correctly, defaults are set only when you press the button. Kent
2003-11-07- zoom in/out in rendered image always includes zoom level 1.0 now.Ton Roosendaal
2003-11-06- selecting multiple objects at same location had error. was caused byTon Roosendaal
new code that manages multiple matrices for 'overlay' buttons. just forgot to add call persp(PERSP_VIEW);
2003-11-06setControlPoint() had incorrect argument list.Stephen Swaney
also some minor reformatting.
2003-11-06- little new feature; 'hide' vertices/edges/faces works in editmodeTon Roosendaal
for subsurf
2003-11-06nla strips were not updating the reference counts of actions theyChris Want
were using.
2003-11-06- fixed order in addmenu pulldownTon Roosendaal
- added 'add bones' for in editmode armatures in toolbox
2003-11-06-fixed bug; ALT+LeftMouse emulates MiddleMouse again.Ton Roosendaal
2003-11-06bug fix: audio hangs on OSX when playback with ALT+ATon Roosendaal
reason: mixbuffer size was not correctly initialized in .blend. Doing this for struct UserData has some extra quirks, so better not do it with checking for version (if version<2.27 etc) but always (if U.mix==0 etc). I mail this to committers list as well.
2003-11-06- fixed bug: removing a window edge (join areas) sometimes found the wrongTon Roosendaal
edge. this code error was very old... wonder how this error could exist so long
2003-11-06Discovered I never remapped RMB to cancel in get_mouse_trail(). Done now.Robert Wenzlaff
2003-11-06Improved Knife line drawing, and added Knife cursor.Robert Wenzlaff
2003-11-06Modified pupmenu_col() to allow separators.Robert Wenzlaff