Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add allowHomonymObjectName option for OBJModel.ModelSettings #9047

Open
wants to merge 1 commit into
base: 1.19.x
Choose a base branch
from

Commits on Sep 16, 2022

  1. add allowHomonymObjectName option for OBJModel.ModelSettings

    rename only works on the `o` .obj command/keyword now
    when allowHomonymObjectName is true and rename happens
    just plus char '_' and a unique number id,
    so you can just get all homonym parts by call filter and use methods like startWith
    with the homonym part as parameter
    zomb-676 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9f36b6f View commit details
    Browse the repository at this point in the history