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
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-28fix for out of bounds read in BLI_path_relCampbell Barton
2013-06-27- remove edge collapse loop operator (now replaced by dissolve).Campbell Barton
2013-06-26remove unused callbackCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-24remove own optimization in scanfill, in rare cases it caused problems, report...Campbell Barton
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-23Make edgehash and ghash use the same limit for expanding buckets, r26206 chan...Campbell Barton
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-06-23build fix for old gccs (after rev.57620)Dalai Felinto
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-20reduce sign comparisons for ghash and add more strict warnings for gcc.Campbell Barton
2013-06-20move sort from vert/edge/face into mesh menu only (sorting isn't such a commo...Campbell Barton
2013-06-19correct for own regressions when refactoring select-path, was using heap popm...Campbell Barton
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.Campbell Barton
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-06-10code cleanup: use boolean for intersection functions.Campbell Barton
2013-06-07text rendering: shadow offset was causing text to clip, now check for clippin...Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-03add asserts when scanfilling or triangulating with zero length normal.Campbell Barton
2013-05-30remove null checks for list functions, all hard asserts so we would have noti...Campbell Barton
2013-05-30UI: support 3 digit hex colors like HTML, e.g. #123 becomes #112233.Brecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28reorder includes for winCampbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-05-19style cleanupCampbell Barton
2013-05-19code cleanup: simplify fast_ray_nearest_hit()Campbell Barton
2013-05-14style cleanupCampbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-12Fix #35319: python 2x2 matrix inverse and adjugate were wrong.Brecht Van Lommel
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-11utility functions to reverse and rotate linklists.Campbell Barton
2013-05-10Fix #35270: files with numbers higher than 2147483648 or with different numbersBrecht Van Lommel
2013-05-10use unsigned ints for edgehashCampbell Barton
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08warn of sign conversions for low level apis - ghash, heap, mempoolCampbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-05-08use unsigned int's for smallhash, avoids using ABS when converting anCampbell Barton
2013-05-06fix for cursor jumping error stepping backwards where the the first character...Campbell Barton
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-05-03knife sort_by_frac_along was re-calculating the reference factor for every te...Campbell Barton