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-27Followup fix for T43394: Reconnect feature was using identity matrix forLukas Tönne
2015-01-26Fix T43394: hair remapping needs to handle "global" hair correctly.Lukas Tönne
2015-01-20Cleanup: warningsCampbell Barton
2015-01-20Second variant of the copy-to-select operator for particles to onlyLukas Tönne
2015-01-20Make removal of existing particle systems on copying optional.Lukas Tönne
2015-01-20Added space selection option to the particle system copy operator.Lukas Tönne
2015-01-20Removed debugging code.Lukas Tönne
2015-01-20Fix for particle system copy: This has to make sure the ORIGSPACE dataLukas Tönne
2015-01-20Changed the workflow for the particle system copy operator to the commonLukas Tönne
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
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-10-08Select Random in Particle Edit Mode, by jezvLukas Tönne
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-19Fix T41865: Fluid bake not possible in windows using a python script from the...Sergey Sharybin
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
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-06-17Fix T40638: Crash in Particle System, Connect HairSergey Sharybin
2014-06-01Fix T40447: Creating Rigid Bodies is rejected for meshes without polys.Lukas Tönne
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-30Code cleanup: remove unused headerCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-23Code cleanup: style and use switch () for (un)packCampbell 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-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-15Fix T38233: Right click in Particle Edit mode closes applicationSergey Sharybin
2014-01-08Fix T38112: Rigid Body can't be created for objects with linked meshSergej Reich
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
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