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
AgeCommit message (Expand)Author
2008-12-06* added an option not to use projection painting (use existing 3D paint)Campbell Barton
2008-12-06* fixed crash when a mesh with no UVs was painted.Campbell Barton
2008-12-06* Patch from Michael Fox to set the normal angle (was fixed at 80 before)Campbell Barton
2008-12-06WIP fixes, still need to tidy up more.Campbell Barton
2008-12-06BGE bug #17731 fixed: No sleeping Button disables dynamics of an object if it...Benoit Bolsee
2008-12-05Use MEM_*alloc for some of the main arrays rather then MemArena (was waisting...Campbell Barton
2008-12-04VideoTexture: new ImageMirror class for easy mirror (and portal) creationBenoit Bolsee
2008-12-03* added uvco_to_wrapped_pxco to get the pixel x/y from a UV that could be out...Campbell Barton
2008-12-03* remove warningsCampbell Barton
2008-12-03missed saving a small changeCampbell Barton
2008-12-03fix for [#18040] FBX writes incorrect relative paths. Campbell Barton
2008-12-03Added Blender.sys.relpath(path, start='//')Campbell Barton
2008-12-03added a function to resolve case insensitive paths in BPySys and an option to...Campbell Barton
2008-11-29Changed vector math to use library functions.Robin Allen
2008-11-27minor changes, (some comments and less warnings)Campbell Barton
2008-11-26VideoTexture: new ImageRender class for Render To TextureBenoit Bolsee
2008-11-26BGE update: helper functions for VideoTexture render to texture feature.Benoit Bolsee
2008-11-26BGE bug fix: culling algorithm didn't used the correct camera.Benoit Bolsee
2008-11-26MSVC9 project file update for TEX nodesBenoit Bolsee
2008-11-26MSVC9 project file update for blenderplayerBenoit Bolsee
2008-11-262 things:Robin Allen
2008-11-26* Added a new Timeline menu entry: Playback -> Sync Playback to Frames/Sec. I...Matt Ebb
2008-11-26* Added 'Particle System' entries as children of particle system modifiers in...Matt Ebb
2008-11-25 * fix path to openexr on irixStefan Gartner
2008-11-25* make sure Bullet is enabled when WITH_BF_BULLET=TrueNathan Letwory
2008-11-25use const where possible and removed some unneeded args (4.3% speedup)Campbell Barton
2008-11-25minor changesCampbell Barton
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-11-24backface culling wasnt working as it should in perspective view with the "Nor...Campbell Barton
2008-11-24painting onto faces was broken when the UV's or faces were flipped, reversing...Campbell Barton
2008-11-24* changed "Normal" falloff to only fade out at more extreme normalsCampbell Barton
2008-11-24* brush and airbrush match The Gimp, where the total color applied to a pixel...Campbell Barton
2008-11-23Only paint in the view clipped area when view clip is enabled (space defined ...Campbell Barton
2008-11-23[#18021] Rotating gets locked to axis after trackball rotate mode is enteredMartin Poirier
2008-11-22maximum polyline between clipped rectangle and triangle was 6, but in some ca...Campbell Barton
2008-11-22fix for painting onto faces from a side view in perspective mode, they would ...Campbell Barton
2008-11-21This is patch [#17896] Irix Build FilesKent Mein
2008-11-21* smudge tool wanst working (forgot to set the precious mouse location)Campbell Barton
2008-11-21* added option "Normal", same as the vpaint option, gives more natural lookin...Campbell Barton
2008-11-21Crasher fix.Martin Poirier
2008-11-20commit yesterday broke scaling in the sequencer (dumb mistake)Campbell Barton
2008-11-19* use utility function brush_painter_paint that runs the project_paint_op in ...Campbell Barton
2008-11-19svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17471:HEADCampbell Barton
2008-11-19Split up the following imbuf functions in 2...Campbell Barton
2008-11-19bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) inst...Campbell Barton
2008-11-18Some improvements brecht suggested, only noticable change is faster multithre...Campbell Barton
2008-11-18some scons command line args were not working since recent changes- Campbell Barton
2008-11-18Added option to use another UV layer as a clone source, to paint from one uv ...Campbell Barton
2008-11-18* Added buttons for accessing options "occlude", "backface cull" and "bleed",...Campbell Barton
2008-11-18QuatOne was so wrong is would make Hamilton cry.Martin Poirier