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-02-03Possible NULL de-reference on fullsceen checkCampbell Barton
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-20New operator for copying (hair) particle systems from one object toLukas Tönne
2015-01-20Pampering the stupid MSVC compiler again, it fails to build valid C code.Lukas Tönne
2015-01-20Fix for warnings/errorsLukas Tönne
2015-01-20Removed unused line.Lukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2014-10-08Select Random in Particle Edit Mode, by jezvLukas Tönne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-07-02Fix T40815: Particle birth times not initialized correctly.Lukas Tönne
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-27Fix T38928 Particle add brush would generate trash on meshes with use_modifie...Antony Riakiotakis
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-12Fix for particle edit mode using wrong pixel distances.Lukas Tönne
2014-03-11View3d: take pixelsize into account for selection distanceCampbell Barton
2014-03-01Fix for memory leak in particle brushCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Fix T35247: Particle texture behaves incorrectly after changing the number of...Sergey Sharybin
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-01-15Fix T38233: Right click in Particle Edit mode closes applicationSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-30Fix #36853, Undo not working for Particles Hair - Free Edit.Lukas Toenne
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