Crash when using Rotate Brush and Normal/View Automasking #102253

Closed
opened 2022-11-03 19:48:04 +01:00 by Ramil Roosileht · 11 comments

System Information
Operating system: Windows-10-10.0.22000-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.52

Blender Version
Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-11-02 22:23, hash: bad55d56bc
Worked: (newest version of Blender that worked as expected)

Short description of error
If you enable normal or view automasking and try to use rotate brush, Blender will crash

# Blender 3.4.0, Commit date: 2022-10-28 00:15, Hash 00533de7d53d
bpy.ops.sculpt.sculptmode_toggle()  # Operator
bpy.ops.object.modifier_apply(modifier="Subdivision")  # Operator
bpy.ops.object.editmode_toggle()  # Operator
bpy.ops.transform.tosphere(value=1, mirror=False, use_proportional_edit=False, proportional_edit_falloff='SMOOTH', proportional_size=1, use_proportional_connected=False, use_proportional_projected=False, snap=False)  # Operator
bpy.ops.object.editmode_toggle()  # Operator
bpy.ops.sculpt.sculptmode_toggle()  # Operator
bpy.ops.sculpt.sample_color()  # Operator
bpy.ops.sculpt.face_set_change_visibility(mode='TOGGLE')  # Operator
bpy.ops.sculpt.face_set_change_visibility(mode='TOGGLE')  # Operator
Unable to open 'C:\Users\rfnei\AppData\Local\Temp\copybuffer.blend': No such file or directory  # Warning
No objects to paste  # Info
Copied 1 selected object(s)  # Info
bpy.ops.object.voxel_remesh()  # Operator
bpy.ops.view3d.pastebuffer()  # Operator
1 object(s) pasted  # Info
bpy.ops.sculpt.dynamic_topology_toggle()  # Operator
bpy.ops.transform.translate(value=(0, 0, 0), orient_axis_ortho='X', orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'INCREMENT'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False)  # Operator
bpy.ops.sculpt.sample_color()  # Operator
bpy.ops.sculpt.sample_color()  # Operator
bpy.ops.wm.radial_control(data_path_primary="tool_settings.sculpt.brush.size", data_path_secondary="tool_settings.unified_paint_settings.size", use_secondary="tool_settings.unified_paint_settings.use_unified_size", rotation_path="tool_settings.sculpt.brush.texture_slot.angle", color_path="tool_settings.sculpt.brush.cursor_color_add", fill_color_path="", fill_color_override_path="", fill_color_override_test_path="", zoom_path="", image_id="tool_settings.sculpt.brush", secondary_tex=False)  # Operator
bpy.ops.sculpt.face_set_change_visibility(mode='TOGGLE')  # Operator
bpy.ops.sculpt.brush_stroke(stroke=[], mode='NORMAL')  # Operator
bpy.context.scene.tool_settings.sculpt.use_automasking_start_normal = True  # Property

# backtrace
Exception Record:

ExceptionCode         : EXCEPTION_ACCESS_VIOLATION
Exception Address     : 0x00007FF74753A577
Exception Module      : blender.exe
Exception Flags       : 0x00000000
Exception Parameters  : 0x2
	Parameters[0] : 0x0000000000000000
	Parameters[1] : 0x0000000000000000


