File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ Version 8.1.0 - In development
8181 - Fixed a memory leak in the OpenVDB AX parser
8282 - Fixed an occurrence of undefined behaviour in the OpenVDB AX visitor
8383 - Fixed some memory leaks in the OpenVDB and OpenVDB AX unit tests
84- - Fixed a bug which could cause string allocations in loops to overflow the
85- stack
86- - Fixed a bug where the ValueOff iterator for the VolumeExecutable could
84+ - Fixed a bug in AX which could cause string allocations in loops to overflow
85+ the stack
86+ - Fixed a bug where the ValueOff iterator for the AX VolumeExecutable could
8787 remove child branches of a VDB tree.
8888 - Fixed a crash in the AX Houdini SOP with an empty PointDataGrid input.
8989 - Fixed all cases where PointIndex and PointData aliases were used instead
Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ Bug Fixes:
9999- Fixed a memory leak in the OpenVDB AX parser
100100- Fixed an occurrence of undefined behaviour in the OpenVDB AX visitor
101101- Fixed some memory leaks in the OpenVDB and OpenVDB AX unit tests
102- - Fixed a bug which could cause string allocations in loops to overflow the
103- stack
104- - Fixed a bug where the ValueOff iterator for the VolumeExecutable could remove
102+ - Fixed a bug in AX which could cause string allocations in loops to overflow
103+ the stack
104+ - Fixed a bug where the ValueOff iterator for the AX VolumeExecutable could remove
105105 child branches of a VDB tree.
106106- Fixed a crash in the AX Houdini SOP with an empty PointDataGrid input.
107107- Fixed all cases where PointIndex and PointData aliases were used instead
You can’t perform that action at this time.
0 commit comments