Double clicking behaviour in a Field List.
-
When you double click in a FieldList the behaviour is to add the new field object as a child of the currently selected object.
Is there a way to change this so that double clicking will add the field to the root of the Object Manager? I do not want these fields to be children of the object. The reason is because the field is used to change the object, which means the field moves and scales with its parent, which is not desirable.
-
hi,
I'm not sure if you are talking about your own plugins or if you want to change the behavior of all fields list.
I've answer in this thread and the way to do that is to use GetDparameter/SetDparameter to check if the added field is a child or not of your plugin.Cheers,
Manuel -
This is for my own plugin. I was looking for a flag that I could set. Totally forgot about just checking for the parameter being set. Great solution. Thanks.