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-19* Verse username for blender avatar can be set in userprefs (System&OpenGL). ...Nathan Letwory
2006-10-18-> Triangle to Quad bugfixGeoffrey Bantle
2006-10-18Patch 5105 by Joshua Leung (Aligorith), slightly modified by meNathan Letwory
2006-10-18-> Improved Triangle to Quad conversionGeoffrey Bantle
2006-10-18made a nice new softbody II panel on UI to keep things usable (logic wise)Jens Ole Wund
2006-10-16* fix totblock error when quiting blender with sessions openNathan Letwory
2006-10-16 - I forgot one ifdef in last commit, I'm sorryJiri Hnidek
2006-10-16Bugfix #5090Ton Roosendaal
2006-10-15a Malifico request, Blender.Library now supports loading relative libraries.Campbell Barton
2006-10-15Another shadowbuffer goodie: the "Halfway trick"Ton Roosendaal
2006-10-15added shadAlpha access to materials in pythonCampbell Barton
2006-10-15=translate hoek to angle=Tom Musgrove
2006-10-14softbodies againJens Ole Wund
2006-10-14Irregular shadow bug: mixing up zmin and zmax in optimize caused largerTon Roosendaal
2006-10-14Missing initialization of 'shadow alpha' in new materials. Caused by notTon Roosendaal
2006-10-14New shadow feature: Irregular Shadow BuffersTon Roosendaal
2006-10-14softbody updateJens Ole Wund
2006-10-13 - added dark-green circle behind subscribed verse nodeJiri Hnidek
2006-10-13mesh/animation exporters didnt work when there were no 3d views open, because...Campbell Barton
2006-10-13add some #ifdefs around verse-related codeNathan Letwory
2006-10-13Master Server listNathan Letwory
2006-10-13Move variable declaration to top of function.Ken Hughes
2006-10-12fix for [ #4868 ] script window "save as" uses blend path instead of script p...Campbell Barton
2006-10-12seperate objects unset the objects OB_FROMGROUP flagCampbell Barton
2006-10-12added some tooltips and hotkeys to tooltips that were missing them.Campbell Barton
2006-10-12On Matt's suggestion moved "Make Link->Groups" to the add groups menu as "Add...Campbell Barton
2006-10-12Add Verse master-server functionalityNathan Letwory
2006-10-12Bugfix #4843Ton Roosendaal
2006-10-12* Added a new empty draw type - single arrow. This can be useful in situationsMatt Ebb
2006-10-12renamedCampbell Barton
2006-10-12* Clicking on a constraint in the outliner now shows object buttonsMatt Ebb
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