Skip to content

RenderPipeline Fix #138

@TheLastVoyager

Description

@TheLastVoyager

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions