You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ API
21
21
22
22
- Metadata : `ValueFunctions` now receive a `target` parameter. This is particularly useful when registering a function against a wildcard pattern.
23
23
- PlugAlgo : Added `RampffData` and `RampfColor3fData` support to `createPlugFromData()`.
24
+
- Widget :
25
+
- Improved automatic parenting via the `with parent` syntax. Children are now guaranteed to be fully constructed before they are parented.
26
+
- Turned `toolTip`, `parenting` and `displayTransform` keyword-only constructor arguments.
24
27
25
28
Breaking Changes
26
29
----------------
@@ -39,6 +42,7 @@ Breaking Changes
39
42
- OSL Shaders : Replaced `Pattern/FloatSpline` and `Pattern/ColorSpline` with `Pattern/FloatRamp` and `Pattern/ColorRamp`. Old Gaffer scripts will be updated automatically on load, and when resaved will reference the new shaders. Note that the `.osl` files for the old shaders are still available, so that old USD files will continue to render.
40
43
- GafferUI : Renamed SplineWidget to RampWidget. Renamed SplinePlugValueWidget to RampPlugValueWidget. The old RampPlugValueWidget is no longer exposed, since it was only used internally.
41
44
- Metadata : Added `target` argument to `ValueFunction` signature.
45
+
- Widget : The `toolTip`, `parenting` and `displayTransform` constructor arguments are no longer positional.
0 commit comments