Skip to content

Commit a157ba6

Browse files
nodeaffects - Add missing 3DE Lens Model Degree 6 attrs
1 parent 0a9a8cb commit a157ba6

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

python/mmSolver/utils/nodeaffects.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
)
9393

9494

95+
# These are similar to the values in
96+
# "python/mmSolver/tools/loadlens/constant.py", but are not imported
97+
# directly from there to avoid importing circular dependencies.
9598
LENS_ATTRS = set(
9699
[
97100
'k1',
@@ -122,6 +125,29 @@
122125
'tdeAnamorphicStdDeg4_lensRotation',
123126
'tdeAnamorphicStdDeg4_squeeze_x',
124127
'tdeAnamorphicStdDeg4_squeeze_y',
128+
'tdeAnamorphicStdDeg4_rescale',
129+
'tdeAnamorphicStdDeg6_degree2_cx02',
130+
'tdeAnamorphicStdDeg6_degree2_cy02',
131+
'tdeAnamorphicStdDeg6_degree2_cx22',
132+
'tdeAnamorphicStdDeg6_degree2_cy22',
133+
'tdeAnamorphicStdDeg6_degree4_cx04',
134+
'tdeAnamorphicStdDeg6_degree4_cy04',
135+
'tdeAnamorphicStdDeg6_degree4_cx24',
136+
'tdeAnamorphicStdDeg6_degree4_cy24',
137+
'tdeAnamorphicStdDeg6_degree4_cx44',
138+
'tdeAnamorphicStdDeg6_degree4_cy44',
139+
'tdeAnamorphicStdDeg6_degree6_cx06',
140+
'tdeAnamorphicStdDeg6_degree6_cy06',
141+
'tdeAnamorphicStdDeg6_degree6_cx26',
142+
'tdeAnamorphicStdDeg6_degree6_cy26',
143+
'tdeAnamorphicStdDeg6_degree6_cx46',
144+
'tdeAnamorphicStdDeg6_degree6_cy46',
145+
'tdeAnamorphicStdDeg6_degree6_cx66',
146+
'tdeAnamorphicStdDeg6_degree6_cy66',
147+
'tdeAnamorphicStdDeg6_lensRotation',
148+
'tdeAnamorphicStdDeg6_squeeze_x',
149+
'tdeAnamorphicStdDeg6_squeeze_y',
150+
'tdeAnamorphicStdDeg6_rescale',
125151
]
126152
)
127153

0 commit comments

Comments
 (0)