This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Sergey Sharybin 4c12764a7f Fix negative boolean
Was a nice looking invention, but is obviously wrong.

Is likely no function changes, since -false is like -0
which is 0 and which false. And -true is like -<non-zero> which
is non-zero as well.

Spotted by Sybren, thanks!
2019-07-31 18:21:08 +02:00
..
2019-07-31 18:21:08 +02:00
2019-07-07 15:38:41 +10:00
2019-02-18 08:22:12 +11:00
2019-07-07 15:38:41 +10:00
2019-06-11 15:11:07 +02:00
2019-06-28 10:07:21 +10:00
2019-06-12 09:43:49 +10:00
2019-06-14 10:12:10 +10:00
2019-06-17 12:52:20 +10:00