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-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-06-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton
2022-06-10RNA path: add util to find the char in an RNA path where the array indexing s...Bastien Montagne
2022-05-30Cleanup/simplify BKE_fcurve_find_by_rna_context_ui code.Bastien Montagne
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-26Cleanup: formatCampbell Barton
2022-05-25Cleanup: Further tweaks to RNA path API const'ness of PointerRNA parameter.Bastien Montagne
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-22Cleanup: Deduplicate logic in `RNA_property_editable` & co.Bastien Montagne
2022-02-15RNA: add RNA_collection_is_empty & RNA_property_collection_is_emptyCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-02-02Docs: add doc-string for RNA_property_is_set_ex use_ghost argumentCampbell Barton
2022-02-02Compositor: Combine and Separate XYZ NodeAaron Carlisle
2022-01-17Alembic: add support for reading override layersKévin Dietrich
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12Compositor: Add Scene Time Node, Rename Time nodeNathan Rozendaal
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-10Compositing Convert color space nodeJeroen Bakker
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-09-30Nodes: Add Float Curve for GN and Shader nodes.Charlie Jolly
2021-09-15GPencil: Dot dash modifier.YimingWu
2021-09-06Cleanup: comment unused functionsCampbell Barton
2021-09-05Compositor: New Posterize NodeAaron Carlisle
2021-09-03Fix T87768: `.path_resolve` fails when requested property is None.Campbell Barton
2021-08-31Fix logical error resolving RNA pathsCampbell Barton
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-07-15Assets: AssetHandle type as temporary design to reference assetsJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-19Spreadsheet Editor: Row FiltersHans Goudey
2021-05-20GPencil: Adding length modifier.YimingWu
2021-05-17UI: add non-linear slider supportHenrik Dick
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-12LibOverride: Add a new operation to Outliner to enforce resync of hierarchies.Bastien Montagne