Page MenuHome

Geometry Nodes: Add support for eye dropper for object input in modifier.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Tue, Jan 24, 6:42 PM.

Details

Summary

This did not work, because the eye dropper only shows up for some id types (see ui_but_icon_extra_is_visible_search_eyedropper). An issue was that we currently don't allow storing the id type for an id property. This is added as ui data in this patch.

Diff Detail

Repository
rB Blender
Branch
object-picker-for-idprops (branched from master)
Build Status
Buildable 25548
Build 25548: arc lint + arc unit

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Tue, Jan 24, 6:42 PM
Jacques Lucke (JacquesLucke) created this revision.

Generally fine, the IDPropertyUIDataID.id_type doc-string should note that this is a hint which is not enforced by the Python API and what happens when the value is left at zero.

  • Merge branch 'master' into object-picker-for-idprops
  • Improve comment
This revision is now accepted and ready to land.Wed, Feb 1, 4:30 AM