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-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Fix T100203: Freeze using `override_hierarchy_create` with Object level prope...Bastien Montagne
2022-08-12Cleanup: repeated words in stringsCampbell Barton
2022-08-04Fix T99460: Allow creation new datablocks from evaluatedSergey Sharybin
2022-07-20IDManagement: Speedup ID unique name assignment by tracking used names/basena...Aras Pranckevicius
2022-07-19Cleanup: Remove compile option for curves objectHans Goudey
2022-06-16ID Type: Sort the items alphabeticallyDalai Felinto
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-05-20LibOverride: Add option to Hierarchy Creation to get all data user-editable b...Bastien Montagne
2022-05-09Minor typo fixes in UI messages.Bastien Montagne
2022-05-02Add RNA accessor for 'extra user' ID tag,Bastien Montagne
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: make some override properties 'overridable'.Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-24Fix: Missing "Hair" to "Curves" renameHans Goudey
2022-03-08LibOverrides: Tweak to ensure no overrides can be created on linked data.Bastien Montagne
2022-02-25LibOverrides: fix handling of hierarchy root in complex cases.Bastien Montagne
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-02LibOverride: Add 'owner library' info to some liboverride code.Bastien Montagne
2022-01-27Fix T95062: Outliner Library Overrides not refreshed when removing overrides.Bastien Montagne
2022-01-25Point Cloud: expose in Python API for release, now that Cycles uses itBrecht Van Lommel
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-05Fix T94650: LibOverride: Bad handling of (auto)resync in case of single overr...Bastien Montagne
2021-10-23UI: Correct icons of File Browser Link/Append ID filter settingsJulian Eisel
2021-10-19Fix T91197: marking assets from Python may crashSybren A. Stüvel
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-09-16Cleanup: Rename `BKE_id_clear_newpoin` to `BKE_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-08-04LibOverride RNA API: add removal of properties and operations.Bastien Montagne
2021-08-04LibOverride: Add RNA API to reset/delete overrides.Bastien Montagne
2021-08-04Tweak to recent liboverride API addition: naming.Bastien Montagne
2021-08-04Override: API update_operations.Jeroen Bakker
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-03Fix missing updates in RNA override create functions.Bastien Montagne
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-05-25Fix/Refactor RNA ID preview getter creating preview data.Bastien Montagne
2021-05-20Cleanup: rename incorrectly named experimental feature flagJacques Lucke
2021-04-22Assets: Correct name of own recently added BPY functionsJulian Eisel
2021-04-20Correction to previous commit: Avoid unnecessary notifierJulian Eisel
2021-04-20Assets: Add BPY function to mark and clear assetsJulian Eisel