Block a user
Move Clog documentation from source to developer handbook
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.
Julian Eisel
created branch temp-clog in JulianEisel/blender-developer-docs
2024-07-16 19:11:53 +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");
…
Julian Eisel
pushed to temp-gpencil-primitive-tools-brush-assets at JulianEisel/blender
2024-07-16 15:02:53 +02:00
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
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?
Fix: Memory leak when finishing grease pencil stroke
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.
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".
Opening a testfile triggers an 'unreachable' assert in suclpt/paint code
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
deleted branch temp-brush-tool-icons-remove from JulianEisel/blender
2024-07-15 19:06:30 +02:00
UI: Remove unused brush tool icons