-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Firstly,
- Import issue:
from rpcore.six.moves import range
Fix:
from rpcore.six import moves
# Then elsewhere in the code we use
# moves.range()
- Outdated instructions:
The getting started page should be updated to reflect this new ways of having render pipeline in someone's project:
Install panda3d via pip
Run the setup.py
And do the above fix for now up until the problem is fixed.
-
Not working sample:
The terrain sample does not work at all, all the other samples work for now thankfully. -
Tools don't work:
Mainly the changing datetime tool built in pyqt5 or pyqt5 does not work, if you want it to work, explicitly cast to int for argument which the error is raised.
This instructions while not verbose, should be able to help those who are interested to atleast have fun with render pipeline.
Metadata
Metadata
Assignees
Labels
No labels