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

New operator that generates navmesh for selected objects #194

Closed
wants to merge 5 commits into from

Commits on Mar 26, 2023

  1. Update ui.py

    Fixed generate_hubs_navmesh operator menu lines.
    theanine3D committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c7e1f59 View commit details
    Browse the repository at this point in the history
  2. Update operators.py

    Updated GenerateNavMesh operator to support generation from multiple selected objects, as well as support for multi-user objects.
    theanine3D committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ee72195 View commit details
    Browse the repository at this point in the history
  3. Update operators.py

    theanine3D committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    73de7b2 View commit details
    Browse the repository at this point in the history
  4. Update operators.py

    Removed unneeded lines for adding the nav object to a collection, which was causing an error in GenerateNavMesh operator.
    theanine3D committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    51ad8f7 View commit details
    Browse the repository at this point in the history
  5. Update operators.py

    Added preliminary code for solidify / remesh algorithm, but left it commented. If uncommented, the modifier combination produces an unsatisfactory result, with gaps in the resulting mesh. Code needs refining.
    theanine3D committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    278288f View commit details
    Browse the repository at this point in the history