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-11-18Correct recent commitCampbell Barton
2015-11-18KDTree: add BLI_kdtree_range_search_cbCampbell Barton
2015-11-18Cleanup: kdtree: use sq suffix for squared distCampbell Barton
2015-11-18KDTree: store node references as ints (were pointers)Campbell Barton
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Correct error in own matrix normalize commitCampbell Barton
2015-11-06Fix T46696: Voxel crash indexing over INT_MAXCampbell Barton
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-02Better fix for pthread ID comparison crap on windows.Bastien Montagne
2015-11-02Attempt to fix win32 compilation after own recent commits.Bastien Montagne
2015-11-02BLI_task: add support for full-background taskpools.Bastien Montagne
2015-11-02BLI_task: add freedata callback to tasks.Bastien Montagne
2015-11-02BLI_task: Fix/enhance logic of exiting worker threads.Bastien Montagne
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, picky type warningsCampbell Barton
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