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-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
2005-07-17 - convert mesh_modifier to return deformed verts instead ofDaniel Dunbar
2005-07-17 - converted draw_tfaces3d and bbs_mesh_solid to useDaniel Dunbar
2005-07-063D view orbit option: Around ActiveMartin Poirier
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-29 - added drawFacesTex function to DerivedMesh with implementationsDaniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-09big warning hunt commitJean-Luc Peurière
2004-12-27Biiig commit! Thanks to 2-3 weeks of cvs freeze...Ton Roosendaal
2004-12-13Reset backface culling. (Fix bug #1960)Kester Maddock
2004-12-06Bugfix/feat request... in textured view mode the Build Effect didnt show.Ton Roosendaal
2004-12-04Bug #1957Ton Roosendaal
2004-12-02Reported on IRC, Wavez:Ton Roosendaal
2004-11-27- draw compatibility with engine; without lights texture-less objectsTon Roosendaal
2004-11-26Small tweaks to make 3d drawing a tad more interactive, and; somethingTon Roosendaal
2004-09-27- improvement for edge/face selectTon Roosendaal
2004-09-25Two nice workflow improvements;Ton Roosendaal
2004-07-25BPython:Willian Padovani Germano