Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel created pull request blender/blender#121926 2024-05-17 21:19:59 +02:00
Extensions: Install From Disk operator handling both legacy and new
Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-17 21:15:35 +02:00
45c8f54204 Extensions: Install From Disk operator handling both legacy and new
Brecht Van Lommel created branch extensions-single-install-op in brecht/blender 2024-05-17 21:12:54 +02:00
Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-17 21:12:54 +02:00
9992ab1aa0 Extensions: Install From Disk operator handling both legacy and new
Brecht Van Lommel created pull request blender/blender#121920 2024-05-17 18:19:04 +02:00
Libraries: Support editing linked datablocks from some libraries
Brecht Van Lommel created branch lib-asset-editable in brecht/blender 2024-05-17 18:17:16 +02:00
Brecht Van Lommel pushed to lib-asset-editable at brecht/blender 2024-05-17 18:17:16 +02:00
56e6e3771a Libraries: Support editing linked datablocks from some libraries
94b0295f8a RNA: Better enforce rules about pointers between datablocks
58387a125b Refactor: Make BKE_libblock_rename support renaming linked IDs
c245444ad7 Refactor: Support library reloading without active scene pointer
5686716962 Refactor: Add function to find ID with given name and library filepath
Compare 10 commits »
Brecht Van Lommel pushed to extensions-check-time at brecht/blender 2024-05-17 16:34:37 +02:00
3c385f3236 Address minor comments
Brecht Van Lommel commented on pull request blender/blender#121888 2024-05-17 16:34:17 +02:00
Extensions: Only check for updates on startup every 24 hours

I realized maybe I need to change this to only download every 24 hours, but still always show if there are updates.

You would still expect to see the latest listing once you go to the…

Brecht Van Lommel commented on pull request blender/blender#121907 2024-05-17 16:31:36 +02:00
Fix: Non-thread safe image and metadata access in Compositor

intiializes -> initializes

Brecht Van Lommel closed pull request blender/blender#121597 2024-05-17 14:55:32 +02:00
Brush Assets: Store editable brush assets in global main again
Brecht Van Lommel commented on pull request blender/blender#121597 2024-05-17 14:55:29 +02:00
Brush Assets: Store editable brush assets in global main again

Manually merged.

Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-17 14:55:19 +02:00
256f384164 Brush Assets: Set asset weak reference from brush datablock pointer
6807fc0f11 Brush Asset: Don't link from linked to local datablocks
fe833e9dbb Brush Assets: Preserve editable assets in new blend file
de9ae85696 Brush Assets: Store editable brush assets in global main again
e2d7a08050 Refactor: Revert changes for separate main
Compare 5 commits »
Brecht Van Lommel pushed to same-main at brecht/blender 2024-05-16 20:41:52 +02:00
3dd80b5f8b Move library datablocks to new main
228c995658 Merge branch 'brush-assets-project' into same-main
7cc448d1ac Merge branch 'main' into brush-assets-project
64c4c939a9 Fix "missing scripts" being unavailable in the extensions UI
a926f5b67d Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE
Compare 70 commits »
Brecht Van Lommel commented on issue blender/blender#121876 2024-05-16 20:12:54 +02:00
Extensions: index.json error in console, accumuluation of @ files

This happened because the file got renamed. Not sure if it can happen in regular situations, but still seems like it should not keep generating @ files in case this happens.

Brecht Van Lommel commented on pull request blender/blender#121888 2024-05-16 19:39:47 +02:00
Extensions: Only check for updates on startup every 24 hours

To test conveniently:

touch -d "25 hours ago" ~/.config/blender/4.2/extensions/blender_org/.blender_ext/index.json
touch -d "23 hours ago" ~/.config/blender/4.2/extensions/blender_org/.blend…
Brecht Van Lommel created pull request blender/blender#121888 2024-05-16 19:14:50 +02:00
Extensions: Only check for updates on startup every 24 hours
Brecht Van Lommel pushed to extensions-check-time at brecht/blender 2024-05-16 19:13:52 +02:00
f5612dc422 Extensions: Only check for updates on startup every 24 hours
c6ba0e86ba Cleanup: Reduce indentation
3f07c63925 Fix #121848: Hide area status text cancelling loopcut
848bd505b4 Refactor: make evaluate_fcurve() take its FCurve as const instead of mutable
4d944c5491 Link/Append: Remove a deprecated hack to handle liboverrides.
Compare 10 commits »
Brecht Van Lommel created branch extensions-check-time in brecht/blender 2024-05-16 19:13:52 +02:00