Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cbbf504
Add Houdini 21 Python 3.11 payload kickoff
rolledhand May 11, 2026
4ad28a6
usd_usdmtlxsubnet_pythonscript-HDA_exposure
rolledhand May 31, 2026
12bc2f4
python3.9libs-back
rolledhand May 31, 2026
9cfd73f
domelight-support-addition
rolledhand May 31, 2026
952eea3
Houdini 20.5: expose MoonRay Solaris material builder
rolledhand May 31, 2026
78ca757
subd/tes-param-exposure
rolledhand May 31, 2026
6f167d8
Houdini: fix MoonRay settings float defaults
rolledhand May 31, 2026
dbf22fa
Houdini: avoid invalid default MoonRay light class overrides
rolledhand Jun 1, 2026
b01d7e0
Houdini: restore MoonRay SpotLight controls
rolledhand Jun 1, 2026
9bf4945
Houdini: add explicit MoonRay SpotLight UI controls
rolledhand Jun 1, 2026
8c995f8
Houdini: add MoonRay Render Settings LOP
rolledhand Jun 2, 2026
5f96be9
Houdini: add MoonRay Render Settings LOP v2
rolledhand Jun 2, 2026
68d7bc5
Houdini: expand MoonRay Render Settings LOP v3
rolledhand Jun 2, 2026
6cd0361
Houdini: checkpoint MoonRay render settings LOP
rolledhand Jun 6, 2026
b12bd04
Houdini: add MoonRay camera controls
rolledhand Jun 6, 2026
f97e96f
lightfilters-unexposed-checkpoint
rolledhand Jun 7, 2026
ff3f904
lightfilters-exposed
rolledhand Jun 7, 2026
0eab698
barndoor-exposed
rolledhand Jun 7, 2026
5aff92a
all-lighfilters-exposed
rolledhand Jun 7, 2026
cff423d
ramps-exposed
rolledhand Jun 7, 2026
6890b91
Houdini: make Beauty RenderVar experimental
rolledhand Jun 13, 2026
e919e16
Houdini: default MoonRay RenderSettings LOP to Beauty output
rolledhand Jun 13, 2026
d066388
Fix MoonRay USD Render ROP output path wiring
rolledhand Jun 14, 2026
2a88d6e
Fix MoonRay sampling UI state
rolledhand Jun 14, 2026
e1980e5
Stabilize native AOV output in MoonRay Render Settings LOP
rolledhand Jun 14, 2026
467fcff
Add MoonRay material AOVs for denoising
rolledhand Jun 14, 2026
e2a56b6
timedependency-cleanup
rolledhand Jun 15, 2026
bf2543c
timedependency-cleanup2
rolledhand Jun 15, 2026
d95e4f6
Align MoonRay Render Settings LOP product authority
rolledhand Jun 20, 2026
04bd9a8
Expose config-driven OCIO controls in Houdini
rolledhand Jun 22, 2026
a864825
Document H20.5 Render Settings status
rolledhand Jun 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion houdini/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ install(FILES
install(DIRECTORY
otls
soho
toolbar
python2.7libs
python3.9libs
python3.11libs
DESTINATION
plugin/houdini
)

1,356 changes: 1,356 additions & 0 deletions houdini/docs/moonray_render_settings_lop_audit.md

Large diffs are not rendered by default.

53 changes: 37 additions & 16 deletions houdini/moonray_nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27207,6 +27207,27 @@
"2"
]
},
"source_color_space": {
"moonray_name": "source_color_space",
"moonray_type": "String",
"default_value": [
"auto"
],
"houdini_name": "source_color_space",
"houdini_label": "Source Color Space",
"order": 9,
"help": "OCIO source color space for the texture. Use auto to apply active OCIO file rules, raw or data for utility maps, or an explicit color-space name from the active OCIO config. When OCIO conversion is active, legacy gamma is bypassed.",
"menu": [
"auto",
"raw",
"data"
],
"menu_values": [
"auto",
"raw",
"data"
]
},
"offset": {
"moonray_name": "offset",
"moonray_type": "Vec2f",
Expand All @@ -27216,7 +27237,7 @@
],
"houdini_name": "offset",
"houdini_label": "Offset",
"order": 9,
"order": 10,
"bindable": true,
"help": "A constant offset applied to the texture coordinates."
},
Expand All @@ -27229,7 +27250,7 @@
],
"houdini_name": "scale",
"houdini_label": "Scale",
"order": 10,
"order": 11,
"bindable": true,
"help": "A constant scale applied to the texture coordinates."
},
Expand All @@ -27241,7 +27262,7 @@
],
"houdini_name": "rotation_angle",
"houdini_label": "Rotation Angle",
"order": 11,
"order": 12,
"aliases": [
"rotation angle"
],
Expand All @@ -27256,7 +27277,7 @@
],
"houdini_name": "rotation_center",
"houdini_label": "Rotation Center",
"order": 12,
"order": 13,
"aliases": [
"rotation center"
],
Expand All @@ -27270,7 +27291,7 @@
],
"houdini_name": "saturation_enabled",
"houdini_label": "Saturation Enabled",
"order": 13,
"order": 14,
"aliases": [
"saturation enabled"
],
Expand All @@ -27286,7 +27307,7 @@
],
"houdini_name": "saturation",
"houdini_label": "Saturation",
"order": 14,
"order": 15,
"help": "Applies saturation per channel with 0.0 being grayscale and 1.0 being full saturation"
},
"contrast_enabled": {
Expand All @@ -27297,7 +27318,7 @@
],
"houdini_name": "contrast_enabled",
"houdini_label": "Contrast Enabled",
"order": 15,
"order": 16,
"aliases": [
"contrast enabled"
],
Expand All @@ -27313,7 +27334,7 @@
],
"houdini_name": "contrast",
"houdini_label": "Contrast",
"order": 16,
"order": 17,
"help": "Applies contrast per channel in the style of Nuke where the pivot is at 0.18"
},
"gamma_enabled": {
Expand All @@ -27324,7 +27345,7 @@
],
"houdini_name": "gamma_enabled",
"houdini_label": "Gamma Enabled",
"order": 17,
"order": 18,
"aliases": [
"gamma enabled"
],
Expand All @@ -27340,7 +27361,7 @@
],
"houdini_name": "gamma_adjust",
"houdini_label": "Gamma Adjust",
"order": 18,
"order": 19,
"aliases": [
"gamma adjust"
],
Expand All @@ -27354,7 +27375,7 @@
],
"houdini_name": "gain_offset_enabled",
"houdini_label": "Gain Offset Enabled",
"order": 19,
"order": 20,
"aliases": [
"gain offset enabled"
],
Expand All @@ -27370,7 +27391,7 @@
],
"houdini_name": "gain",
"houdini_label": "Gain",
"order": 20,
"order": 21,
"help": "Applies multiplier per channel."
},
"offset_adjust": {
Expand All @@ -27383,7 +27404,7 @@
],
"houdini_name": "offset_adjust",
"houdini_label": "Offset Adjust",
"order": 21,
"order": 22,
"aliases": [
"offset adjust"
],
Expand All @@ -27397,7 +27418,7 @@
],
"houdini_name": "TMI_control_enabled",
"houdini_label": "TMI Control Enabled",
"order": 22,
"order": 23,
"aliases": [
"TME control enabled",
"TMI control enabled"
Expand All @@ -27414,7 +27435,7 @@
],
"houdini_name": "TMI",
"houdini_label": "TMI",
"order": 23,
"order": 24,
"aliases": [
"TME"
],
Expand Down Expand Up @@ -55849,4 +55870,4 @@
"folders_sorted": [],
"folders_with_parms": {}
}
}
}
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::AttributeMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::AxisAngleMap::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::BaseMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::BaseVolume::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::BlendDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::BlendMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::CheckerboardMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ClampDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ClampMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectContrastMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectGainOffsetMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectGammaMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectHsvMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectHueShiftMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectLegacyMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectNukeMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectSaturationMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ColorCorrectTMIMap::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::CombineDisplacement::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::CombineNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ConstantColorMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ConstantDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ConstantScalarMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ConvolutionDisplayFilter::1.hda
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::CurvatureMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::CutoutVolume::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DebugMap::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DeformationMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DirectionalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DiscretizeDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DistortNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DofDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaAdjustMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaBaseMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaColorCorrectMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaEmissiveMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaFabricMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaLayerMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaMetalMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaMixMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaRefractiveMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaSkinMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaSolidDielectricMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaSwitchMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaToonMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaTwoSidedMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::DwaVelvetMaterial::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ExtraAovMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::FloatToRgbMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::GlitterFlakeMaterial::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::GradientMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairColorCorrectMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairColorPresetsMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairColumnMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairDiffuseMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairLayerMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairMaterial::3.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HairToonMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HalftoneDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::HsvToRgbMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ImageDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ImageMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ImageNormalMap::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::LODMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::LayerMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::LayerMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ListMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::MacroFlakeMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::MultiChannelToFloatMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NoiseMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NoiseMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NoiseWorleyMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NoiseWorleyMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NoiseWorleyMap::3.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NormalDisplacement::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::NormalToRgbMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::OpDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::OpMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::OpSqrtMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::OpenVdbMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::OpenVdbMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::OverDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectCameraMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectCameraMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectCameraNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectCylindricalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectPlanarMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectPlanarNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectSphericalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectTriplanarMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectTriplanarMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectTriplanarNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectTriplanarNormalMap::2.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ProjectTriplanarUdimMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RampDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RampMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RandomMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RandomNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RaySwitchMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RemapDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RemapMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RgbToFloatDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RgbToFloatMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RgbToHsvDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RgbToHsvMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RgbToLabMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::RgbToNormalMap::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ShadowDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::SwitchColorMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::SwitchDisplacement::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::SwitchFloatMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::SwitchMaterial::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::SwitchNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::TangentSpaceDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ToonDisplayFilter::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::ToonMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::TransformNormalMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::TransformSpaceMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::TwoSidedMap::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::UVTransformMap::1.hda
Binary file not shown.
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::VectorDisplacement::1.hda
Binary file not shown.
Binary file modified houdini/otls/Vop::DW_MOONRAY::WireframeMap::1.hda
Binary file not shown.
Binary file not shown.
Loading