Skip to content

Commit

Permalink
Instancer : Document that "parent" plug no longer fully works
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser-ie committed Oct 31, 2024
1 parent bd709c4 commit 9a11fe8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions python/GafferSceneUI/InstancerUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,9 @@ def __init__( self, headings, toolTipOverride = "" ) :

"description",
"""
The object on which to make the instances. The
position, orientation and scale of the instances
are taken from per-vertex primitive variables on
this object. This is ignored when a filter is
connected, in which case the filter specifies
multiple objects to make the instances from.
Using the `parent` plug to select the source is now obsolete, please use a filter instead.
This plug is still supported for backwards compatibility, but is incompatible with recent features,
like accurately reporting variation counts.
""",

"layout:section", "Settings.General",
Expand Down

0 comments on commit 9a11fe8

Please sign in to comment.