Julian Eisel JulianEisel
  • Amsterdam
  • Asset system (development lead), UI (developer & module coordindator), VR (initial development).

  • Joined on 2013-12-12
Julian Eisel created pull request blender/blender-developer-docs#68 2024-07-16 19:12:23 +02:00
Move Clog documentation from source to developer handbook
Julian Eisel pushed to temp-clog at JulianEisel/blender-developer-docs 2024-07-16 19:11:53 +02:00
98ce31bfaa Move Clog documentation from source to developer handbook
6c7bcf8fb2 Update docs/features/extensions/index.md
694276376d Cycles: Add recommendation to ensure intel-level-zero-gpu-raytracing package is installed
fe02124328 Update docs/features/eevee/modules/film.md
be9ffe6151 Release Notes: Update pages for final 4.2.
Compare 10 commits »
Julian Eisel created branch temp-clog in JulianEisel/blender-developer-docs 2024-07-16 19:11:53 +02:00
Julian Eisel commented on pull request blender/blender#122500 2024-07-16 17:31:44 +02:00
WIP: Action+Slot selector in Properties panels

Was asked to give feedback on the special handling done here, like:

if (itemptr.type == &RNA_ActionSlot) {
    PropertyRNA *prop = RNA_struct_find_property(&itemptr, "name_display");
 
c534669787 Merge branch 'main' into temp-gpencil-primitive-tools-brush-assets
31aa0f9a5d Cleanup: replace GHash with Map for determining library indices
ce9becae4c Fix: VSE thumbnails broken due to recent retiming draw changes
ba4b15c712 Fix: Layered Action - deleting keys not working without keyingset
cf2dcc792c Anim: change DNA name channelbags_array to singular channelbag_array
Compare 149 commits »
Julian Eisel commented on issue blender/blender#123775 2024-07-16 14:54:21 +02:00
In a (completely) new Scene, vertexpaint / weightpaint Draw Tool is set to the Add brush

This doesn't seem to be an issue anymore with the brush assets changes?

Julian Eisel pushed to main at JulianEisel/.profile 2024-07-16 14:39:57 +02:00
41c76c7252 July 8 - 14
Julian Eisel closed pull request blender/blender#124607 2024-07-16 14:37:55 +02:00
Fix: Memory leak when finishing grease pencil stroke
Julian Eisel commented on pull request blender/blender#124607 2024-07-16 14:37:22 +02:00
Fix: Memory leak when finishing grease pencil stroke

Not necessary anymore with ed873e420aff3.

Julian Eisel commented on pull request blender/blender#124700 2024-07-16 13:28:47 +02:00
Asset Browser: Generate Preview button not working as tooltip explains

That seems unrelated to the OPTYPE_INTERNAL flag, which just doesn't make the operator show up in search menus.

Julian Eisel suggested changes for blender/blender#124700 2024-07-16 13:22:39 +02:00
Asset Browser: Generate Preview button not working as tooltip explains

I think the actual issue here is that Generate Preview (ED_OT_lib_id_generate_preview()) - shown with a refresh icon - doesn't actually regenerate the preview, it just reloads the custom preview from disk. It should instead to what the tooltip says: "Create an automatic preview for the selected data-block".

Julian Eisel pushed to main at blender/blender 2024-07-16 11:58:11 +02:00
21aeb9e454 Fix: Duplicating brush asset wouldn't display it as active
Julian Eisel pushed to main at blender/blender 2024-07-15 20:25:44 +02:00
e30a1326a4 Fix #124719: Failed assert in old (2.34) testfile
Julian Eisel closed issue blender/blender#124719 2024-07-15 20:25:42 +02:00
Opening a testfile triggers an 'unreachable' assert in suclpt/paint code
Julian Eisel commented on issue blender/blender#124461 2024-07-15 19:33:17 +02:00
GPv3: Incorrect stroke material after changin brushes

Haven't investigated deeper yet, but basic issue seems that when switching back from the Airbrush to the Ink Pen brush, it's still using the Dots Stroke material, doesn't switch back to Black.

Julian Eisel pushed to main at blender/blender 2024-07-15 19:13:42 +02:00
ec48c79112 Assets: Update asset repository hash for removed tool icons
Julian Eisel deleted branch temp-brush-tool-icons-remove from JulianEisel/blender 2024-07-15 19:06:30 +02:00
Julian Eisel merged pull request blender/blender#124736 2024-07-15 19:06:27 +02:00
UI: Remove unused brush tool icons
Julian Eisel pushed to main at blender/blender 2024-07-15 19:06:27 +02:00
e6a4245099 UI: Remove unused brush tool icons