Giter Club home page Giter Club logo

kitsu-publisher-next's Introduction

Kitsu Docker

Docker container for Kitsu.

If you like the project, please add a star to the Kitsu repository.

It is not recommended to use this image in production. It is intended for Kitsu testing.

For this purpose, to simplify email testing, we include an email catch-all application to intercept all emails sent by Kitsu. These can be viewed in an included webmail.

Build badge

Usage

$ docker build -t cgwire/cgwire . # or sudo docker pull cgwire/cgwire
$ docker run --init -ti --rm -p 80:80 -p 1080:1080 --name cgwire cgwire/cgwire

In order to enable data persistence, use a named volume for the database and thumbnails:

$ docker run --init -ti --rm -p 80:80 -p 1080:1080 --name cgwire -v zou-storage:/var/lib/postgresql -v zou-storage:/opt/zou/previews cgwire/cgwire

To run the image as a daemon, add the -d flag:

$ docker run --init -d --rm -p 80:80 -p 1080:1080 --name cgwire cgwire/cgwire

Kitsu credentials:

URL:

Kitsu: http://127.0.0.1:80/

Internal webmail: http://127.0.0.1:1080/

Update

After updating the image, you have to update the database schema. For that run:

$ docker exec -ti cgwire sh -c "/opt/zou/env/bin/zou upgrade-db"

Docker Compose

Thanks to our community, for Docker Compose, an implementation by Mathieu Bouzard is available

About authors

This Dockerfile is written by CGWire, a company based in France. We help animation and VFX studios to collaborate better through efficient tooling.

More than 100 studios around the world use Kitsu for their projects.

Visit cg-wire.com for more information.

CGWire Logo

kitsu-publisher-next's People

Contributors

evanbldy avatar frankrousseau avatar nledez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kitsu-publisher-next's Issues

Switching renderer type different to current selected one in Blender causes blender to crash

Kitsu publisher version: 0.5.1
Kitsu publisher installer: (for example deb, msi, exe etc): dmg
Zou/Kitsu installation type: (for example: hosted by CGWire, self-hosted, docker etc): self-hosted

Desktop (please complete the following information):

  • OS: OSX
  • Version of your OS :13.0 (Ventura)

Describe the bug
Switching renderer type different to current selected one in Blender causes blender to crash.
EG If Blender has Cycles selected as current renderer and Kitsu tries to generate a preview in Workbench or Eevee, Blender crashes. If we select the same renderer as chosen in Blender there's no crash.

Expected behavior
Blender changes renderer, generates preview and switches back to previous settings before Kitsu generated the preview.

Additional context
This seems to have occurred in recent versions of Blender - previous 2.x / early 3.x versions it was ok.

All annotations default to frame 0

In an uploaded QT, annotating in Publisher throughout the sequence moves the annotation to the first frame in the sequence and removes the timeline red marker for the non-first frame annotation.

How to Install and confiigure Kitsu Publisher

I installed the Kitsu Publisher application in Windows. And i login with user name, Password & Server IP Address. But i am getting the error" The Connection to the server failed, Please verify the address". I installed server in Linux Virtual Machine. Please solve the issue. And how to work with Kitsu Publisher. Orelse i need to install any in server a for Kitsu Publisher

use instructions

I have installed publisher and connector for blender? where i should look for addon in blender?

Allow picking viewer screenshots instead of render when uploading a new version

Currently when I click the "Take screenshot" button in the "Add preview revisions to publish", it tries to get a render. There should be an option to get a viewport screenshot as well, which dccutils already supports.

In the same vein, the corresponding button for animation tries to take a "render animation", which is not very practical as animators would usually want to create a playblast instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.