Skip to content

Conversation

@VzhelevVector
Copy link
Collaborator

Changes:

Allow NoFeature attributes to be linked multiple times to the same geometry and to not throw error.

bool alreadyExists = false;
GdtfDmxModePtr mode = dmxChnl->GetParentMode();
// Allow NoFeature attributes to be linked multiple times to the same geometry
bool isNoFeatureAttribute = (attrPtr == fNoFeature) || (attributeName.EqualNoCase("NoFeature"));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have also Dummy attribute :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And Dummy attributes can be linked multiple times to the same geometry?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will make a separate change, branch issue because for this we need to make changes in the FB as well, since there is no logic there for Dummy attributes to be connected multiple times to the same geometry.

@VzhelevVector VzhelevVector merged commit 9f3e8e9 into master Nov 21, 2025
1 check passed
@VzhelevVector VzhelevVector deleted the noFeature-dup-error branch November 21, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants