A preview and GLB rendering tool for P4Search.
5.7K
P4 Render is a Python-based REST service providing an API to render 3D models and generate previews. Models are rendered with Blender.
The P4 Render service needs a connection to P4 Search and a P4 Server.
To learn more about P4 Render and its connection with P4 Search and P4 Server, see the P4 Search documentation: https://help.perforce.com/helix-core/integrations-plugins/p4search/current
P4 Render is officially supported by Perforce. Any issues should be submitted via Perforce's standard support process. See https://www.perforce.com/support/request-support.
To run a P4 Render container, follow these steps.
(1) Pull this image:
docker pull perforce/p4render:latest
(2) Run the container, providing a <p4-search-url> and <X-Auth-Token>:
docker run --restart always -d perforce/p4render:latest /opt/perforce/p4render/entrypoint.sh -m worker -S http://<p4-search-url>:1601 -x <X-Auth-Token>
Content type
Image
Digest
sha256:fe25ed8fd…
Size
2.3 GB
Last updated
29 days ago
docker pull perforce/p4render