Cleanup: trailing space

This commit is contained in:
Campbell Barton
2024-11-26 12:38:10 +11:00
parent 9e9598877e
commit 45dfec6c55
6 changed files with 2 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ if(NOT APPLE)
if(NOT BLENDER_PLATFORM_ARM)
if(HIP_FOUND)
include(cmake/hiprt.cmake)
else()
else()
message(STATUS "Missing HIP compiler, skipping HIPRT build")
endif()
include(cmake/dpcpp.cmake)

View File

@@ -7,4 +7,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/../../cmake/config/blender_release.cmake")
set(WITH_CYCLES_TEST_OSL ON CACHE BOOL "" FORCE)
set(HIPRT_COMPILER_PARALLEL_JOBS 6 CACHE STRING "" FORCE)
set(SYCL_OFFLINE_COMPILER_PARALLEL_JOBS 6 CACHE STRING "" FORCE)
set(SYCL_OFFLINE_COMPILER_PARALLEL_JOBS 6 CACHE STRING "" FORCE)

View File

@@ -97,5 +97,3 @@ clearly separates sections of the code which operate in different modes.
This is mainly an issue with Edit-Mode since pose data can be manipulated without having to be in Pose-Mode,
yet for operator access you may still need to enter Pose-Mode.

View File

@@ -73,4 +73,3 @@ to keep it short about encoding problems -- here are some suggestions:
when reading some input it's less trouble to read it as binary data
though you will still need to decide how to treat any strings you want to use with Blender,
some importers do this.

View File

@@ -209,4 +209,3 @@ there is also no guaranteed compatibility in future releases.
.. code-block:: python
bpy.ops.wm.redraw_timer(type='DRAW_WIN_SWAP', iterations=1)

View File

@@ -109,4 +109,3 @@ the choice mostly depends on whether the target format supports n-gons or not.
in fact this is the only place where their use is encouraged.
- BMesh-Faces can work for exporting too but may not be necessary if polygons can be used
since using BMesh gives some overhead because it's not the native storage format in Object-Mode.