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-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-07-10fix for particle lasso-select inverting the selection.Campbell Barton
2013-07-10fix [#35406] Hair puff brush bugCampbell Barton
2013-05-16Fix #35368:Brecht Van Lommel
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-08fix for various crashes from incorrect poll functions.Campbell Barton
2013-03-31style cleanupCampbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02style cleanup: also correct doc example for 'foreach_get/set'Campbell Barton
2013-01-26Revert r54058, caused crash when adding paritcles in particle edit modeSergej Reich
2013-01-24replace calloc + memcpy with recalloc.Campbell Barton
2013-01-23Fix #33896: particle add brush with radius 1 would give duplicated and NaN ha...Brecht Van Lommel
2013-01-21Avoid using python keyword as operator property nameSergey Sharybin
2013-01-20fix for possible null pointer dereference in PE_create_particle_editCampbell Barton
2012-12-21Bug fix #33647Ton Roosendaal
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-24Fix #33279: crash in particle brush cut tool when cutting hairs that go outsi...Brecht Van Lommel
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-10-05replace ED_view3d_project_short_* with ED_view3d_project_int_*, when the resu...Campbell Barton
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-10-04refactor ED_view3d_project_short & ED_view3d_project_short_noclip,Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-07code cleanupCampbell Barton
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton