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
2009-09-26Assorted tiny UI tweaksWilliam Reynish
2009-09-26netrender: fix some bugs with job cancellation, remove credits system, add mo...Martin Poirier
2009-09-26Add directives to support multi dir lib.Guillermo S. Romero
2009-09-25Fixing up Makefiles, its not fully working but its closer...Kent Mein
2009-09-25almost all event managers stored a pointer back to the logic manager, easier ...Campbell Barton
2009-09-25removed double library entries without realizing I had the BGE disabled, thes...Campbell Barton
2009-09-25WITH_CXX_GUARDEDALLOC was broken since BL_ArmatureObject become a PyObjectCampbell Barton
2009-09-25fix for buildinfo on mac'sCampbell Barton
2009-09-25Graph Editor: F-Modifiers can now be added to multiple selected F-Curves at o...Joshua Leung
2009-09-25Graph Editor: Drawing + Selection TweaksJoshua Leung
2009-09-25modal kaymaps for view3d rotate/move/zoom removed redundant 'view' prefix fro...Campbell Barton
2009-09-25Warning fixes for ITASC. Also, use <stdlib.h> instead of <malloc.h>,Brecht Van Lommel
2009-09-25Fix OSX compilation problem with malloc.h in itascBenoit Bolsee
2009-09-25- use pythons time module rather then bpy.sys.time()Campbell Barton
2009-09-25Drivers: Copy/Paste tools for the RMB MenuJoshua Leung
2009-09-25still doesn't work but this fixes make cleanCampbell Barton
2009-09-25options WITH_LZO and WITH_LZMA for cmake and scons (default to true) pointcac...Campbell Barton
2009-09-25Shell script exit values should be non-negative.Guillermo S. Romero
2009-09-25needed for linking with cmake on unixCampbell Barton
2009-09-25Quick tweaks to commonly debated mesh-editing hotkeys:Joshua Leung
2009-09-25Bugfixes:Joshua Leung
2009-09-25missing includesCampbell Barton
2009-09-25SVN maintenance.Guillermo S. Romero
2009-09-25* some fixes to have scons/mingw compile the sources too, even with BF_DEBUG=...Nathan Letwory
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-25netrender: usage based balancer. more useful than creditsMartin Poirier
2009-09-25* explicit cast needed for mingw.Nathan Letwory
2009-09-24netrender: draft code for cluster usage per job calculations. Eventually, thi...Martin Poirier
2009-09-24* fix snprintf error with mingwNathan Letwory
2009-09-24fixed some indentation, and removedKent Mein
2009-09-24add buildinfo to cmake (no win32 support)Campbell Barton
2009-09-24imagewrap was using uninitialized vars from do_material_texCampbell Barton
2009-09-24Fix for panorama backwards compatibility not working correct.Brecht Van Lommel
2009-09-24mingw - silencing the warnings about '#pragma' warnings being unrecognised or...Joshua Leung
2009-09-24fix for [#19437] Console (Python): first run doesn't have the ">>>"Campbell Barton
2009-09-24Fix #19446: merge operator needs to be undone twice, interfaceBrecht Van Lommel
2009-09-243rd attempt to fix ssize_t problem in MSVC and mingwBenoit Bolsee
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-24Fix more problem with mingw this timeBenoit Bolsee
2009-09-24Fix compilation problem in Windows and update project filesBenoit Bolsee
2009-09-24- cmake/make/scons didnt define INTERNATIONAL when buidling blenfontCampbell Barton
2009-09-24Use Shift+F for fly-mode (like 2.4x) rather then Any+FCampbell Barton
2009-09-24brush curve - use clamped values (0-1) for everything except sculpt which can...Campbell Barton
2009-09-24netrender: load balancer fixes, cancel all jobs button and small html interfa...Martin Poirier
2009-09-24Initial sketch of file access wrappers.Guillermo S. Romero
2009-09-232 Anim Bugfixes:Joshua Leung
2009-09-23* fixes for compiling with scons/mingw when BF_DEBUG=1. Needs svn up in lib/w...Nathan Letwory
2009-09-23Some UI tweaks as listed by William Joshua Leung
2009-09-23fly mode back as a modal operator view3d.flyCampbell Barton
2009-09-23A few quick bugfixes:Joshua Leung