Stack trace:
blender.exe         :0x00007FF74753A540  sculpt_automasking_normal_calc
blender.exe         :0x00007FF747539EA0  automasking_brush_normal_factor
blender.exe         :0x00007FF74753BCD0  SCULPT_automasking_factor_get
blender.exe         :0x00007FF747524260  SCULPT_brush_strength_factor
blender.exe         :0x00007FF747559180  do_rotate_brush_task_cb_ex
blender.exe         :0x00007FF74C5AFB20  BLI_task_parallel_range
blender.exe         :0x00007FF747550C50  SCULPT_do_rotate_brush
blender.exe         :0x00007FF74752CD80  do_brush_action
blender.exe         :0x00007FF74752EE60  do_tiled
blender.exe         :0x00007FF74752EBD0  do_symmetrical_brush_actions
blender.exe         :0x00007FF747531450  sculpt_stroke_update_step
blender.exe         :0x00007FF7474E20B0  paint_brush_stroke_add_step
blender.exe         :0x00007FF7474E44A0  paint_stroke_modal
blender.exe         :0x00007FF74752FFF0  sculpt_brush_stroke_modal
blender.exe         :0x00007FF74752FDB0  sculpt_brush_stroke_invoke
blender.exe         :0x00007FF746BBD930  wm_operator_invoke
blender.exe         :0x00007FF746BBB260  wm_handler_operator_call
blender.exe         :0x00007FF746BBCCD0  wm_handlers_do_keymap_with_keymap_handler
blender.exe         :0x00007FF746BBC450  wm_handlers_do_intern
blender.exe         :0x00007FF746BBB880  wm_handlers_do
blender.exe         :0x00007FF746BC1DF0  wm_event_do_handlers
blender.exe         :0x00007FF746BA7800  WM_main
blender.exe         :0x00007FF745C77FC0  main
blender.exe         :0x00007FF74C7AA870  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Threads:
Thread : 00003d00
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00001f04
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003c94
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003be0
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000010a8
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00001df0
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00000984
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002a28
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000009e0
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002bf8
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003a2c
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00000520
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003e6c
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002d78
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002300
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000033a8
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
blender.exe         :0x00007FF74CBD6B90  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF74CBD63A0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF745E3A8F0  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000035f0
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000024f8
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00001a78
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000032dc
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002834
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
nvoglv64.dll        :0x00007FFE48311C00  DrvValidateVersion
nvoglv64.dll        :0x00007FFE4809F73C  Symbols not available


Thread : 00000ea0
ntdll.dll           :0x00007FFEA42EDC00  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFEA2020370  WaitForMultipleObjectsEx
KERNELBASE.dll      :0x00007FFEA2020350  WaitForMultipleObjects
nvoglv64.dll        :0x00007FFE48347770  DrvPresentBuffers
nvoglv64.dll        :0x00007FFE48347770  DrvPresentBuffers
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002654
win32u.dll          :0x00007FFEA1B5A0F0  NtUserMsgWaitForMultipleObjectsEx
USER32.dll          :0x00007FFEA3570730  MsgWaitForMultipleObjectsEx
nvoglv64.dll        :0x00007FFE48311C00  DrvValidateVersion
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00001af0
win32u.dll          :0x00007FFEA1B5A0F0  NtUserMsgWaitForMultipleObjectsEx
USER32.dll          :0x00007FFEA3570730  MsgWaitForMultipleObjectsEx
directmanipulation.dll:0x00007FFE8C69458B  Symbols not available


Thread : 00001780
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002bfc
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003f90
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003510
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003e04
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00001564
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00001b14
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 000019c4
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00000c58
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00000a1c
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00002d10
ntdll.dll           :0x00007FFEA42ED130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFEA1FF2FE0  WaitForSingleObjectEx
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFE92B1D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFEA1A71B20  configthreadlocale
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Thread : 00003594
ntdll.dll           :0x00007FFEA42F0B00  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFEA42A26D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFEA2557020  BaseThreadInitThunk
ntdll.dll           :0x00007FFEA42A2680  RtlUserThreadStart


