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-06-09adding clip alpha (binary alpha) to the 3D view and game engine.Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-12-22-> Alpha Clip TweakGeoffrey Bantle
2007-11-29Bugfix: crash with textured drawing in editmode and linked duplicates.Brecht Van Lommel
2007-10-24* Changing images in the UV view didnt work properly - reported as bug 7467 (...Campbell Barton
2007-10-20added an option to adjust the alpha clipping value in the oprnGL preferenes. ...Campbell Barton
2007-10-18Use GL_ALPHA_TEST when drawing alpha faces in the 3d view, as suggested by Es...Campbell Barton
2007-09-25store snapping in the scene, (theeth's suggestion)Campbell Barton
2007-09-25made active vert/edge/face draw properly with modifiers applied and made thei...Campbell Barton
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-09-15new view option, SolidTex, to draw textures in solid mode.Campbell Barton
2007-09-14changed how shading works in editmodeCampbell Barton
2007-09-10Changes to "Face Select" modeCampbell Barton
2007-09-10UV Editing is now done in editmode rather then UV/Face Select mode.Campbell Barton
2007-08-28Fix for editmode textured draw commit.Brecht Van Lommel
2007-08-28Textured drawing in Edit ModeBrecht Van Lommel
2007-05-31Test commit by myself ( whitespace ), just spreading my new Blender commit wi...Mal Duffin
2007-05-26drawmesh.c - change from mal_CanDo that makes lighting work the same as in bl...Campbell Barton
2007-05-23* Applying [ #6730 ] Fixing in-Blender displaying of GE bitmap text by Mal Du...Nathan Letwory
2007-05-22option to limit the size of textures loaded into GL memory, usefull when a sc...Campbell Barton
2007-05-20Fix provided by Mal:Ton Roosendaal
2007-05-05mad logic in tface to mface commit from a while ago. non UV meshes didnt rend...Campbell Barton
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-29Casting fixes for 64 bits. Incomplete commit, discussion on proper castingTon Roosendaal
2007-03-13renamed norepeatX/Y to ClampX/YCampbell Barton
2007-03-13patch [#6213] msvc had problems with GL_CLAMP_TO_EDGE being undefinedKent Mein
2007-03-12added no-xtile and no-ytile to the images realtime properties and python api.Campbell Barton
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-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-11-27Bugfix:Ton Roosendaal
2006-11-27Disable mipmapping in texture paint mode, so fast redrawing will nowBrecht Van Lommel
2006-11-22Bugfixes:Ton Roosendaal
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-12Simple & efficient feature request from Campbell;Ton Roosendaal
2006-11-10Old feature request: undo system now restores images without reloading.Ton Roosendaal
2006-09-06- Fix a display glitch with float image painting and undo.Brecht Van Lommel
2006-08-27Texturepaint now supports all the imagepaint brush settings, with theBrecht Van Lommel
2006-08-21 - bug fix, bug reported by Campbel, thanks! Keep in mind, that integrationJiri Hnidek
2006-03-11Fix for bug #3739:Brecht Van Lommel
2006-03-11Fix for bug #3802: Display problems with modifiers and uv face selectBrecht Van Lommel
2006-02-09Seam Cutting in Faceselect Mode:Brecht Van Lommel
2005-08-22 - sillyness... added drawMappedEdges for meshDaniel Dunbar
2005-08-21 - added mesh_strip_loose_faces, works in conjunction with make_edgesDaniel Dunbar
2005-08-18 - added code to draw loose edges in textured and fastshade viewsDaniel Dunbar
2005-08-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
2005-07-20 - added modifier_dependsOnTime to check if modifier needs updatingDaniel Dunbar
2005-07-18 - "Text" tfaces should only be drawn from deformed (not subdivided)Daniel Dunbar
2005-07-18 - convert draw_mesh_tfaces to use mesh_get_derived_final instead ofDaniel Dunbar
2005-07-17 - assorted fixes for drawing "Text" tfacesDaniel Dunbar