Skip to content

Commit

Permalink
Ace Asin
Browse files Browse the repository at this point in the history
  • Loading branch information
AceAsin committed Nov 1, 2020
0 parents commit a697a26
Show file tree
Hide file tree
Showing 15 changed files with 4,353 additions and 0 deletions.
192 changes: 192 additions & 0 deletions .GitHub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
# **Blender - Discord Rich Presence (Add-on)**

<!-- ![Rich Presence Preview](Asset/Image/Preview.png) -->

## **Documentation**

* **Support**
* Developer: [Ace Asin](https://discord.com/users/373656777671311360)
* Server: [Ace Asin](https://discord.gg/U8vHS7y)
* **Required Blender Version**
* 2.80+
* **Image & Text**
* Large - Display the current Blender build and version, when hovering over the large image.
* Small - Display the support Discord server invite, when hovering over the small image.
* **Toogle**
* Elapsed Details - Boolean option for details
* Elapsed State - Boolean option for state.
* Elapsed Time - Boolean option for duration.
* Rendered Details - Boolean option for details.
* Rendered State - Boolean option for state.
* Rendered Time - Boolean option for duration.
* **Custom**
* Details - Set a custom string with optional variables.
* State - Set a custom string with optional variables.
* **Option**

<details>

<summary>Variable</summary>

* `{Object}` - It will display the active object name.
* `{Mode}` - It will display the active object mode.
* `{Type}` - It will thesplay the active object type.

---

* `{Actions}`
* `{Armatures}`
* `{Brushes}`
* `{Cache Files}`
* `{Cameras}`
* `{Collections}`
* `{Curves}`
* `{Fonts}`
* `{Grease Pencils}`
* ~~`{Hairs}`~~ (2.90+)
* `{Images}`
* `{Lattices}`
* `{Libraries}`
* `{Lightprobes}`
* `{Lights}`
* `{Linestyles}`
* `{Masks}`
* `{Materials}`
* `{Meshes}`
* `{Metaballs}`
* `{Movieclips}`
* `{Node Groups}`
* `{Objects}`
* `{Paint Curves}`
* `{Palettes}`
* `{Particles}`
* ~~`{Pointclouds}`~~ (2.90+)
* `{Scenes}`
* `{Screens}`
* `{Shape Keys}`
* ~~`{Simulations}`~~ (2.90+)
* `{Sounds}`
* `{Speakers}`
* `{Texts}`
* `{Textures}`
* `{Volumes}` (2.83+)
* `{Window Managers}`
* `{Workspaces}`
* `{Worlds}`

</details>

---

<details>

<summary>Object</summary>

* Active Object Name

</details>

---

<details>

<summary>Mode</summary>

* Object Mode
* Edit Mode
* Pose Mode
* Sculpt Mode
* Vertex Paint
* Weight Paint
* Texture Paint
* Particle Edit
* Edit Grease Pencil Strokes
* Sculpt Grease Pencil Strokes
* Paint Grease Pencil Strokes
* Grease Pencil Weight Paint Strokes

</details>

---

<details>

<summary>Type</summary>

* Mesh
* Curve
* Surface
* Meta
* Font
* Armature
* Lattice
* Empty
* Grease Pencil
* Camera
* Light
* Speaker
* Light Probe

</details>

---

<details>

<summary>Counter</summary>

* Actions
* Armatures
* Brushes
* Cache Files
* Cameras
* Collections
* Curves
* Fonts
* Grease Pencils
* ~~Hairs~~ (2.90+)
* Images
* Lattices
* Libraries
* Lightprobes
* Lights
* Linestyles
* Masks
* Materials
* Meshes
* Metaballs
* Movieclips
* Node Groups
* Objects
* Paint Curves
* Palettes
* Particles
* ~~Pointclouds~~ (2.90+)
* Scenes
* Screens
* Shape Keys
* ~~Simulations~~ (2.90+)
* Sounds
* Speakers
* Texts
* Textures
* Volumes (2.83+)
* Window Managers
* Workspaces
* Worlds

</details>

## **Installation**

<!-- * **Automatic**
* Go to the "[Releases](https://github.com/AceAsin/BlenderRPC/releases)" tab on this page.
* Download the latest .bat file.
* Run the .bat file as an Administrator.
* Enable and modify the settings if you wish. -->

* **Manual**
* Go to the '[Releases](https://github.com/AceAsin/BlenderRPC/releases)' tab on this page.
* Download the latest .zip folder.
* Install the .zip folder as a Blender Add-on.
* Enable and modify the settings if you wish.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/__pycache__
/blender rpc_updater
/Archive
/Asset/Video
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "pypresence"]
path = pypresence
url = https://github.com/qwertyquerty/pypresence
Binary file added Asset/Icon/Discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Asset/Icon/GitHub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Asset/Icon/Gumroad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Asset/Icon/Ko-Fi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Asset/Icon/Patreon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Asset/Icon/PayPal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a697a26

Please sign in to comment.