Script Plugins
From K-3D
| Category: | Script |
| Plugins: | 18 |
| Icon | Plugin | Description |
|---|---|---|
| ActionScript | Executes a script on-demand | |
| BitmapModifierScript | Bitmap modifier that uses a script to modify an input bitmap | |
| BitmapSourceScript | Bitmap source that uses a script to generate images | |
| ColorSourceScript | Color source that uses a script to create the output value | |
| DoubleSourceScript | Data source that uses a script to create a k3d::double_t output value | |
| Int32SourceScript | Uses a script to generate an output k3d::int32_t value. | |
| MatrixModifierScript | Matrix modifier that uses a script to modify a transformation matrix | |
| MatrixSourceScript | Matrix source that uses a script to create the output value | |
| MeshModifierScript | Mesh modifier that uses a script to modify geometry | |
| MeshSourceScript | Mesh source that uses a script to create geometry | |
| MetaObjectScript | Scripted node that acts as a meta-object (provides dynamic runtime execution of arbitrary commands). | |
| NullOutputScript | Script node that executes whenever one of its inputs changes | |
| OpenGLPainterScript | Scripted Mesh Painter | |
| OpenGLRenderableScript | Scriped node that can do arbitrary rendering using OpenGL. | |
| RenderEngineScript | Script node that acts as a render engine | |
| RenderManScript | Creates RenderMan output under script control | |
| StringSourceScript | String source that uses a script to create the output value | |
| Vector3SourceScript | Vector3 source that uses a script to create the output value |

