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
2011-05-01Style CleanupCampbell Barton
2011-04-25fix for a crash with the following steps.Campbell Barton
2011-04-24fix crash [#27158] Appending crash with preview.Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-23fix [#26591] File browser: select multiple files for Library append/link brokenAndrea Weikert
2011-03-21fix for use of un-initialized pointers in file_sfile_to_operator(...) & remov...Campbell Barton
2011-03-20== file browser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-14== filebrowser ==Andrea Weikert
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-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-01-30And here's a decent fix for correctly recognizing the theTon Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-04Fixed memory leak in thumbnail_joblist_free: last image in loadimages weren'tSergey Sharybin
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-03minor cleanup, minimal functional change.Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-20Fix #22895: file browser now also filters .mts .m2v .m2t .avs as movies.Brecht Van Lommel
2010-07-14bugfix [#22840] Folders with ".blend" on the end are processed like .blend filesCampbell Barton
2010-07-04Fix #21062 and #22175: crash with node previews being calculated whileBrecht Van Lommel
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-05-25blend file thumbnailingCampbell Barton
2010-05-14== filebrowser ==Andrea Weikert
2010-05-14Disable thumbnail generation when the thumbnail view is not enabled,Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-04-29[#22133] File Browser Mismatches File Name and ThumbnailAndrea Weikert
2010-04-25correct typo'sCampbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-18Added RAW-DV-files (.dv) to filelist, so that drag-n-dropPeter Schlaile
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-30Fix a few warning in editors/ module.Brecht Van Lommel
2010-03-29Fix [#21083] Collada exporter defaults to ".blend" extension...Matt Ebb