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
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-23Cleanup: remove redundant math callsCampbell Barton
2015-10-23BLI_math: add invert_qt_normalizedCampbell Barton
2015-10-22BLI_math: axis_angle_to_quat_singleCampbell Barton
2015-10-22Fix T46521: Python: bvh.ray_cast doesn't find a plane facing in the other dir...Sergey Sharybin
2015-10-20BLI: add new 'memory_utils' module with func checking a whole memory chunk is...Bastien Montagne
2015-10-18Fix T46531: Cannot use % in filenames.Bastien Montagne
2015-10-18BLI_task: fix bad freeing of current task_thread in case POSIX thread creatio...Bastien Montagne
2015-10-17correct own error in rectangle clampingCampbell Barton
2015-10-17Cleanup: warningsCampbell Barton
2015-10-17Cleanup: BLI_path commentsCampbell Barton
2015-10-17Cleanup: remove unused BLI_string_to_utf8Campbell Barton
2015-10-16BLI_rect: add BLI_rctf_clampCampbell Barton
2015-10-16Cleanup: redundant struct qualifiersCampbell Barton
2015-10-15Fix crash pressing +/- in file-selectorCampbell Barton
2015-10-15BLI_math: isect_ray_plane_v3 now takes 4d planeCampbell Barton
2015-10-15Error in last commitCampbell Barton
2015-10-15Error in last commitCampbell Barton
2015-10-15BLI_math: add normalize_m#_ex functionsCampbell Barton
2015-10-15Fix T45900: Allow again white spaces in file names.Bastien Montagne
2015-10-11Fix T46085: UV project modifier artifacts with vertices behind the camera.Brecht Van Lommel
2015-10-11Fix warnings and remove casts by adding copy_vx_vx_uchar() functions.Brecht Van Lommel
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
2015-10-09BLI: add SVD solver for mat3 (using eigen3).Bastien Montagne
2015-10-08Off by one error in own recent commitCampbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-10-04Fix (unreported) broken export of timecodes in SubRip VSE exporter.Bastien Montagne
2015-10-04Correct last commit, check before freeingCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-10-04BLI_Buffer: support over 2gb allocationsCampbell Barton
2015-10-04BLI_Buffer: fix BLI_buffer_resize w/ calloc flagCampbell Barton
2015-09-24Quiet warningCampbell Barton
2015-09-22Cleanup: indentationCampbell Barton
2015-09-18Use squared length where possibleCampbell Barton
2015-09-16Fix T45389 Windows thumbnails not working.Antony Riakiotakis
2015-09-13Cleanup: spellingCampbell Barton
2015-09-09Fix T46056: User Preferences-> install from File freezes Blender.Bastien Montagne
2015-09-07Fix beautiful textbook case of string overflow in `BLI_testextensie_glob`...Bastien Montagne
2015-09-05Math Lib: isect_plane_*_v3 avoid negationCampbell Barton
2015-09-05Math Lib: simplify isect_plane_plane_v3Campbell Barton
2015-09-04Fix for isect_tri_tri_epsilon_v3 w/ small facesCampbell Barton
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-09-04Math Lib: avoid sqrt w/ triangle intersectionCampbell Barton
2015-09-04Correct own error in line_point_factorCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-09-03Small tri intersect fails when not normalizedCampbell Barton
2015-08-31Revert fix for T45849 (part 2, tsk!)Campbell Barton