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 (Expand)Author
2006-02-25==SCons==Nathan Letwory
2006-02-25Bugfix: CTRL+select on a Bone, while in editmode Curve, crashed.Ton Roosendaal
2006-02-25Replacing SDL threads with pthread.Ton Roosendaal
2006-02-24forgot note for last commit;Ton Roosendaal
2006-02-24Made the most critical variables in render pipeline "volatile", especiallyTon Roosendaal
2006-02-24restored SDL_WaitThread() again, SDL_KillThread() is not OK.Ton Roosendaal
2006-02-24Buttons could crash on wrong scene layer index... not sure how that indexTon Roosendaal
2006-02-24==SCons==Nathan Letwory
2006-02-23Work in progress commit on saving OpenEXR with all render-layers andTon Roosendaal
2006-02-23Bugfix for very very ancient envmap error. When you scale the envmapTon Roosendaal
2006-02-23patch #3830 Fix for commenting a block of text with highlight enabledStephen Swaney
2006-02-23Composite: Image node now supports "start frame" values up to 10k.Ton Roosendaal
2006-02-23Added UI numeric access to bone radius (for envelopes), needed to accsess the...Campbell Barton
2006-02-23Tweak for Speed vector calculus for Ztransp render layer; it used to maskTon Roosendaal
2006-02-23Moved to brush cursors hotspot to be at the tip of the brush.Campbell Barton
2006-02-23Some issues compiling on Irix:Chris Want
2006-02-23In some directories (e.g. source/blender/src) there are so many filesChris Want
2006-02-23Composite: filter node now includes image edge in calculation, the outerTon Roosendaal
2006-02-23'inline' in C isn't very portable (probably should be made a macro).Chris Want
2006-02-22Brought back "mapping to translucency" for materials, was temporal replacedTon Roosendaal
2006-02-22Composite fix: Blur node with option "Bokeh" didn't survive on very smallTon Roosendaal
2006-02-22"Select Random" in editmode for meshes did not do an undo_push... This wasGeoffrey Bantle
2006-02-22Fixes small problem with my last commit and MSVC compilers, originally pointedGeoffrey Bantle
2006-02-22Added lighten/darken paint modes, works in vertex paint mode and weight paint...Campbell Barton
2006-02-22added 'disable sleeping' option for rigidbodies. + bugfix of out of sync whee...Erwin Coumans
2006-02-22[Two Sections here; First is the log that *should* have been includedGeoffrey Bantle
2006-02-22Fix for very old annoyance; when an object is deformed far away from itsTon Roosendaal
2006-02-22Fix for crashing border select in FaceSelect mode. This was part of theTon Roosendaal
2006-02-22Making blender compile with Makefiles if WITH_OPENEXR is false.Chris Want
2006-02-21Tracked a redrawing crash down to drawtext.c - was doing ... % 0 causeing a d...Campbell Barton
2006-02-21Bug in Composite AddAlpha node. The option premul added alpha wrong.Ton Roosendaal
2006-02-21Carefully went over all scanline updating while rendering, to ensure onlyTon Roosendaal
2006-02-21exposed a few more tuning paramtersErwin Coumans
2006-02-21enabled vehicle/updated scons file (Makefile/projectfiles needs updating)Erwin Coumans
2006-02-21Reorganized Bullet physics files, added preliminary vehicle simulation files ...Erwin Coumans
2006-02-21Very silly typo in code caused Preview Window for Compositor to copyTon Roosendaal
2006-02-20Compositor: new node "Z Combine", to combine two images with comparingTon Roosendaal
2006-02-20Group duplicators, using linked groups, and which itself again wereTon Roosendaal
2006-02-20Compositor upgrade;Ton Roosendaal
2006-02-20Hrms... theeth indeed cleaned up code, but it should also work! Didn'tTon Roosendaal
2006-02-20==SCons==Nathan Letwory
2006-02-20Another attempt to solve linux issues.... now threads get killed inTon Roosendaal
2006-02-19Changing a glFLush() in glFinish() for drawing info text in renderwindow...Ton Roosendaal
2006-02-19Patch: [ #3283 ] strcat --> sprintfMartin Poirier
2006-02-19Path: [ #2789 ] Add a "copy size" constraintMartin Poirier
2006-02-19Composite: Added "Fac" input for AlphaOver, so you can control amount.Ton Roosendaal
2006-02-19Fix for Colorband node, it skipped calculus when 1 output was unused :)Ton Roosendaal
2006-02-19More compositing goodies.Ton Roosendaal
2006-02-19Warning fix in subsurf_ccg.c. Also changed subsurf UV vertex and edgeBrecht Van Lommel
2006-02-18Adding new SpotLamps should get 'buffers' set to 1. Was in the do_version()Ton Roosendaal