-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Make the power tests pass #36
Conversation
Improves rendering of skinning demo. The end of the tube is wrong and collapses on the origin.
Removed PARAM stuff, made tests pass with some caveats in that I don't understand what the return values are supposed to be based on the docs and fix a small issue with sceImpose that I created with the last merge
Oops, I fixed this too in the meantime :) I'll have to do some conflict resolving, i like your param improvements. |
haha, typical :) Let me know if I can help. |
Done |
Btw, rebase on master the next time you send a pull request, we ended up with some duplicates commits in the history now :) |
Yes. I'm quite bad at git so thanks for pointing that out. Probably should have read the docs before sending a pull request ;) |
Is there an easy way to rebase to your master branch? Or is it just a case of deleting my fork? If I try and do: it ends up duplicating the commits. I've been using source control forever and this is making me feel very stupid :) |
Git has a concept of an "upstream" branch, and whenever you run most updating commands without arguments, it does the right thing. Set your branch's upstream using Since you were doing development on master, when updating the code you should do |
That actually makes a lot of sense, especially the topic branch idea. I'll give it a go next time. Thanks! |
I need to start using topic branches more, too :) Thanks for the explanation Kovensky. |
There are a few todos around the return values not matching the docs but the tests need them to pass so will need to find the proper set of flags from somewhere. Also made it not use the param stuff so much, which may or may not need closer looking at in the future.