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
2017-05-08Fix T51379: Entering particle edit crash (temporary)Luca Rood
2017-04-11Renaming: sl > scene_layerDalai Felinto
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05GPU_immediate_util: missed last commitCampbell Barton
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-02Remove all instance of OBACT from particle_edit.c and related changesDalai Felinto
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-14Immediate Mode: particle_edit.cDalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-12Removed particle operators from editors/physics/.Lukas Tönne
2016-03-28Fix T47969: Select Random always uses same seedCampbell Barton
2016-01-17Cleanup: spellingCampbell Barton
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-15Cleanup: math lib namingCampbell Barton
2015-10-10Random Select Seed OptionCampbell Barton
2015-07-27Don't allocate MFace's by defaultCampbell Barton
2015-07-25Cleanup: warnings, styleCampbell Barton
2015-07-23Use looptri for smoke collisions & particle editCampbell Barton
2015-07-21Cleanup: styleCampbell Barton
2015-06-05Fix T44960: Crash with 'Shape Cut' in edit hair mode.Bastien Montagne
2015-04-20Cleanup: use ED_view3d_backbuf_* prefixCampbell Barton
2015-04-20Cleanup: use macro for common view3d zbuf checkCampbell Barton
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
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