-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Bug] Parameters in parameter group cannot be searchable. #80
Labels
Bug
Something isn't working
Comments
LunaTheFoxgirl
pushed a commit
that referenced
this issue
Oct 3, 2022
LunaTheFoxgirl
pushed a commit
that referenced
this issue
Oct 3, 2022
LunaTheFoxgirl
pushed a commit
that referenced
this issue
Oct 4, 2022
* Fixed bug (#80): Parameters in parameter group cannot be searchable. * Fix bug (#89) Recreate string for incInputText when it doesn't end with '\0'. * Removes unused imports. * Fixed wrong calculation of mesh and texture position in INP export. * Cleanup code * inputtext: Simplified string reconstruction with trailing '\0'.
LunaTheFoxgirl
pushed a commit
that referenced
this issue
Oct 9, 2022
…105) * Fixed bug (#80): Parameters in parameter group cannot be searchable. * Fix bug (#89) Recreate string for incInputText when it doesn't end with '\0'. * Removes unused imports. * Fixed wrong calculation of mesh and texture position in INP export. * Cleanup code * inputtext: Simplified string reconstruction with trailing '\0'. * mesheditor: Fix bug that not deleting bindings in parameter groups on mesh vertex addition/removal.
LunaTheFoxgirl
pushed a commit
that referenced
this issue
Oct 9, 2022
* Fixed bug (#80): Parameters in parameter group cannot be searchable. * Fix bug (#89) Recreate string for incInputText when it doesn't end with '\0'. * Removes unused imports. * Fixed wrong calculation of mesh and texture position in INP export. * Cleanup code * inputtext: Simplified string reconstruction with trailing '\0'. * mesheditor: Fix bug that not deleting bindings in parameter groups on mesh vertex addition/removal. * Fixed bug (#87) Application crashes when selecting "Mirrored Autofill" Application crashed when selecting "Mirrored Autofill" and "→", "↑" or "↓" in the parameter panel. This patch fixed the wrong index in Y axis, and also flipped the vertical range of mirroredAutofill to work same as horizontal case.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parameters which is contained in a parameter group is not filtered by the text edit in parameter panel.
It occurred using the binary compiled from following code base.
inochi2d: 9ea5506 (HEAD -> main, origin/main, origin/HEAD) Bump fghj
inochi-creator: e84a030 (official/main) Avoid crash caused by MeshEditorPathDeformAction. (#79)
I confirmed this bug in Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: