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-11-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-13Convert many more uses of MVertHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-03-25Cleanup: rename ParticleSettings.child_nbr => child_percentCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-02-03Cleanup: Use utility function to access original modifier in RNASergey Sharybin
2022-01-03Allow overrides for cloth, collision and force field properties.Alexander Gavrilov
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-21Fix some RNA physics accessors creating data.Bastien Montagne
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-02-26Cleanup: Clang FormatAaron Carlisle
2021-02-24UI: Clean up "Dupli" to "Instance"Yevgeny Makarov
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-01-29Fix T84588: Set parameter as required for uv_on_emitterRobert Guetzkow
2021-01-22Fix (unreported) LibOverride: hair cache settings not working.Bastien Montagne
2021-01-13Cleanup: clang-format, trailing spaceCampbell Barton
2021-01-12Fix T84588: Cache access in rna_Particle_uv_on_emitterRobert Guetzkow
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-18UI: Don't use abbreviations in label textYevgeny Makarov
2020-12-11UI: Consistent Range DescriptionsYevgeny Makarov
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-09Fix T82242: creating particle influence textures does not set up DEGPhilipp Oeser
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-09Fix broken compilation after adding particles DNA defaults.Bastien Montagne
2020-09-11Particles: Allow python to write hair keysSergey Sharybin
2020-09-10Fix particle "Mass" option not showing enough precision (appears broken)Julian Eisel
2020-09-10Fix particle "Loop Count" number button left/right arrows doing nothingJulian Eisel