Sign inSign up

perforce/p4render

By perforce

Updated 29 days ago

A preview and GLB rendering tool for P4Search.

Image
1

5.7K

perforce/p4render repository overview

Support

Overview

P4 Render is a Python-based REST service providing an API to render 3D models and generate previews. Models are rendered with Blender.

Requirements

The P4 Render service needs a connection to P4 Search and a P4 Server.

Documentation

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

Support

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.

Build/Usage

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>

License statements

Tag summary

Content type

Image

Digest

sha256:fe25ed8fd

Size

2.3 GB

Last updated

29 days ago

docker pull perforce/p4render