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
+6-1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Improvements
26
26
- Context : Optimized `hash()` method, and reduced overhead in `EditableScope`.
27
27
- NameSwitch/Spreadsheet : Rows with an empty name are now treated as if they were disabled. See Breaking Changes for further details.
28
28
- ContextVariables : Improved performance by around 50%.
29
+
- FilterResults : Improved performance.
30
+
- SceneAlgo : Reduced threading overhead for `parallelProcessLocations()`, `parallelTraverse()` and `filteredParallelTraverse()`. This is particularly noticeable when visiting locations with many children.
29
31
30
32
Fixes
31
33
-----
@@ -53,6 +55,7 @@ API
53
55
- Added `setHoverPositionVisible()` and `getHoverPositionVisible()` accessors to control an optional position indicator drawn under the pointer.
54
56
- Expression : Added `Engine::executeCachePolicy()` method which must be implemented by subclasses.
55
57
- ImageAlgo : Added constants for the default channel names - `channelNameR` etc.
- Removed `setPositionIncrement()/getPositionIncrement()` from `Slider`. Use `setIncrement()/getIncrement()` instead.
72
75
- Replaced `_drawPosition()` method with `_drawValue()`.
73
76
- StandardOptions : Removed `cameraBlur` plug. This never functioned as advertised, as the regular `transformBlur` and `deformationBlur` blur settings were applied to cameras instead. As before, a StandardAttributes node may be used to customise blur for individual cameras.
74
-
- SceneAlgo : Changed signature of the following methods to use `GafferScene::FilterPlug` : `matchingPaths`, `filteredParallelTraverse`, `Detail::ThreadableFilteredFunctor`.
77
+
- SceneAlgo :
78
+
- Changed signature of the following methods to use `GafferScene::FilterPlug` : `matchingPaths`, `filteredParallelTraverse`, `Detail::ThreadableFilteredFunctor`.
79
+
- Removed `filteredParallelTraverse()` overload which accepted a `Filter *`. Pass `filter->outPlug()` instead.
75
80
- DeleteFaces / DeletePoints / DeleteCurves : The PrimitiveVariable name is now taken verbatim, rather than stripping whitespace.
0 commit comments