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-12minor changesprojection-paintCampbell Barton
2008-12-12view.cCampbell Barton
2008-12-10merge from trunk - r17500 to HEADCampbell Barton
2008-12-10move the paint buttons from the image view and buttons window into one function.Campbell Barton
2008-12-10tweaks to brush falloff and alpha, giving nicer looking strokes.Campbell Barton
2008-12-09bugfix - [#18063] Projection paint branch: draw tool "drops out" when model e...Campbell Barton
2008-12-09ImageMirror: add clip attribute to limit clipping distance of mirror renderingBenoit Bolsee
2008-12-09* tablet pressure changing opacity while painting didnt workCampbell Barton
2008-12-09Fix mistake in last commit.. it's pic + 1 ;)Diego Borghetti
2008-12-09patch from Mitchell StokesCampbell Barton
2008-12-09Commit patch [#18057] by Dalai Felinto (dfelinto)Diego Borghetti
2008-12-09== Python Space Handlers ==Willian Padovani Germano
2008-12-07* layer mask (similar to the gimp), uses a UV layer's image as mask for paint...Campbell Barton
2008-12-07split code for applying each paint tool into its own function.Campbell Barton
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