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

  • Joined on 2013-12-12
Julian Eisel commented on pull request blender/blender#127197 2024-09-06 12:20:27 +02:00
Cleanup: UI: Icons shuffling around

Seems fine in general. This is changing icon values for scripts, but I'd hope that scripts don't use the raw values instead of the proper identifiers.

Reading the comments, I don't understand…

4bbbb54f90 Grease Pencil: Properly support brushes with draw mode primitive tools
Julian Eisel closed pull request blender/blender#124925 2024-09-05 19:24:40 +02:00
WIP: Grease Pencil: Add back erase tool
Julian Eisel commented on pull request blender/blender#124925 2024-09-05 19:24:37 +02:00
WIP: Grease Pencil: Add back erase tool

This was earlier work that was continued in blender/blender!125449. Closing this.

Julian Eisel closed pull request blender/blender#124551 2024-09-05 19:24:13 +02:00
WIP: Grease Pencil: Support brush assets for primitive tools
Julian Eisel commented on pull request blender/blender#124551 2024-09-05 19:24:10 +02:00
WIP: Grease Pencil: Support brush assets for primitive tools

This was earlier work that was continued in blender/blender!125449. Closing this.

Julian Eisel created pull request blender/blender#127204 2024-09-05 19:21:42 +02:00
Grease Pencil: Properly support brushes with draw mode primitive tools
dcfeb45ac9 Grease Pencil: Properly support brushes with draw mode primitive tools
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-05 18:58:39 +02:00
7e3c04d140 Merge branch 'main' into temp-brush-assets-gpencil-followups
cc5ed48cd3 Modifiers: Add custom attribute weight support to bevel modifier
c9ed8d7ea7 Fix: Tools: improve gdb frame filter when used in non-debug build
0ad22e9128 Anim: Add slot deletion to Action editor
d79f5edb79 Refactor: Anim, change if (ale->type == ...) to 'switch (ale->type)`
Compare 73 commits »
Julian Eisel pushed to temp-brush-asset-tool-brush-flag at JulianEisel/blender 2024-09-05 18:11:11 +02:00
e2fdac9f3c Merge branch 'main' into temp-brush-asset-tool-brush-flag
cc5ed48cd3 Modifiers: Add custom attribute weight support to bevel modifier
c9ed8d7ea7 Fix: Tools: improve gdb frame filter when used in non-debug build
0ad22e9128 Anim: Add slot deletion to Action editor
d79f5edb79 Refactor: Anim, change if (ale->type == ...) to 'switch (ale->type)`
Compare 904 commits »
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-05 17:39:53 +02:00
eb9f8d0ca6 Cleanup: Remove unnecessary changes
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-05 17:23:40 +02:00
b9fea66ce3 Cleanup: Remove now unnecessary API functions
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-05 17:12:56 +02:00
40ac169af6 Simplify main brush handling
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-04 12:58:38 +02:00
d60f731ab5 Merge branch 'main' into temp-brush-assets-gpencil-followups
d3909d42c6 Fix #125506: GP flicker in Video Sequencer
8db8185276 Fix crash reading files from v2.66
76f7c19c8d Fix: Scene copy does not copy VSE cache/proxy flags
ad00f9657b GHOST/Wayland: update the cursor scale even when hidden
Compare 27 commits »
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-03 17:26:03 +02:00
d304ff2715 Fix undefined behavior after file read
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-09-03 17:23:21 +02:00
f3b2d32f8e Refactor: Move tool system brush storage to own struct