Loaded Modules :
0x00007FF745B00000 3.4.0.0              blender.exe F:\Диск I\programm\blenders\свежак 24-14-9-13\b 
0x00007FFEA4250000 10.0.19041.2130      ntdll.dll  
0x00007FFEA2540000 10.0.19041.1889      KERNEL32.DLL  
0x00007FFEA1FD0000 10.0.19041.2130      KERNELBASE.dll  
0x00007FFEA2F50000 10.0.19041.546       WS2_32.dll  
0x00007FFEA38B0000 10.0.19041.1806      RPCRT4.dll  
0x00007FFE92B10000                      tbb.dll  
0x00007FFE91E20000                      tbbmalloc.dll  
0x00007FFEA3550000 10.0.19041.2130      USER32.dll  
0x00007FFEA1B50000 10.0.19041.2130      win32u.dll  
0x00007FFEA2600000 10.0.19041.2130      GDI32.dll  
0x00007FFEA1CC0000 10.0.19041.2130      gdi32full.dll  
0x00007FFEA19B0000 10.0.19041.789       msvcp_win.dll  
0x00007FFEA1A50000 10.0.19041.789       ucrtbase.dll  
0x00007FFE97AF0000 14.29.30139.0        VCRUNTIME140.dll  
0x00007FFEA30A0000 10.0.19041.2130      ADVAPI32.dll  
0x00007FFEA34B0000 7.0.19041.546        msvcrt.dll  
0x00007FFE9EA10000 14.29.30139.0        VCRUNTIME140_1.dll  
0x00007FFE7DD30000 14.29.30139.0        MSVCP140.dll  
0x00007FFEA3790000 10.0.19041.1865      sechost.dll  
0x00007FFEA2630000 10.0.19041.2075      SHELL32.dll  
0x00007FFEA22B0000 10.0.19041.2075      SHLWAPI.dll  
0x00007FFE9B860000 10.0.19041.867       dbghelp.dll  
0x00007FFEA1960000 10.0.19041.1620      CFGMGR32.dll  
0x00007FFE6B010000 6.1.0.0              sycl6.dll  
0x00007FFEA1FA0000 10.0.19041.1023      bcrypt.dll  
0x00007FFE79820000                      epoxy-0.dll  
0x00007FFEA2410000 10.0.19041.1202      ole32.dll  
0x00007FFEA39E0000 10.0.19041.2130      combase.dll  
0x00007FFEA3780000 10.0.19041.546       PSAPI.DLL  
0x00007FFEA3270000 10.0.19041.1865      shcore.dll  
0x00007FFEA2310000 10.0.19041.546       IMM32.dll  
0x00007FFE698C0000 9.0.0.0              openvdb.dll  
0x00007FFE4A5A0000 59.37.100.0          avcodec-59.dll  
0x00007FFE4CA90000                      cycles_kernel_oneapi_aot.dll  
0x00007FFE6D620000 59.27.100.0          avformat-59.dll  
0x00007FFE91740000 59.7.100.0           avdevice-59.dll  
0x00007FFE6C580000 57.28.100.0          avutil-57.dll  
0x00007FFEA2FC0000 10.0.19041.985       OLEAUT32.dll  
0x0000000067380000 1.1.0.0              libsndfile-1.dll  
0x00007FFE7B880000 6.7.100.0            swscale-6.dll  
0x00007FFE7A260000 1.21.1.0             OpenAL32.dll  
0x000000006ACC0000                      libgmp-10.dll  
0x00007FFE9E1C0000                      libgmpxx.dll  
0x00007FFE76BF0000 2.0.20.0             SDL2.dll  
0x00007FFE9ABC0000                      tbbmalloc_proxy.dll  
0x00007FFEA3D40000 10.0.19041.1741      SETUPAPI.dll  
0x00007FFE91710000 10.0.19041.1         AVIFIL32.dll  
0x00007FFE844B0000 6.10.19041.1110      COMCTL32.dll  
0x00007FFE9C5E0000 10.0.19041.546       VERSION.dll  
0x00007FFE693F0000 3.10.8150.1013       python310.dll  
0x00007FFE9F730000 10.0.19041.746       dwmapi.dll  
0x0000000070680000                      libfftw3-3.dll  
0x00007FFE915B0000 4.7.100.0            swresample-4.dll  
0x00007FFE92F80000 10.0.19041.546       Secur32.dll  
0x00007FFE94990000 10.0.19041.1         AVICAP32.dll  
0x00007FFE9D990000 10.0.19041.546       WINMM.dll  
0x00007FFE9AB90000 10.0.19041.1         MSACM32.dll  
0x00007FFE908A0000 10.0.19041.1         MSVFW32.dll  
0x00007FFE96EB0000 10.0.19041.1         winmmbase.dll  
0x00007FFEA1820000 10.0.19041.2130      SSPICLI.DLL  
0x00007FFE9F840000 10.0.19041.546       kernel.appcore.dll  
0x00007FFE9FA40000 10.0.19041.2130      windows.storage.dll  
0x00007FFEA12E0000 10.0.19041.2075      Wldp.dll  
0x00007FFE9F460000 10.0.19041.2130      uxtheme.dll  
0x00007FFEA1C30000 10.0.19041.1415      bcryptPrimitives.dll  
0x00007FFEA18A0000 10.0.19041.844       profapi.dll  
0x00007FFEA3400000 2001.12.10941.16384  clbcatq.dll  
0x00007FFE9CFC0000 10.0.19041.1503      MMDevApi.dll  
0x00007FFEA1650000 10.0.19041.1620      DEVOBJ.dll  
0x00007FFE9D0C0000 10.0.19041.1865      AUDIOSES.DLL  
0x00007FFEA17D0000 10.0.19041.546       powrprof.dll  
0x00007FFEA17B0000                      UMPDC.dll  
0x00007FFEA3150000 10.0.19041.2075      MSCTF.dll  
0x00007FFE79570000 10.0.19041.2075      OPENGL32.DLL  
0x00007FFE902D0000 10.0.19041.2075      GLU32.dll  
0x00007FFE9ADF0000 10.0.19041.2075      AppXDeploymentClient.dll  
0x00007FFE475E0000 30.0.14.9649         nvoglv64.dll  
0x00007FFE9D780000 10.0.19041.546       WTSAPI32.dll  
0x00007FFEA1250000 10.0.19041.546       CRYPTBASE.DLL  
0x00007FFEA1470000 10.0.19041.546       msasn1.dll  
0x00007FFE9C570000 10.0.19041.906       cryptnet.dll  
0x00007FFEA1DD0000 10.0.19041.1889      CRYPT32.dll  
0x00007FFE9AEF0000 10.0.19041.1949      drvstore.dll  
0x00007FFEA1F30000 10.0.19041.2075      WINTRUST.dll  
0x00007FFEA0AA0000 10.0.19041.546       ntmarta.dll  
0x00007FFE9CEB0000 10.0.19041.546       dxcore.dll  
0x00007FFEA1740000 10.0.19041.2075      WINSTA.dll  
0x00007FFE91BB0000 10.0.19041.1387      dataexchange.dll  
0x00007FFE9E1D0000 10.0.19041.2075      d3d11.dll  
0x00007FFE9EA20000 10.0.19041.2075      dcomp.dll  
0x00007FFEA0340000 10.0.19041.2075      dxgi.dll  
0x00007FFE94780000 10.0.19041.1865      twinapi.appcore.dll  
0x00007FFE919D0000 10.0.19041.2075      textinputframework.dll  
0x00007FFE9EF10000 10.0.19041.546       CoreUIComponents.dll  
0x00007FFE9ED10000 10.0.19041.746       CoreMessaging.dll  
0x00007FFE9E060000 10.0.19041.2130      wintypes.dll  
0x00007FFE96F70000 7.2.19041.746        Oleacc.dll  
0x00007FFE89EA0000 10.0.19041.1949      explorerframe.dll  
0x00007FFE8C680000 10.0.19041.1566      directmanipulation.dll  
0x00007FFEA1230000 10.0.19041.546       CRYPTSP.dll  
0x00007FFEA0960000 10.0.19041.1052      rsaenh.dll  
0x00007FFE69130000 30.0.14.9649         nvcuda.dll  
0x00007FFE64430000 30.0.14.9649         nvcuda64.dll  
0x00007FFE90E40000 30.0.14.9649         nvapi64.dll  

