Files
test/source/blender
Campbell Barton 5e9dba822d Cleanup: Avoid error prone pointer storage in SnapObjectParams
eed48a7322 caused the `SnapObjectParams` to be stored in the `SnapObjectContext`.

As this pointer is always passing in stack memory, so it seems error prone to keep a reference to this in `SnapObjectContext` since failure to set this will reference undefined stack memory.

So avoid this by moving params out of `SnapObjectContext`.

Differential Revision: https://developer.blender.org/D13401
2021-12-08 12:05:36 -03:00
..
2021-10-04 13:15:15 +11:00
2021-10-03 12:13:29 +11:00
2021-12-08 13:02:55 +01:00
2021-12-08 09:52:38 +01:00
2021-12-07 23:12:13 -05:00