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
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-05-18fix [#27158] Appending crash with preview.Andrea Weikert
2011-05-18cleanup onlyCampbell Barton
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
2011-05-01Style CleanupCampbell Barton
2011-04-24fix crash [#27158] Appending crash with preview.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-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.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-08-04include cleanup, no functional changesCampbell Barton
2010-05-15Make creating and saving previews for Lamp, World, Texture, Material and Imag...Andrea Weikert
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22remove unused includesCampbell Barton
2010-03-18Sound bugfixes:Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2009-10-20Bugfixes for quit.blend + library linking, the last commit didn't solveBrecht Van Lommel
2009-09-16Object mode Selection options brought back for view3d.selectCampbell Barton
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-08-27- assigning vectors in the BGE wasn't updating the vector from the callbackCampbell Barton
2009-08-27Fix for sounds with relative paths not being loaded correctly.Joerg Mueller
2009-06-222.5: warning fixesBrecht Van Lommel
2009-04-202.5Ton Roosendaal
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-11-02Fix for two proxy + undo related crashes:Brecht Van Lommel
2008-11-01RNA / Data APIBrecht Van Lommel
2008-08-17Win64 commit: first little commit to test how it compiles on other plattforms...Daniel Genrich