tornavis/source/blender/python
Campbell Barton d514b3b53b Cleanup: use explicit casts when assigning booleans to floats
While valid, this isn't so common and cppcheck warns about this,
use explicit casts to suppress the warning, also correct "true"
being assigned to a float value.
2024-04-01 22:20:09 +11:00
..
bmesh Cleanup: replace "derived mesh" with "evaluated mesh" in code comments 2024-03-29 13:29:30 +11:00
generic Fix: Unable to change ID property type to Boolean 2024-03-27 13:43:00 +01:00
gpu Cleanup: code-comments, use doxygen formatting & spelling corrections 2024-03-26 17:55:20 +11:00
intern Cleanup: use explicit casts when assigning booleans to floats 2024-04-01 22:20:09 +11:00
mathutils Cleanup: replace "derived mesh" with "evaluated mesh" in code comments 2024-03-29 13:29:30 +11:00
BPY_extern.h
BPY_extern_clog.h
BPY_extern_python.h
BPY_extern_run.h
CMakeLists.txt
rna_dump.py