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
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-18Increase maximum allowed amount of points for Splines in both U and V directionsSimon Repp
2014-01-13Code cleanup: no need to check display list elements in texture space matchSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-02Fix T37056: Making segment flips curves it's not neededSergey Sharybin
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-13Curve Handle Recalculate (Ctrl+N)Campbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Fix build warning in release mode with clang.Brecht Van Lommel
2013-11-24Code Cleanup: use math functions and reduce View3d axis drawing into a loopCampbell Barton
2013-11-06Made active point and active spline behaviour more predictable on curves/surf...Kevin Mackay
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-23style cleanupCampbell Barton
2013-10-17Patch [#37115] Surface split and separate operatorsKevin Mackay
2013-09-16move editcurve add functions into their own source file editcurve_add.cCampbell Barton
2013-09-15- update bl_run_operators.py for change in blender.Campbell Barton
2013-08-29edits to curve operatorCampbell Barton
2013-08-29code cleanup: curves, replace magic numbers for enums.Campbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-07-24curve only supported radius smoothing, add smooth for tilt and weight.Campbell Barton
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-10patch [#36078] Fixes joining behavior for curves and armatures (when active o...Campbell Barton
2013-07-08Fix #36042: Subdividing a cyclic spline shifts start/end pointsSergey Sharybin
2013-06-27fix for old bug, select more in a nurbs surface would crash (under allocing).Campbell Barton
2013-06-10fix [#35669] Snap curvepoints dont work correct when another object is selectedCampbell Barton
2013-05-27Fix #35504: Blender crashes on separating curves with different Evaluation Ti...Sergey Sharybin
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-20add option to convert grease pencil into poly line directly.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton