Blender Git Commits

Blender Git commits from all branches.

Page: 642 / 2888

November 7, 2020, 12:56 (GMT)
Cleanup: Exporter: NULL to nullptr, mismatching parameter name.
November 7, 2020, 12:54 (GMT)
Cleanup: Clang-tidy else-after-return
November 7, 2020, 12:47 (GMT)
Cleanup: Clang-tidy, modernize-concat-nested-namespaces
November 7, 2020, 12:22 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
November 7, 2020, 12:20 (GMT)
LineArt: Vertex weight transfer index error now fixed.
November 7, 2020, 12:08 (GMT)
XR: Remove controller overlay object

Object was originally meant to visualize the controller and be drawn
by the overlay engine, however it was unused since controllers are
now drawn via draw handlers. It might be added again in the future
for drawing more complex controller geometry.
November 7, 2020, 10:54 (GMT)
Refactor: move Object .blend I/O to IDTypeInfo callbacks
November 7, 2020, 10:54 (GMT)
Refactor: move Ipo .blend I/O to IDTypeInfo callbacks
November 7, 2020, 10:54 (GMT)
Refactor: move Screen .blend data read to blenkernel

Ref T76372.
November 7, 2020, 10:54 (GMT)
Cleanup: fix naming and remove unnecessary code
November 7, 2020, 10:54 (GMT)
Fix missing include warning

Caused by rB580ff2cb937daf43699908afe1190baea8d117aa
November 7, 2020, 10:54 (GMT)
Cleanup: remove unused includes in readfile.c and writefile.c
November 7, 2020, 10:54 (GMT)
Cleanup: Remove unused variable
November 7, 2020, 10:54 (GMT)
Cleanup: Rename render texture files to texture_*
November 7, 2020, 10:54 (GMT)
Cleanup: move plane array intersection into a function

Also add check to ensure a point isn't occluded by it's own plane,
which could happen if a small epsilon values are passed in.
November 7, 2020, 10:54 (GMT)
View3D: take clipping into account for Frame All

Clamp the min/max used for Frame All/Selected
by the clipping region if it's set.

Resolve T81050
November 7, 2020, 10:54 (GMT)
Cleanup: Clang-Tidy modernize-use-nullptr

Replace `NULL` with `nullptr` in C++ code.

No functional changes.
November 7, 2020, 10:53 (GMT)
Refactor: move Pose .blend I/O to blenkernel

Ref T76372.
November 7, 2020, 10:53 (GMT)
Clang-Tidy: error out when executable not found

Stop with an error when the Clang-Tidy executable cannot be found.

Without this check, CMake will happily report "Found Clang-Tidy" but with
the fallback version (0, 0, 0), when `CLANG_TIDY_EXECUTABLE` points to a
non-existing executable.
November 7, 2020, 10:53 (GMT)
Cleanup: Clang-Tidy, modernize-make-unique
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021