LogoLogo
ThreeKitDeveloper HubForumsSupportStatus
  • Guides
  • Documentation
  • Releases
  • Platform Documentation
  • Project Data
    • Platform Landing Page
    • Basic Concepts
      • Environments
      • Organizations
      • Attributes
        • Arrays
      • Tagging
      • Naming Conventions
      • Players
      • Branching
      • Alerts and Warnings
      • Supported Browsers
      • ThreeKit Platform Architecture
    • Catalog
      • Items
        • Item Bulk Edit
        • Item Variants
      • Data Tables
      • Item Rules and Logic
      • Publishing
    • Assets
      • Asset Management
        • Importing Assets
        • Exporting Assets
        • Folders
      • Asset Editor
        • Editor Layout Modes
          • Layout Editor
            • Local vs Global Transform
          • Logic Editor
      • Nodes
        • Common Properties
          • Node Tags
        • Helpers
          • Nulls
          • Model References
          • Connectors
        • Lights
          • Point Light
          • Directional Light
          • Spot Light
          • Area Light
          • Hemisphere Light
          • Shadow Plane
        • Cameras
        • Shapes
        • Annotations
        • Layout Containers
      • Scenes
      • Materials
        • Physical Material
        • Proxy Materials
        • Multi Material
        • Gem Material
        • JSON Configuration
      • Textures
      • Canvases
      • Composites
    • Operators
      • PolyMesh Operators
        • Array
        • Bend Deformer
        • Map Override
        • Stretch
        • Physics (Collision Detection)
      • Material Operators
        • Falloff
        • Tiling Override
        • Triplanar Mapping
        • Template Override
      • Image Operators
        • Canvas Composite
        • Canvas Fill
        • Canvas Linear Gradient
        • Canvas Text
        • BlackWhite
        • Posterization
      • PostEffects Operators
        • Bloom Pass
      • Comp Layer Operators
        • Vray Normals Properties
        • Vray Bump Normals Properties
    • Stages
      • Stage Effects
        • Turntable
    • Logic
      • Conditions
      • Actions
      • Queries
        • Node Queries
        • Metadata Value Query
        • Asset Query
        • Datatable Query
      • Custom Scripts
    • Virtual Photographer
      • Create Renders
      • View Renders
      • V-Ray Integration
    • Augmented Reality
      • AR Settings
  • Org Setup
    • Admin & Security
      • Org Profile
      • Users & Permissions
        • Threekit Sign-in
        • Members
        • User Profile
      • Tokens
      • Service Accounts
      • ISO Certification
      • Org Migration / Data Transfer
    • Jobs System
    • Orders
      • Orders List
      • Configurations
    • Analytics
      • Advanced Buyer Analytics Reports
      • Player Views
    • Project Settings
      • Features
      • Languages
Powered by GitBook
On this page
  • set attribute visible
  • set attribute enabled
  • set attribute value
  • set attribute value visibility
  • set attribute value enabled
  • custom script
  • set visibility
  • set material
  • set model
  • set property
  • set active camera

Was this helpful?

Edit on GitHub
  1. Project Data
  2. Logic

Actions

Actions manipulate the visual representation. The following Actions are supported; set attribute visible, set attribute enabled, set attribute value, set visibility, set material, set model, and set property.

set attribute visible

Nothing tricky about this Action Type, a previously unexposed attribute will become visible.

set attribute enabled

Allows a previously unconfigurable attribute to become configurable.

set attribute value

This action allows for dynamically setting the value of any attribute specific to the Asset on which it is created.

set attribute value visibility

Makes visible an attribute value to visible based on some criteria

set attribute value enabled

Sets an attribute value base on some criteria

custom script

Leverages the client-side Player API for extremely complex or parametric configuration requirements.

set visibility

Used for options that may or may not be included on a given model, this action type allows for toggling visibility.

set material

Set material will do just that, on the basis of the Attribute Value, an appropriate material may be applied to any of a given model's meshes.

set model

An extremely powerful action type, set model leverages a reference point such that any model from the library can be placed within the scene.

set property

The set property action provides the ability to automate manipulation to any of the properties in a given asset view, as well as the properties of any operator.

set active camera

Useful for scenes with multiple cameras. set active camera allows for setting the view to any camera in the scene on the basis of some input. Perhaps there is an area of a model which should be emphasized when a given component is being configured. Setting up multiple cameras would allow for transition between these views.

PreviousConditionsNextQueries

Last updated 1 year ago

Was this helpful?