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
2022-10-17Make sure all dependency graphs are updated on particles system copySergey Sharybin
2022-10-17Fix T101851: Duplicating a particle system crashesSergey Sharybin
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-11Fix `PSYS_GLOBAL_HAIR` stripped even if connecting the hair failsAleksi Juvani
2022-01-07Fix: connecting hair fails on meshes with no generative modifiersAleksi Juvani
2022-01-05Fix T54488: hair disconnect/reconnect not working with modifiersAleksi Juvani
2021-10-27Fix T92402: copy_particle_systems use_active fails outside thePhilipp Oeser
2021-08-24Fix T90715: Remove correct particle modifier through Python APIRobert Guetzkow
2021-07-28Fix particle system duplication duplicates all systemsPhilipp Oeser
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-24UI: Clean up "Dupli" to "Instance"Yevgeny Makarov
2020-12-11Fix T83640: No immediate updates when changing the settings of a just-Philipp Oeser
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-07-13LibOverride: add more polling checks to operators not supposed to work on ove...Bastien Montagne
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-12Particles: remove unused sel_col and nosel_col fromPhilipp Oeser
2020-02-12Fix T68788: Particle Edit Mode Hair vertex doesn't follow vertex themePhilipp Oeser
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-21Fix T72216 Copied Particles not refreshing in the viewportSybren A. Stüvel
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-09-26Cleanup: clang format for particle loop macrosPhilipp Oeser
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-30Fix (unreported) 'Duplicate Particle System' operator not ensuringPhilipp Oeser
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-31Particle: Cleanup, remove unused depsgraph argumentSergey Sharybin
2019-07-30Particle: Fix incorrect access to evaluated meshSergey Sharybin
2019-06-21Revert "Particle system: Move runtime data to runtime field"Sergey Sharybin
2019-06-13Particle system: Move runtime data to runtime fieldSergey Sharybin
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-18Fix T62700: Disconnect hair bugSergey Sharybin
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-03-06DNA: remove none particle brush & deprecated flagsCampbell Barton
2019-03-05Fix T62163: Duplicating particle system results in crashJacques Lucke