Block a user
GPv3: Changing active Grease Pencil Layer via Dope Sheet does not update viewport overlay
Fix #130325: GPv3: Update overlay on changing active layer in dopesheet
Fix: GPv3: Hide channel color for layers in dopesheet
Pratik Borhade
pushed to 130370-gpv3-disable-layer-col at PratikPB2123/blender
2024-11-18 11:39:51 +01:00
43ae390773
Fix: GPv3: Hide channel color for layers in dopesheet
Pratik Borhade
created branch 130370-gpv3-disable-layer-col in PratikPB2123/blender
2024-11-18 11:39:50 +01:00
blender kit no se activa
blender kit no se activa
Hi blender kit is not maintained by blender, please report the issue at their GitHub page: https://github.com/BlenderKit/BlenderKit/issues
Can't move group panel up in stack
Can't move group panel up in stack
Indeed, looking at find_valid_insert_position_for_item()
, panel does not change the position because NODE_INTERFACE_PANEL_ALLOW_SOCKETS_AFTER_PANELS
flag is not set when panel is added from…
Can't move group panel up in stack
@nickberckley hi, I don't think I got your point. Could you explain it? Looks like a bug to me. I'll check the tree view code
Fix #130376: GPv3: Outline modifier traces flat caps incorrectly
Pratik Borhade
created branch 130376-outline-modifier in PratikPB2123/blender
2024-11-18 09:49:47 +01:00
6964cd669c
Fix #130376: GPv3: Outline modifier traces flat caps incorrectly
d3d26233fc
Fix: GPv3: Edit Mode: Crash during extrude
217fa8d09e
Fix #130276: Trace operator needs to tag data after curves replacement
7e12131aaf
Fix: GPv3: Adjustment panel in dopesheet
64198971ea
Fix: Reading some old blend files fires assert in Sequencer data read
Grease Pencil Outline modifier traces a stroke with flat caps incorrectly
Something like this should work:
diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_geom.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_geom.cc
index…
Cycles: Cuda Access Violation in GPU render mode
Cycles: Cuda Access Violation in GPU render mode
I see, if crash is due to insufficient memory, I think we can close this as duplicate. Thanks @jorn :)
Damped Track Exporting
Not sure if this is a bug or some user side error. My knowledge is bit less about IO, unfortunately :/