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-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-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-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-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-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-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-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-03use c90 compatible static initializers.Campbell 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
2010-11-01bugfix [#24462] UV Layouts saved as PNG results in two files (one is 0 KB, ot...Campbell Barton
2010-10-30fix for own mistake with mat4_to_loc_rot_size(), flipping the scale on negati...Campbell Barton
2010-10-30change mat4_to_eulO, mat3_to_eulO to calculate 2 rotations and return the sma...Campbell Barton
2010-10-30Fix for [#24458] Problem with Axis Angle rotationJanne Karhu
2010-10-30warning/portability fixes.Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-27dont use const for matrix arg, since it needs to be cast in most cases.Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-22index for openmp loop needs to be signed int.Nathan Letwory
2010-10-22Add some missing const'sNathan Letwory