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
2007-01-15Two in one:Ton Roosendaal
2007-01-14Fix for bug #5680:Brecht Van Lommel
2007-01-14Important bugfix: Image mapping "repeat" didn't support mirrored tilingTon Roosendaal
2007-01-14Removed draw_mode from SculptData, replaced with draw_flag, which currently c...Nicholas Bishop
2007-01-10A few cleanups for multires (removed commented-out code, unused variables), a...Nicholas Bishop
2007-01-10Large fix for multires. Changed UV coordinates (MTFaces) to be special first-...Nicholas Bishop
2007-01-10== Action Editor -> Auto-Snap ==Joshua Leung
2007-01-09- Added panel for Bake render (tabbed now in 'anim' panel).Ton Roosendaal
2007-01-07=== Transform Snapping ===Martin Poirier
2007-01-05Retyped texcolfaces.tex_page to match MTFace.Nicholas Bishop
2007-01-03added sharp edge theme colorCampbell Barton
2007-01-02== Armatures - Bone Paths ==Joshua Leung
2007-01-01== Armature Ghost and Path Drawing ==Joshua Leung
2006-12-31Added propagation of the edge seam flag for multires. Note that the flag is o...Nicholas Bishop
2006-12-30More improvements to the sculpt brush panel. Texture scale can now be set ind...Nicholas Bishop
2006-12-29Sort-of-fix for bug #5382, sculpt - image/texture brush heavily distorted whe...Nicholas Bishop
2006-12-29* Dynamic icon file loading and themeabilityMatt Ebb
2006-12-27Fix for bug #5523:Brecht Van Lommel
2006-12-26-> Further work to improve triangle conversion tool:Geoffrey Bantle
2006-12-25Cleanup of the SDNA SculptData struct. Moved a lot of data that isn't saved i...Nicholas Bishop
2006-12-23Added two menu items to sculpt mode for controlling how much tablet pressure ...Nicholas Bishop
2006-12-22Added Vertex Color material node, making render engine support for multipleBrecht Van Lommel
2006-12-21Defocus Composite Node, by Alfredo de GreefTon Roosendaal
2006-12-21Added names to UV and vertex color layers, and display them as a list.Brecht Van Lommel
2006-12-20The Big Image refactor!Ton Roosendaal
2006-12-20Modified sculptmode's vertex_users to use one large chunk of memory rather th...Nicholas Bishop
2006-12-20As Brecht suggested, changed multires vert maps to use one big chunk of memor...Nicholas Bishop
2006-12-20=== Transform Snap ===Martin Poirier
2006-12-16contribution from RCRuiz:Erwin Coumans
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-11Do a better job of propagating face data in multires, including flags and mat...Nicholas Bishop
2006-12-10Composite & Pass render goodies:Ton Roosendaal
2006-12-10== NLA Editor ==Joshua Leung
2006-12-09Node editing usablity!Ton Roosendaal
2006-12-08Numerous fixes in Render code:Ton Roosendaal
2006-12-08Fix for bug #5369, retopology - undo reverts elipse to penNicholas Bishop
2006-12-07Small plumiferos wishlist item.Kent Mein
2006-12-07Work on RenderLayer and Pass control:Ton Roosendaal
2006-12-07CMake: Move genrated dna.c and cmake_blender_libs.txt to binary directories t...Jacques Beuarain
2006-12-06Bugfix #5356Ton Roosendaal
2006-12-06== Action Editor ==Joshua Leung
2006-12-06Added slider for the Draw brush that modifies the direction vertices are pull...Nicholas Bishop
2006-12-06Node editor: when adding a new node, automatic links are created:Ton Roosendaal
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-12-05Damn! Commit for render passes in wrong dir....Ton Roosendaal
2006-12-05* Auto-Keyframing Option: 'Needed'Joshua Leung
2006-12-04Large change to the way sculptmode drawing works. The default is now to drawNicholas Bishop
2006-12-03Modified multires to use CustomData for deformedverts. Deformedverts now load...Nicholas Bishop
2006-12-03=== [ #5094 ] TrackTo Constraint with an animatable "up" direction ===Martin Poirier
2006-12-02- added support for generic 6DOF constraintErwin Coumans