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
2005-11-19* Corrected the lamp outer dotted circle drawing - the dotted outer circleMatt Ebb
2005-11-19Finally switched to porting UI stuff from tuhopuu!Ton Roosendaal
2005-11-11* Fixed an old, old, old problem where the top camera arrowsMatt Ebb
2005-11-10- Static particles now draw shaded too!Ton Roosendaal
2005-11-10The long awaited Particle patch from Janne KarhuTon Roosendaal
2005-10-28Tweaks to the camera visualisation:Matt Ebb
2005-10-27Camera visualisation changes and features (from tuho)Matt Ebb
2005-10-26fix access of pointer before its assignedKen Hughes
2005-10-25Bugfix #3232Ton Roosendaal
2005-10-20Bugfix; using weightpaint changed the default lighting setup (specular).Ton Roosendaal
2005-10-03New! Edit mode curve now draws solid extrusions, bevelcurves and tapers.Ton Roosendaal
2005-09-28Recommitted this commit yesterday, was apparently done in the wrongTon Roosendaal
2005-09-26Cleanup and new features for vertex keys.Ton Roosendaal
2005-09-24Made sure in vpaint, wpaint and tpaint the "draw extra wire" shows identicalTon Roosendaal
2005-09-24Made WeightPaint use shaded mode. This thanks to the preparations as doneTon Roosendaal
2005-09-23Bugfix #2746Ton Roosendaal
2005-09-22More properly coded version for adding edges... now only do_versions()Ton Roosendaal
2005-08-24 - add option to drawMappedFaces to draw with colors (from tface or mcol)Daniel Dunbar
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-20New feature; User definable Clipping Planes.Ton Roosendaal
2005-08-20 - possible fix #2 for editmode face's draw blackDaniel Dunbar
2005-08-20 - made make_edge mark edges with LOOSEEDGE appropriatelyDaniel Dunbar
2005-08-20 - bug fix, apply modifier removed modifier even on certainDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-20More armature stuff;Ton Roosendaal
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-08-17 - bug fix, draw wire extra should use cage with vpaint/wpaint/tpaintDaniel Dunbar
2005-08-15 - readded DL_VERTS type to store lattice deformed vertsDaniel Dunbar
2005-08-15 - added view3d_get_object_project_mat function, returns mat to projectDaniel Dunbar
2005-08-14 - cleaned up edge drawing a tad, there were issues with mesh'sDaniel Dunbar
2005-08-14 - added hook "cursor center" feature (sets hook center to cursor position),Daniel Dunbar
2005-08-14 - added make_orco_curf, even does keys!Daniel Dunbar
2005-08-11 - added eModifierTypeFlag_RequiresOriginalData for modifiers thatDaniel Dunbar
2005-08-09Big commit, had to rework lots of selection stuff so that thingsDaniel Dunbar
2005-08-08 - added VecLerpf to blenlibDaniel Dunbar
2005-08-07 - add allowShared argument to DerivedMesh.convertToDispListMesh to allow ret...Daniel Dunbar
2005-08-07 - added editmhes_get_derived_base, used when a mesh with multiple usersDaniel Dunbar
2005-08-03 - removed BLO_findstruct_offset (obsolete)Daniel Dunbar
2005-07-26 - added wave modifier & removed old wave effectDaniel Dunbar
2005-07-23 - added ModifierData flag, is modifier enabled in editmodeDaniel Dunbar
2005-07-23Killed silly modal PoseMode mode! :)Ton Roosendaal
2005-07-23 - added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EMDaniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-17 - switch shadeDispList to always using DispListMesh fromDaniel 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-17 - added DirectMesh.getVert{Co,No} functionsDaniel Dunbar