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-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06print_m3/m4 didnt use const char *, which gave an errror with passing strings...Campbell Barton
2011-01-06bugfix [#25498] Projection paint clone tool leaves seamsCampbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton
2010-12-31Silence more compiler warnings.Guillermo S. Romero
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-19bugfix [#25290] Align on text gives a tracebackCampbell Barton
2010-12-16SVN maintenance.Guillermo S. Romero
2010-12-12isect_seg_seg_v2_point was modifying the value of line vectors passed.Campbell Barton
2010-12-12New math util funcitons:Sergey Sharybin
2010-12-08use prints rather then asserts when normalized quats are expected.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-03Const conflict in PIL_dynlib_find_symbolTon Roosendaal
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 for some pedantic warnings.Campbell Barton
2010-11-29Description of BLI_strncpy() and BLI_strdupcat() were mixed up.Ton Roosendaal
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-25bugfix [#24907] bone roll z up broken and python script showing correct metho...Campbell Barton
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-16fix for creating movie paths with non utf8 names.Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-15Bugfix, reported in IRCTon Roosendaal
2010-11-12take delta's into account when applying the objects matrix (dloc, drot, dsize).Campbell Barton
2010-11-12Fix compile problems for msvc.Nathan Letwory
2010-11-11System console toggling for MinGWSergey Sharybin
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-11-07remove BLI_bfile, has been in blenders source for quite some time but remains...Campbell Barton
2010-11-07- avoid loop within loop for unique naming function (even though it wasnt lik...Campbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-04Global definition of _LARGEFILE_SOURCE, _FILE_OFFSET_BITS and _LARGEFILE64_SO...Sergey Sharybin
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton