-
Notifications
You must be signed in to change notification settings - Fork 156
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
Feature all logic in python (aka. allpy) #410
base: master
Are you sure you want to change the base?
Conversation
break armature tests (still looks good, just too slow) |
@pierriko Could you rebase this pull-request on master, and check if the issue (armatures too slow) is still present? |
This feature is still not passing tests, and not urgent, I postponed it. |
at least logic and empty objects (for now) add setup replacing basics.blend (logic part) reload morse.core.blenderapi in setup fix morse-simulator#405 remove MouseSensor.use_pulse, was not in 2.63 set render fps to 25 (default:24) import at the top
I attempted a rebase in pierriko:feature-allpy3 but the armature test seems still broken. |
here is the current state in master...pierriko:feature-allpy3 Fail:
|
You confirm that all these tests pass on master? Otherwise, can you just provide a 'diff'? |
I will take a look also when #689 will be merged. |
work in progress to replace data/props/basics.blend by pure Python file
(at least all the logic and empty objects)
will fix #405