Katana Developer Guide
8.0v3

Application

  • CEL Reference
  • Attribute Conventions
  • Environment Variables
  • Args Files
  • External Software
  • Copyright Notices
  • Qt 5 to Qt 6 Migration Guide

Parameter Expressions

  • Overview
  • Python Expressions
  • Reference Expressions

Scripting in Katana

  • Working with Projects
  • Working with Nodes
  • Customizing Node Types
  • Customizing the User Interface
  • Rendering a Scene
  • Cooking a Scene
  • Callbacks and Events

Ops and OpScript

  • Asset API
  • Attributes
  • Attribute Function
  • Built-in Op Types
  • Configuration
  • Cook Interface
  • Cook Interface Utilities
  • Hints
  • Look Files
  • Material Resolve
  • Op Args Builders
  • Paths
  • Resolutions
  • Transformations
  • ExpressionMath
  • Imath
    • Imath (OpScript)
      • Vector
      • Matrix
      • Quaternion
      • Euler
      • Line
      • Box
      • Sphere
      • Plane
      • Frustum
    • Imath (Python)
  • pystring
  • OpWrite

Writing Plug-ins

  • The Plug-in System
  • Native Plug-in Compatibility
  • Asset Plug-ins
  • Display Driver Plug-ins
  • Renderer Plug-ins
  • Default Attribute Producer Plug-ins
  • Utilities
  • Viewer Plug-ins
  • Hydra Render Delegates
  • Katana USD Plug-ins
  • Look File Baking
  • Material Soloing
  • Render Farm Plug-ins

Performance

  • Profile Results

Performance Optimization Guide

  • Profiling and Optimization Guide: Start Here
  • Designing Node Graphs for Optimal Performance
  • Improving Op Performance
  • Composing Concurrency-Friendly Scenes
  • Improving OpScript Performance

USD Processing Engine

  • Basic API Usage
  • USD Processing Engine API
  • USG Python API
  • Engines
  • KatanaToUsd
  • UsdLayerExport
  • UsdPythonWrite

API Reference

  • C++ Header Index
  • Python Module Index
  • Lua Module Index
Katana Developer Guide
  • Imath
  • Imath (OpScript)
  • View page source

Imath (OpScript)

  • Vector
    • Imath.V2s
    • Imath.V2i
    • Imath.V2f
    • Imath.V2d
    • Imath.V3s
    • Imath.V3i
    • Imath.V3f
    • Imath.V3d
    • Imath.V4s
    • Imath.V4i
    • Imath.V4f
    • Imath.V4d
  • Matrix
    • Imath.M33f
    • Imath.M33d
    • Imath.M44f
    • Imath.M44d
  • Quaternion
    • Imath.Quatf
    • Imath.Quatd
  • Euler
    • Imath.Eulerf
    • Imath.Eulerd
  • Line
    • Imath.Line3f
    • Imath.Line3d
  • Box
    • Imath.Box2s
    • Imath.Box2i
    • Imath.Box2f
    • Imath.Box2d
    • Imath.Box3s
    • Imath.Box3i
    • Imath.Box3f
    • Imath.Box3d
  • Sphere
    • Imath.Sphere3f
    • Imath.Sphere3d
  • Plane
    • Imath.Plane3f
    • Imath.Plane3d
  • Frustum
    • Imath.Frustumf
    • Imath.Frustumd
    • Imath.FrustumTestf
    • Imath.FrustumTestd
Previous Next

© Copyright 2025 Foundry.

Built with Sphinx using a theme provided by Read the Docs.