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
path: root/source
AgeCommit message (Expand)Author
2006-10-12* A new bfont.ttf.c, used for the default international interface font.Matt Ebb
2006-10-12softbodiesJens Ole Wund
2006-10-11BPyRender sets renderlayers right nowCampbell Barton
2006-10-11Added global delete, triggered with Shift+Del, this removes the object from a...Campbell Barton
2006-10-11Setting new objects scenes layers is & (1<<21)-1Campbell Barton
2006-10-11* Allow Shift O proportional hotkey to cycle to random mode in 3D view,Matt Ebb
2006-10-11some tiny changes to the softbody systemJens Ole Wund
2006-10-10 - blender should work corretly with new verse gimp plugin nowJiri Hnidek
2006-10-10changed python scn.Layers get/set to mask off bits other then (1<<20)-1Campbell Barton
2006-10-10Mistake in recent schange to scn.objects.new() crashed Blender. fixed and als...Campbell Barton
2006-10-09changed select grouped hooks functionality- just select the hooks that use th...Campbell Barton
2006-10-09malefico's request when working with many hook objects-Campbell Barton
2006-10-09Lattice.c was looping through all lattice data to check that it wasnt removed.Campbell Barton
2006-10-09BPyRender.imageFromObjectsOrtho's now sets all layers visible,Campbell Barton
2006-10-08removed unusued vars from Geometry.cCampbell Barton
2006-10-07removed some unused vars from Curve and matrixCampbell Barton
2006-10-07Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-10-06removing self collision for curvesJens Ole Wund
2006-10-05bug fixJens Ole Wund
2006-10-05Python APICampbell Barton
2006-10-05added the option to Blender.Library to 'link' data for maleficoCampbell Barton
2006-10-05softbody self collisionJens Ole Wund
2006-10-04mesh.transform() was applying the inverted 4x4 matrix to the normals, without...Campbell Barton
2006-10-03moved vector objects to getseters,Campbell Barton
2006-10-03-bug fixJens Ole Wund
2006-10-03Mathutils.Vector speedupCampbell Barton
2006-10-03* Previous backwards compat commit to reset curve radius values to 1.0 on oldMatt Ebb
2006-10-02softbody panel cosmeticsJens Ole Wund
2006-10-02- fix for relative path: BLI_strncpy needs to be passed len+1 !Andrea Weikert
2006-10-02softbodiesJens Ole Wund
2006-10-01Patch: [ #5036 ] IPO Curve Mirroring by Joshua Leung (aligorith)Martin Poirier
2006-10-01Patch: [ #5046 ] IPO Editor -> Axis Locking for Transform by Joshua Leung (al...Martin Poirier
2006-10-01As discussed during meeting, Changed curve length/tilt markers to indicate di...Martin Poirier
2006-10-01==Mat4ToEul==Tom Musgrove
2006-10-01==kkey action column select update==Tom Musgrove
2006-10-01Added missing check for 'WITH_BF_INTERNATIONAL'. This fixes loading truetype...Simon Clitherow
2006-10-01Fix for bug #5044: random crashes when rendering.Brecht Van Lommel
2006-09-303rd attempt to commit, metaball fixes and small vector optimizationCampbell Barton
2006-09-29new softbody feature:Jens Ole Wund
2006-09-28-> Sanity Check for Selection HistoryGeoffrey Bantle
2006-09-28-> Enter/Exit editmode wait cursor flagsGeoffrey Bantle
2006-09-28-> Add/Delete Scene fixGeoffrey Bantle
2006-09-27Bugfix for a recent commit: live unwrapping behaved badly becauseBrecht Van Lommel
2006-09-27made fgon edges not draw lengths with length draw optionCampbell Barton
2006-09-27Adding MDD import and export from patch 4969 with modifications, (import and ...Campbell Barton
2006-09-27fix for homegrown bug in softbody rigidityJens Ole Wund
2006-09-27-> Misspelled tooltip for 'Enable Script Links'Geoffrey Bantle
2006-09-26Rigidity only for meshesJens Ole Wund
2006-09-26New softbody option: adjustable rigidity.Jens Ole Wund