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
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix [#24586] Report mode of console does not show proper cariage returns.Campbell Barton
2010-12-03fix crash when report timer was set but no usable error reports were found.Campbell Barton
2010-11-29bugfix [#24969] Python Console bug: inserting a large text leads to strange c...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27console text underscore would draw outside the view for larger font sizes.Campbell Barton
2010-11-26fix building blenderplayer and a divide by zero bug with the console view.Campbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-24Bugfix #24847Ton Roosendaal
2010-11-22find filepaths operator had blend file and search path swapped.Campbell Barton
2010-11-11SVN maintenance.Guillermo S. Romero
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-11SVN maintenance.Guillermo S. Romero
2010-11-11make console wrapped text drawing into its own function in preparation to mov...Campbell Barton
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-05remove cruft from cmake files, more to goCampbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-04-06Fix [#21516] UI artifacts in array modifierMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-03Make object stat consistent with the rest of counters (selected-total).Guillermo S. Romero
2010-02-15Inline tooltips and descriptions of export/importDaniel Salazar
2010-02-12correct fsf addressCampbell Barton
2010-02-10Fix for [#21082] UI not updated immediately for Graphical cursor and change o...Thomas Dinges
2010-02-01Renamed the FILE_OPEN option for the file browser to FILE_OPENFILE to cleanup...Joshua Leung