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
    • ExpressionMath (C++)
    • ExpressionMath (OpScript)
    • ExpressionMath (Python)
  • Imath
  • 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
  • ExpressionMath
  • View page source

ExpressionMath

  • ExpressionMath (C++)
    • FnExpressionMath
      • FnExpressionMath::RetimeHoldMode
        • FnExpressionMath::RetimeHoldMode::RETIME_FREEZE
        • FnExpressionMath::RetimeHoldMode::RETIME_REPEAT
        • FnExpressionMath::RetimeHoldMode::RETIME_MIRROR
      • FnExpressionMath::clamp()
      • FnExpressionMath::clamp()
      • FnExpressionMath::clamp()
      • FnExpressionMath::lerp()
      • FnExpressionMath::lerp()
      • FnExpressionMath::smoothstep()
      • FnExpressionMath::smoothstep()
      • FnExpressionMath::fit()
      • FnExpressionMath::fit()
      • FnExpressionMath::cfit()
      • FnExpressionMath::cfit()
      • FnExpressionMath::softcfit()
      • FnExpressionMath::softcfit()
      • FnExpressionMath::retime()
      • FnExpressionMath::randval()
      • FnExpressionMath::randval()
      • FnExpressionMath::noise()
      • FnExpressionMath::noise()
      • FnExpressionMath::noise()
      • FnExpressionMath::noise()
      • FnExpressionMath::snoise()
      • FnExpressionMath::snoise()
      • FnExpressionMath::snoise()
      • FnExpressionMath::snoise()
      • FnExpressionMath::stablehash()
  • ExpressionMath (OpScript)
    • Utilities
    • Retiming
    • Noise
    • Hashing
  • ExpressionMath (Python)
    • Utilities
      • ifelse()
      • clamp()
      • lerp()
      • smoothstep()
      • fit()
      • cfit()
      • softcfit()
      • retime()
    • Noise
      • noise()
      • snoise()
      • randval()
    • Hashing
      • stablehash()
    • Floating Point
      • isinf()
      • isnan()
      • isfinite()
Previous Next

© Copyright 2025 Foundry.

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