# Python backtrace

Exact steps for others to reproduce the error

blender_LjK1ABNQuY.mp4

  • Launch Blender - Sculpting Template
  • Enable Normal or View Automasking

Use Rotate Brush on a mesh

**System Information** Operating system: Windows-10-10.0.22000-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.52 **Blender Version** Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-11-02 22:23, hash: `bad55d56bc` Worked: (newest version of Blender that worked as expected) **Short description of error** If you enable normal or view automasking and try to use rotate brush, Blender will crash ```lines=10 # Blender 3.4.0, Commit date: 2022-10-28 00:15, Hash 00533de7d53d bpy.ops.sculpt.sculptmode_toggle() # Operator bpy.ops.object.modifier_apply(modifier="Subdivision") # Operator bpy.ops.object.editmode_toggle() # Operator bpy.ops.transform.tosphere(value=1, mirror=False, use_proportional_edit=False, proportional_edit_falloff='SMOOTH', proportional_size=1, use_proportional_connected=False, use_proportional_projected=False, snap=False) # Operator bpy.ops.object.editmode_toggle() # Operator bpy.ops.sculpt.sculptmode_toggle() # Operator bpy.ops.sculpt.sample_color() # Operator bpy.ops.sculpt.face_set_change_visibility(mode='TOGGLE') # Operator bpy.ops.sculpt.face_set_change_visibility(mode='TOGGLE') # Operator Unable to open 'C:\Users\rfnei\AppData\Local\Temp\copybuffer.blend': No such file or directory # Warning No objects to paste # Info Copied 1 selected object(s) # Info bpy.ops.object.voxel_remesh() # Operator bpy.ops.view3d.pastebuffer() # Operator 1 object(s) pasted # Info bpy.ops.sculpt.dynamic_topology_toggle() # Operator bpy.ops.transform.translate(value=(0, 0, 0), orient_axis_ortho='X', orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'INCREMENT'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False) # Operator bpy.ops.sculpt.sample_color() # Operator bpy.ops.sculpt.sample_color() # Operator bpy.ops.wm.radial_control(data_path_primary="tool_settings.sculpt.brush.size", data_path_secondary="tool_settings.unified_paint_settings.size", use_secondary="tool_settings.unified_paint_settings.use_unified_size", rotation_path="tool_settings.sculpt.brush.texture_slot.angle", color_path="tool_settings.sculpt.brush.cursor_color_add", fill_color_path="", fill_color_override_path="", fill_color_override_test_path="", zoom_path="", image_id="tool_settings.sculpt.brush", secondary_tex=False) # Operator bpy.ops.sculpt.face_set_change_visibility(mode='TOGGLE') # Operator bpy.ops.sculpt.brush_stroke(stroke=[], mode='NORMAL') # Operator bpy.context.scene.tool_settings.sculpt.use_automasking_start_normal = True # Property # backtrace Exception Record: ExceptionCode : EXCEPTION_ACCESS_VIOLATION Exception Address : 0x00007FF74753A577 Exception Module : blender.exe Exception Flags : 0x00000000 Exception Parameters : 0x2 Parameters[0] : 0x0000000000000000 Parameters[1] : 0x0000000000000000 Stack trace: blender.exe :0x00007FF74753A540 sculpt_automasking_normal_calc blender.exe :0x00007FF747539EA0 automasking_brush_normal_factor blender.exe :0x00007FF74753BCD0 SCULPT_automasking_factor_get blender.exe :0x00007FF747524260 SCULPT_brush_strength_factor blender.exe :0x00007FF747559180 do_rotate_brush_task_cb_ex blender.exe :0x00007FF74C5AFB20 BLI_task_parallel_range blender.exe :0x00007FF747550C50 SCULPT_do_rotate_brush blender.exe :0x00007FF74752CD80 do_brush_action blender.exe :0x00007FF74752EE60 do_tiled blender.exe :0x00007FF74752EBD0 do_symmetrical_brush_actions blender.exe :0x00007FF747531450 sculpt_stroke_update_step blender.exe :0x00007FF7474E20B0 paint_brush_stroke_add_step blender.exe :0x00007FF7474E44A0 paint_stroke_modal blender.exe :0x00007FF74752FFF0 sculpt_brush_stroke_modal blender.exe :0x00007FF74752FDB0 sculpt_brush_stroke_invoke blender.exe :0x00007FF746BBD930 wm_operator_invoke blender.exe :0x00007FF746BBB260 wm_handler_operator_call blender.exe :0x00007FF746BBCCD0 wm_handlers_do_keymap_with_keymap_handler blender.exe :0x00007FF746BBC450 wm_handlers_do_intern blender.exe :0x00007FF746BBB880 wm_handlers_do blender.exe :0x00007FF746BC1DF0 wm_event_do_handlers blender.exe :0x00007FF746BA7800 WM_main blender.exe :0x00007FF745C77FC0 main blender.exe :0x00007FF74C7AA870 __scrt_common_main_seh KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Threads: Thread : 00003d00 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00001f04 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003c94 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003be0 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000010a8 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00001df0 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00000984 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002a28 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000009e0 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002bf8 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003a2c ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00000520 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003e6c ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002d78 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002300 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000033a8 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx blender.exe :0x00007FF74CBD6B90 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF74CBD63A0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF745E3A8F0 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000035f0 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000024f8 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00001a78 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000032dc ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002834 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx nvoglv64.dll :0x00007FFE48311C00 DrvValidateVersion nvoglv64.dll :0x00007FFE4809F73C Symbols not available Thread : 00000ea0 ntdll.dll :0x00007FFEA42EDC00 ZwWaitForMultipleObjects KERNELBASE.dll :0x00007FFEA2020370 WaitForMultipleObjectsEx KERNELBASE.dll :0x00007FFEA2020350 WaitForMultipleObjects nvoglv64.dll :0x00007FFE48347770 DrvPresentBuffers nvoglv64.dll :0x00007FFE48347770 DrvPresentBuffers KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002654 win32u.dll :0x00007FFEA1B5A0F0 NtUserMsgWaitForMultipleObjectsEx USER32.dll :0x00007FFEA3570730 MsgWaitForMultipleObjectsEx nvoglv64.dll :0x00007FFE48311C00 DrvValidateVersion KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00001af0 win32u.dll :0x00007FFEA1B5A0F0 NtUserMsgWaitForMultipleObjectsEx USER32.dll :0x00007FFEA3570730 MsgWaitForMultipleObjectsEx directmanipulation.dll:0x00007FFE8C69458B Symbols not available Thread : 00001780 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002bfc ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003f90 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003510 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003e04 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00001564 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00001b14 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 000019c4 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00000c58 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00000a1c ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00002d10 ntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FFE92B1D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Thread : 00003594 ntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk ntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart Loaded Modules : 0x00007FF745B00000 3.4.0.0 blender.exe F:\Диск I\programm\blenders\свежак 24-14-9-13\b 0x00007FFEA4250000 10.0.19041.2130 ntdll.dll 0x00007FFEA2540000 10.0.19041.1889 KERNEL32.DLL 0x00007FFEA1FD0000 10.0.19041.2130 KERNELBASE.dll 0x00007FFEA2F50000 10.0.19041.546 WS2_32.dll 0x00007FFEA38B0000 10.0.19041.1806 RPCRT4.dll 0x00007FFE92B10000 tbb.dll 0x00007FFE91E20000 tbbmalloc.dll 0x00007FFEA3550000 10.0.19041.2130 USER32.dll 0x00007FFEA1B50000 10.0.19041.2130 win32u.dll 0x00007FFEA2600000 10.0.19041.2130 GDI32.dll 0x00007FFEA1CC0000 10.0.19041.2130 gdi32full.dll 0x00007FFEA19B0000 10.0.19041.789 msvcp_win.dll 0x00007FFEA1A50000 10.0.19041.789 ucrtbase.dll 0x00007FFE97AF0000 14.29.30139.0 VCRUNTIME140.dll 0x00007FFEA30A0000 10.0.19041.2130 ADVAPI32.dll 0x00007FFEA34B0000 7.0.19041.546 msvcrt.dll 0x00007FFE9EA10000 14.29.30139.0 VCRUNTIME140_1.dll 0x00007FFE7DD30000 14.29.30139.0 MSVCP140.dll 0x00007FFEA3790000 10.0.19041.1865 sechost.dll 0x00007FFEA2630000 10.0.19041.2075 SHELL32.dll 0x00007FFEA22B0000 10.0.19041.2075 SHLWAPI.dll 0x00007FFE9B860000 10.0.19041.867 dbghelp.dll 0x00007FFEA1960000 10.0.19041.1620 CFGMGR32.dll 0x00007FFE6B010000 6.1.0.0 sycl6.dll 0x00007FFEA1FA0000 10.0.19041.1023 bcrypt.dll 0x00007FFE79820000 epoxy-0.dll 0x00007FFEA2410000 10.0.19041.1202 ole32.dll 0x00007FFEA39E0000 10.0.19041.2130 combase.dll 0x00007FFEA3780000 10.0.19041.546 PSAPI.DLL 0x00007FFEA3270000 10.0.19041.1865 shcore.dll 0x00007FFEA2310000 10.0.19041.546 IMM32.dll 0x00007FFE698C0000 9.0.0.0 openvdb.dll 0x00007FFE4A5A0000 59.37.100.0 avcodec-59.dll 0x00007FFE4CA90000 cycles_kernel_oneapi_aot.dll 0x00007FFE6D620000 59.27.100.0 avformat-59.dll 0x00007FFE91740000 59.7.100.0 avdevice-59.dll 0x00007FFE6C580000 57.28.100.0 avutil-57.dll 0x00007FFEA2FC0000 10.0.19041.985 OLEAUT32.dll 0x0000000067380000 1.1.0.0 libsndfile-1.dll 0x00007FFE7B880000 6.7.100.0 swscale-6.dll 0x00007FFE7A260000 1.21.1.0 OpenAL32.dll 0x000000006ACC0000 libgmp-10.dll 0x00007FFE9E1C0000 libgmpxx.dll 0x00007FFE76BF0000 2.0.20.0 SDL2.dll 0x00007FFE9ABC0000 tbbmalloc_proxy.dll 0x00007FFEA3D40000 10.0.19041.1741 SETUPAPI.dll 0x00007FFE91710000 10.0.19041.1 AVIFIL32.dll 0x00007FFE844B0000 6.10.19041.1110 COMCTL32.dll 0x00007FFE9C5E0000 10.0.19041.546 VERSION.dll 0x00007FFE693F0000 3.10.8150.1013 python310.dll 0x00007FFE9F730000 10.0.19041.746 dwmapi.dll 0x0000000070680000 libfftw3-3.dll 0x00007FFE915B0000 4.7.100.0 swresample-4.dll 0x00007FFE92F80000 10.0.19041.546 Secur32.dll 0x00007FFE94990000 10.0.19041.1 AVICAP32.dll 0x00007FFE9D990000 10.0.19041.546 WINMM.dll 0x00007FFE9AB90000 10.0.19041.1 MSACM32.dll 0x00007FFE908A0000 10.0.19041.1 MSVFW32.dll 0x00007FFE96EB0000 10.0.19041.1 winmmbase.dll 0x00007FFEA1820000 10.0.19041.2130 SSPICLI.DLL 0x00007FFE9F840000 10.0.19041.546 kernel.appcore.dll 0x00007FFE9FA40000 10.0.19041.2130 windows.storage.dll 0x00007FFEA12E0000 10.0.19041.2075 Wldp.dll 0x00007FFE9F460000 10.0.19041.2130 uxtheme.dll 0x00007FFEA1C30000 10.0.19041.1415 bcryptPrimitives.dll 0x00007FFEA18A0000 10.0.19041.844 profapi.dll 0x00007FFEA3400000 2001.12.10941.16384 clbcatq.dll 0x00007FFE9CFC0000 10.0.19041.1503 MMDevApi.dll 0x00007FFEA1650000 10.0.19041.1620 DEVOBJ.dll 0x00007FFE9D0C0000 10.0.19041.1865 AUDIOSES.DLL 0x00007FFEA17D0000 10.0.19041.546 powrprof.dll 0x00007FFEA17B0000 UMPDC.dll 0x00007FFEA3150000 10.0.19041.2075 MSCTF.dll 0x00007FFE79570000 10.0.19041.2075 OPENGL32.DLL 0x00007FFE902D0000 10.0.19041.2075 GLU32.dll 0x00007FFE9ADF0000 10.0.19041.2075 AppXDeploymentClient.dll 0x00007FFE475E0000 30.0.14.9649 nvoglv64.dll 0x00007FFE9D780000 10.0.19041.546 WTSAPI32.dll 0x00007FFEA1250000 10.0.19041.546 CRYPTBASE.DLL 0x00007FFEA1470000 10.0.19041.546 msasn1.dll 0x00007FFE9C570000 10.0.19041.906 cryptnet.dll 0x00007FFEA1DD0000 10.0.19041.1889 CRYPT32.dll 0x00007FFE9AEF0000 10.0.19041.1949 drvstore.dll 0x00007FFEA1F30000 10.0.19041.2075 WINTRUST.dll 0x00007FFEA0AA0000 10.0.19041.546 ntmarta.dll 0x00007FFE9CEB0000 10.0.19041.546 dxcore.dll 0x00007FFEA1740000 10.0.19041.2075 WINSTA.dll 0x00007FFE91BB0000 10.0.19041.1387 dataexchange.dll 0x00007FFE9E1D0000 10.0.19041.2075 d3d11.dll 0x00007FFE9EA20000 10.0.19041.2075 dcomp.dll 0x00007FFEA0340000 10.0.19041.2075 dxgi.dll 0x00007FFE94780000 10.0.19041.1865 twinapi.appcore.dll 0x00007FFE919D0000 10.0.19041.2075 textinputframework.dll 0x00007FFE9EF10000 10.0.19041.546 CoreUIComponents.dll 0x00007FFE9ED10000 10.0.19041.746 CoreMessaging.dll 0x00007FFE9E060000 10.0.19041.2130 wintypes.dll 0x00007FFE96F70000 7.2.19041.746 Oleacc.dll 0x00007FFE89EA0000 10.0.19041.1949 explorerframe.dll 0x00007FFE8C680000 10.0.19041.1566 directmanipulation.dll 0x00007FFEA1230000 10.0.19041.546 CRYPTSP.dll 0x00007FFEA0960000 10.0.19041.1052 rsaenh.dll 0x00007FFE69130000 30.0.14.9649 nvcuda.dll 0x00007FFE64430000 30.0.14.9649 nvcuda64.dll 0x00007FFE90E40000 30.0.14.9649 nvapi64.dll # Python backtrace ``` **Exact steps for others to reproduce the error** [blender_LjK1ABNQuY.mp4](https://archive.blender.org/developer/F13851145/blender_LjK1ABNQuY.mp4) - Launch Blender - Sculpting Template - Enable Normal or View Automasking # Use Rotate Brush on a mesh
Author
Member

Added subscriber: @Limarest

Added subscriber: @Limarest

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Added subscriber: @mod_moder

Added subscriber: @mod_moder

Something between:
e2df195844 - 206dead860
Maybe I don't know how to reproduce this before, or this feature didn't work from the beginning.

Something between: `e2df195844` - `206dead860` Maybe I don't know how to reproduce this before, or this feature didn't work from the beginning.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Philipp Oeser self-assigned this 2022-11-04 09:51:08 +01:00
Member

Yeah, missed a call to SCULPT_automasking_node_update in bbc69563d0.
Fix incoming...

Yeah, missed a call to `SCULPT_automasking_node_update` in bbc69563d0. Fix incoming...

This issue was referenced by db3bf36770

This issue was referenced by db3bf3677085d64cca04f01e2004f556c75a4400
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Member

Added subscriber: @JosephEagar

Added subscriber: @JosephEagar
Member

Why am I even submitting a Diff here @JosephEagar?

Why am I even submitting a Diff here @JosephEagar?
Member

Added subscriber: @EAW

Added subscriber: @EAW
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser Project (Legacy)
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#102253
No description provided.