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
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-04Fix T60132: Convert hair particles to meshSergey Sharybin
2018-12-21Fix T57907: Crash with hair when switching between object and edit modeSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-01Fix more cases of evaluated mesh being built for non-COW objects.Alexander Gavrilov
2018-11-16Fix T57477: Switching between edit mode, and particle edit mode crashesSergey Sharybin
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-08-29Merge branch 'master' into blender2.8Campbell Barton
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-08-14Cleanup: missed const change in recent mergeCampbell Barton
2018-08-14Merge branch 'master' into blender2.8Campbell Barton
2018-08-14Cleanup: use boolean argumentCampbell Barton
2018-08-14Merge branch 'master' into blender2.8Campbell Barton
2018-08-14Cleanup: use braces w/ particle loop macrosCampbell Barton
2018-08-14Merge branch 'master' into blender2.8Campbell Barton
2018-08-14Cleanup: styleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-05Cleanup: Undefined function declarationsSergey Sharybin
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28Cleanup: Nuke DM out of particle edit code.Bastien Montagne
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-21Cleanup: get rid of dual DM/Mesh versions of mirror topology code.Bastien Montagne
2018-06-20Cleanup: get rid of last BLI_frand usage.Bastien Montagne
2018-06-19Particles: Support changing modifiers during particle edit modeSergey Sharybin
2018-06-18Avoid assert on startupCampbell Barton
2018-06-18Particle: Add missing field initializaitonSergey Sharybin
2018-06-15Hair editing: Use original object's particles for drawingSergey Sharybin
2018-06-15Hair editing: Multi-thread various partsSergey Sharybin
2018-06-15Hair editing: Only tag Copy-on-Write when children are enabledSergey Sharybin
2018-06-13Merge branch 'master' into blender2.8Campbell Barton
2018-06-13WM: check release event for particle edit modeCampbell Barton
2018-06-13Cleanup: unused varCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-07Particle edit: Simplify code by benefiting from single edit contextSergey Sharybin
2018-06-06Fix crash when file is saved in particle edit modeSergey Sharybin