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-03-24Initial commit. Not in build system so shouldn't interfere with anything at ...Robert Holcomb
2007-03-24Fix gcc warnings (assignment makes integer from pointer without a cast).Ken Hughes
2007-03-24Bugfix #6413: Select all (bones) doesn't work with keyed armatureJoshua Leung
2007-03-24== Copy Location Constraint ==Joshua Leung
2007-03-24Removed some more debug prints (regarding camera angle/lens stuff)Joshua Leung
2007-03-24Commented out debug-print in Ton's commit from yesterday (camera angle)Joshua Leung
2007-03-24Patch #6408: Small bugfix in action editor when use ctrl+zJoshua Leung
2007-03-23patch 5341 by JuhoTon Roosendaal
2007-03-23== Interface == Matt Ebb
2007-03-23Bugfix #6389:Joshua Leung
2007-03-22Added "Pack Charts" function in the UV editor, using Campbell's new boxBrecht Van Lommel
2007-03-22added stdlib.h header, comments and all lines < 80 chars.Campbell Barton
2007-03-22* Added a slot for scripts to appear in the Render menu. The script category ...Matt Ebb
2007-03-21Small feature for Referenced Library debugging:Ton Roosendaal
2007-03-21missing x/y setting for the first boxCampbell Barton
2007-03-21moved the boxpacker from PyAPI's Geometry to BLI_boxpack2dCampbell Barton
2007-03-21fix compiler warning: implicit declaration of oldLibrary_Init()Stephen Swaney
2007-03-21replaced face sort by Z with randomize (Ctrl+F menu)Campbell Barton
2007-03-21== Multires ==Nicholas Bishop
2007-03-21Python APIKen Hughes
2007-03-21Python APIKen Hughes
2007-03-20Python APIKen Hughes
2007-03-20added a null check for give_matarar with make_local, was crashing with some dataCampbell Barton
2007-03-20The function to get a Material didn't correctly check for object types.Ton Roosendaal
2007-03-20Stupid little fix, var == "str" bad.... !strcmp(var, "str") good...Kent Mein
2007-03-20BoxPack2D example in epydocs, small cleanup on Geometry.cCampbell Barton
2007-03-20NLA:Joshua Leung
2007-03-20== Action Editor - Collapsable Action Channels ==Joshua Leung
2007-03-20Geometry.c - rewrote my python box-packer algo in C,Campbell Barton
2007-03-20Minor modification of foreground processing code in the defocus node.Alfredo de Greef
2007-03-19==== blenlib ====Andrea Weikert
2007-03-19Patch #3126Ton Roosendaal
2007-03-19Patch #6123m by Leandro InocencioTon Roosendaal
2007-03-19Preview Range Bugfix:Joshua Leung
2007-03-19Patch by Juho V,Ton Roosendaal
2007-03-19== Preview Range ==Joshua Leung
2007-03-19Fixing a few more gcc warnings by adding pointer casts.Ken Hughes
2007-03-19addad e new macro - BASE_SELECTABLE for checking if an object is selectable (...Campbell Barton
2007-03-19added mesh skin to the face key menu and added a python slot here.Campbell Barton
2007-03-19[ #4227 ] Determine the "real" current filename via PythonCampbell Barton
2007-03-18=== View Orbit Around Active ===Martin Poirier
2007-03-18=== Constraints ===Martin Poirier
2007-03-18== Edgesplit modifier speed improvements ==Ben Batt
2007-03-18== Mirror modifier upgrade ==Ben Batt
2007-03-18== Array modifier upgrade ==Ben Batt
2007-03-18== Action Editor ==Joshua Leung
2007-03-18added bpy.config, more configuration options still need adding.Campbell Barton
2007-03-18== Recently-Opened Files List (Patch #5708) ==Joshua Leung
2007-03-17== Sculpt Mode ==Nicholas Bishop
2007-03-17source/blender/src/buttons_editing.c:Ken Hughes