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
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-15misc editsCampbell Barton
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-05-27split BLO_library_append_named_part into 2 function, one that adds objects in...Campbell Barton
2011-05-24BLO_library_append_named_part now returns the newly linked/appended datablock.Campbell Barton
2011-05-18fix [#27158] Appending crash with preview.Andrea Weikert
2011-05-18cleanup onlyCampbell Barton
2011-04-24fix crash [#27158] Appending crash with preview.Campbell Barton
2011-03-13py/library api: raise an error if a requested member isn't found.Campbell Barton
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-02-27doxygen: blender/blenloader tagged.Nathan Letwory
2011-02-18Bring blenloader module under data group. Rename the group to look a bit more...Nathan Letwory
2011-02-08minor edits, no functional changes.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-08-28Committing patch [#23278] (by me)Mitchell Stokes
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-03-20warning fixCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-10-20Auto SaveBrecht Van Lommel
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-09-122.5 filebrowserAndrea Weikert
2009-01-062.5 - Start of filebrowser.Andrea Weikert
2008-12-292.5: Error reportingBrecht Van Lommel
2008-12-192.5: blenloader/ cleaning:Brecht Van Lommel
2008-12-192.5: Change blenloader module to use the Report system for reporting errors.Brecht Van Lommel
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-09-11Bugfix: saved game engine runtimes failed to load library .blendBrecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-20Python APIKen Hughes
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2007-12-24Part 4 of the event refactor branch: all changes in existing files,Ton Roosendaal
2007-09-02== imagebrowser ==Andrea Weikert
2007-03-21Python APIKen Hughes
2006-10-05added the option to Blender.Library to 'link' data for maleficoCampbell Barton
2006-01-05Orange: Ack! Yesterday's commit to cleanup relative paths forgot toTon Roosendaal
2004-09-05Second itteration of global undo system. Now based on:Ton Roosendaal
2004-04-25BPython:Willian Padovani Germano