Open mdavis0505 opened 1 year ago
Wanna create a push request and ill merge it in?
Doesn't look like I have the credentials needed to create a new branch to include in a pull request. No "New Branch" button presented to me.
Just checking if there is a path for resolving the PR? Thanks @bellerb for the code and thanks @mdavis0505 for the fix
Are you not able to make a pull request with the updated code? If not I can implement the changes myself when I get some free time.
Hi Ben -
Thanks for sharing this solver. I enjoy creating 3D visualizations using Blender. I have used your solver as inspiration to model and animate scrambling and solving a Rubiks cube.
While I was doing this, I noticed that the code that rotates the connected faces occasionally produces an incorrect result. I confirmed this using both my visualization and my actual cube. I've corrected the errors with the following changes -
Horizontal -
Rotating connected face
Vertical -
Rotating connected face
Side -
Rotating connected face
Some of my code is not very pythonian, but it works.
Thanks again.