Skip to content

Commit

Permalink
add openrv card
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Feb 16, 2024
1 parent e4bbe96 commit fb7c3cc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/src/data/addons/addons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const officialAddons = [
"tvpaint",
"unreal",
"wrap",
"openrv"
] as const;

// COMMUNITY ADDONS
Expand Down
1 change: 1 addition & 0 deletions website/src/data/addons/data/img/openrv-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions website/src/data/addons/data/openrv.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { type Addon } from "../types";
import versions from "@site/docs/assets/json/Ayon_addons_version.json";

const addon: Addon = {
title: "OpenRV",
description:
"Open RV is an image and sequence viewer for VFX and animation artists. Open RV is high-performant, hardware accelerated, and pipeline-friendly.",
icon: "openrv-icon.svg",
badge: versions.OpenRV_Badge,
features: [
"workfiles",
"loader",
"publisher",
"sceneManager",
"libraryLoader",
],
products: ["workfile"],
docs: {
user: "addon_openrv_artist",
},
github: "https://github.com/ynput/ayon-openrv",
};

export default addon;

0 comments on commit fb7c3cc

Please sign in to comment.