Endertainer Rig Wiki
Landing PageGitHubProfile
  • Main
    • Home
    • About the Rig
  • Guides
    • Getting Started
      • Installing the Asset Library
      • Importing Assets
      • Rig UI & Custom Properties
    • Technical Information
      • Naming Convention
      • Rig Modules
    • Others
      • Changing the Skin Texture
      • Adding Subsurface Scattering (SSS)
      • Adding Extrusion
      • Building Custom Rig
    • FAQs
  • Extras
    • License
    • Credits
Powered by GitBook
On this page
  • Autorun Script System
  • Custom Properties
  1. Guides
  2. Getting Started

Rig UI & Custom Properties

PreviousImporting AssetsNextTechnical Information

Last updated 10 months ago

Autorun Script System

The Endertainer Rig presets comes with a Rig UI autorun script system. This system will generate a panel that gives you access to all custom property settings in a PROP bone. It works by running a Python script every time you open the blend file containing the rig with the autorun script. And this script is linked to the rig's armature. So whenever you import the rig to another blend file, the autorun script will be imported as well. Also, the Rig UI only shows up when you select the rig's armature.

To use the Rig UI, select the Allow Execution button whenever a pop-up shows up when opening a blend file with the rig in it. This will also enable all autorun scripts. So if you have other rigs with different Rig UI, it will be enabled as well.

Note that when you first import the rig or if for some reason the Rig UI doesn't show up. You can try manually starting the script by pressing the Run Script button on the Text Editor.

Custom Properties

While the Endertainer Rig preset uses Rig UI to change any of the rig's settings. On the lower level, it actually modifies the custom properties stored in the rig's bones. These custom properties act as a switch that enables or disables a feature. These custom properties can be accessed by going to the Bone Properties -> Custom Properties or by going to the Sidebar -> Properties.

While the main custom properties are stored in the PRP-Main bone, the locations of other custom properties are different on each module. You can check out theProperties reference from technical documents on where the custom properties are stored for each modules.

Rig Modules
The Rig UI can be accessed on the Sidebar once the rig is selected
Select the Allow Execution button to enable the autorun script
Pressing the Run Script button will start the Rig UI script
You can change the custom properties on the Bone Properties -> Custom Properties