Page MenuHome

UI: ShaderFx Drag and Drop, Layout Updates
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Jun 10 2020, 6:56 PM.

Details

Summary

This patch implements the list panel system D7490 for grease pencil shader effects. It also moves their drawing to a callback in ShaderFxTypeInfo in line with the extensible architecture refactoring goal T75724.

The implementation is exactly the same as for the modifier patch.

@Matias Mendiola (mendio) and I worked out the layout updates together.

OldNew

This patch is a diff from D7978, which is a diff from D7499, so it might not be the easiest patch to apply. Aside from the layouts, everything is the same changes as the other patches though.

Diff Detail

Repository
rB Blender
Branch
modifier-panels-ui
Build Status
Buildable 8552
Build 8552: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jun 10 2020, 11:20 PM
  • Merge branch 'master' into modifier-panels-ui
  • Remove unintentional changes, use pinned object

This seems to be the same logic as added for constraints and modifiers already, so I'll assume this is fine. Didn't find anything on a quick scan either.