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

Solve skeletal inverse kinematic poses with constraints #90316

Draft
wants to merge 43 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1424936
git subrepo clone https://github.com/V-Sekai/many_bone_ik.git modules…
fire Jun 4, 2024
3d3f459
Updated z-coordinate calculation in vertex function
fire Jun 4, 2024
a7a5360
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
e66a4f2
Revert "Updated z-coordinate calculation in vertex function"
fire Jun 4, 2024
b5b98e6
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
8a4f8e0
Restore overlay calculation in 3D gizmo plugin
fire Jun 4, 2024
477d2a3
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
33798fe
Refined test conditions in IK Kusudama 3D module
fire Jun 4, 2024
d3f67ef
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
768abe7
Renamed 'passthrough_factor' to 'motion_propagation_factor'
fire Jun 4, 2024
9843f97
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
f17f170
Updated vector direction in ManyBoneIK3D
fire Jun 4, 2024
3814f71
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
db2a2a1
Updated vector direction and simplified basis transformation
fire Jun 4, 2024
cc6e53b
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
1989251
Updated vector values in ManyBoneIK3D module
fire Jun 4, 2024
0b44a17
Removed debug skeleton functionality
fire Jun 4, 2024
d4fb26e
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
6baa18b
Removed the queue_print_skeleton
fire Jun 4, 2024
6ceccca
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
95d6bef
Removed skeleton print queue method
fire Jun 4, 2024
5ad1c02
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
10ecabf
Refactor radius retrieval in IKLimitCone3D
fire Jun 4, 2024
435aa80
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
2243f88
Refactor IKLimitCone3D update method
fire Jun 4, 2024
cf82fa9
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
00b5f69
Removed unnecessary setting of tangent circle centers in the ManyBone…
fire Jun 4, 2024
3755042
Direct assignment using orthogonal vector computations.
fire Jun 4, 2024
4502def
Restore smooth tangents.
fire Jun 4, 2024
7c5b884
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
f4869bf
Added method to set effector count
fire Jun 4, 2024
2328675
git subrepo push modules/many_bone_ik
fire Jun 4, 2024
c78f8ea
Refactor rotation calculation in IK bone segment
fire Jun 5, 2024
c301232
git subrepo push modules/many_bone_ik
fire Jun 5, 2024
2aa5adf
Refactor IK module and remove unused code
fire Jun 5, 2024
9dff5fe
git subrepo push modules/many_bone_ik
fire Jun 5, 2024
7b7d7fa
Updated IK class name in config
fire Jun 5, 2024
a5f71b1
Updated IKEffector3D documentation
fire Jun 5, 2024
ef62dc1
git subrepo push modules/many_bone_ik
fire Jun 5, 2024
bf6c46b
Introduced 3D cone for inverse kinematics into documentation.
fire Jun 5, 2024
f1d7384
git subrepo push modules/many_bone_ik
fire Jun 5, 2024
a66d629
git subrepo pull modules/many_bone_ik
fire Aug 23, 2024
3fc97a9
git subrepo pull modules/many_bone_ik
fire Sep 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions modules/many_bone_ik/.github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: ""
assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
19 changes: 19 additions & 0 deletions modules/many_bone_ik/.github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading
Loading