Wintab walk navigation erratic (regression) #82288

Closed
opened 2020-11-01 02:54:20 +01:00 by Vyacheslav Kobozev · 39 comments

System Information
Operating system: Windows-7-6.1.7601-SP1 64 Bits
Graphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71

Blender Version
Broken: 2.92.0-316a5914bcc6-windows64
Worked partially: 2.92.0-cac8a7cddb56-windows64
Worked as it should: blender-2.92.0-024b65b5e518-windows64

Blender do not work with pen tablet (wacom intuos 3).
In previous version (cac8a7cddb) pen worked nice except one small thing: right after loading blender it do not react to pen with walk mode.
So I need to switch walk, move pen (no turning) then back, then walk mode again and this second time it work properly.

In 024b65b5e5 all work well (as I can see)

**System Information** Operating system: Windows-7-6.1.7601-SP1 64 Bits Graphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71 **Blender Version** Broken: 2.92.0-316a5914bcc6-windows64 Worked partially: 2.92.0-cac8a7cddb56-windows64 Worked as it should: blender-2.92.0-024b65b5e518-windows64 Blender do not work with pen tablet (wacom intuos 3). In previous version (cac8a7cddb56) pen worked nice except one small thing: right after loading blender it do not react to pen with walk mode. So I need to switch walk, move pen (no turning) then back, then walk mode again and this second time it work properly. In 024b65b5e518 all work well (as I can see)

Added subscriber: @Vyach

Added subscriber: @Vyach

#83718 was marked as duplicate of this issue

#83718 was marked as duplicate of this issue

#83290 was marked as duplicate of this issue

#83290 was marked as duplicate of this issue

Added subscribers: @PrototypeNM1, @jenkm

Added subscribers: @PrototypeNM1, @jenkm
CC @PrototypeNM1

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

Testing with a1f46ac9dc and a Wacom Intuos, this appears to be working fine for me. I've done the following:

  • Open Blender.
  • Use View > Navigation > Fly Navigation to start the fly mode.

Hover my pen over the tablet (pen not touching) and it adjusts the camera rotation in direction of the pen position.

Are those the same steps you're doing? Do you have Windows Ink enabled?

Testing with a1f46ac9dc and a Wacom Intuos, this appears to be working fine for me. I've done the following: - Open Blender. - Use *View > Navigation > Fly Navigation* to start the fly mode. # Hover my pen over the tablet (pen not touching) and it adjusts the camera rotation in direction of the pen position. Are those the same steps you're doing? Do you have Windows Ink enabled?

@rjg
Sorry, it was walk mode without gravity.
2020-11-01_18-33-26.mp4

@rjg Sorry, it was walk mode without gravity. [2020-11-01_18-33-26.mp4](https://archive.blender.org/developer/F9152989/2020-11-01_18-33-26.mp4)
Nicholas Rishel self-assigned this 2020-11-02 08:49:08 +01:00

@Vyach can you run [this build ]] and upload the console log [ https:*developer.blender.org/paste/edit/form/default/ | here ?

@Vyach can you run [this build ]] and upload the console log [[ https:*developer.blender.org/paste/edit/form/default/ | here ](https:*blender.community/c/graphicall/Wlbbbc/)?

@PrototypeNM1
Done. Here what i have in console + log.
Will it help?

57172554.png

blender_debug_output.txt

@PrototypeNM1 Done. Here what i have in console + log. Will it help? ![57172554.png](https://archive.blender.org/developer/F9165887/57172554.png) [blender_debug_output.txt](https://archive.blender.org/developer/F9165889/blender_debug_output.txt)

btw this build work little better, but still «drags» view (in walk mode) to the right. Not so agressively as master build.

btw this build work little better, but still «drags» view (in walk mode) to the right. Not so agressively as master build.

@Vyach Thanks for the upload, could you actually remove the screencap of the console log, it's a bit distracting. XD

I think I don't understand the problem. Could you rephrase what the issue you're having specific to Blender 2.92?

@Vyach Thanks for the upload, could you actually remove the `screencap` of the console log, it's a bit distracting. XD I think I don't understand the problem. Could you rephrase what the issue you're having specific to Blender 2.92?

@PrototypeNM1
In the walk mode it is impossible to navigate with pen, because camera/view constantly and insanely rotates by itself.

2020-11-03_00-15-32.mp4

@PrototypeNM1 In the walk mode it is impossible to navigate with pen, because camera/view constantly and insanely rotates by itself. [2020-11-03_00-15-32.mp4](https://archive.blender.org/developer/F9172645/2020-11-03_00-15-32.mp4)

This looks like a duplicate of #65559. It's surprising that it worked previously.

Can you try changing the Tablet API to Wintab and Windows Ink and see if it works for one but not the other? Edit: I was able to reproduce in Wintab but not Windows Ink.

Edit: might relate to #40621, c8711b6f6f contains the fix which might have regressed. Edit: since this works with Windows Ink it indicates the issue relates to Wintab.

This looks like a duplicate of #65559. It's surprising that it worked previously. ~~Can you try changing the Tablet API to Wintab and Windows Ink and see if it works for one but not the other?~~ Edit: I was able to reproduce in Wintab but not Windows Ink. ~~Edit: might relate to #40621, c8711b6f6f contains the fix which might have regressed.~~ Edit: since this works with Windows Ink it indicates the issue relates to Wintab.

@PrototypeNM1 wrote:
Can you try changing the Tablet API to Wintab and Windows Ink and see if it works for one but not the other?

  1. there is no windows ink on Win7.
  2. I can navigate with MMB from pen, Fly mode is work fine.

So there is no problem with pen or driver. Something was broken few builds ago in walk mode or keymap for it.

> @PrototypeNM1 wrote: > Can you try changing the Tablet API to Wintab and Windows Ink and see if it works for one but not the other? 1. there is no windows ink on Win7. 2. I can navigate with MMB from pen, Fly mode is work fine. So there is no problem with pen or driver. Something was broken few builds ago in walk mode or keymap for it.
Vyacheslav Kobozev changed title from Last Blender do not work with pen tablet (regression) to Last Blender do not work with pen tablet in walk navigation (regression) 2020-11-02 22:54:33 +01:00

The issue is probably wintab related, as there have been a lot of changes there recently.

  1. I can navigate with MMB from pen, Fly mode is work fine.

Do you have a custom keymap? I'm not sure how you would be using MMB for fly mode, it normally orbits.

The issue is probably wintab related, as there have been a lot of changes there recently. > 2. I can navigate with MMB from pen, Fly mode is work fine. Do you have a custom keymap? I'm not sure how you would be using MMB for fly mode, it normally orbits.
Nicholas Rishel changed title from Last Blender do not work with pen tablet in walk navigation (regression) to Wintab walk navigation erratic (regression) 2020-11-02 23:12:40 +01:00

Removed subscriber: @jenkm

Removed subscriber: @jenkm

Do you have a custom keymap? I'm not sure how you would be using MMB for fly mode, it normally orbits.

Yes, but I tested with factory startup too. Same issue.

And yes, I use MMB as orbit. So, probably it is not keymap issue.

> Do you have a custom keymap? I'm not sure how you would be using MMB for fly mode, it normally orbits. Yes, but I tested with factory startup too. Same issue. And yes, I use MMB as orbit. So, probably it is not keymap issue.

@Vyach I [updated the build ]] with additional logging, could you recreate the bug and paste the console log [ https:*developer.blender.org/paste/edit/form/default/ | at this link again?

@Vyach I [updated the build ]] with additional logging, could you recreate the bug and paste the console log [[ https:*developer.blender.org/paste/edit/form/default/ | at this link ](https:*blender.community/c/graphicall/Wlbbbc/) again?

@PrototypeNM1 there is no bugs and no wintab info in console. Am I doing something wrong?
58204746.png

@PrototypeNM1 there is no bugs and no wintab info in console. Am I doing something wrong? ![58204746.png](https://archive.blender.org/developer/F9289743/58204746.png)

This is debug output.
blender_debug_output.txt

This is debug output. [blender_debug_output.txt](https://archive.blender.org/developer/F9289812/blender_debug_output.txt)

What you had first was correct.

I fixed the issue with the system console not working, [download build here ]] and [ https:*developer.blender.org/paste/edit/form/default/ | paste console here .

What you had first was correct. I fixed the issue with the system console not working, [download build here ]] and [[ https:*developer.blender.org/paste/edit/form/default/ | paste console here ](https:*blender.community/c/graphicall/Wlbbbc/).

In #82288#1055883, @PrototypeNM1 wrote:

Yes, now I see logs
Here P1783: Debug log wintab issues blender

#82288 (Wintab walk navigation erratic (regression))

G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blender-viewport-rename.py:101
[DEBUG] (2020/11/17 23:46:24) mesh-fairing-master.linalg.init():L164 - Using NumPySolver
G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\optiloops.py:307
I1117 23:46:25.236095  4540 blender_python.cpp:194] Debug flags initialized to:
CPU flags:
  AVX2       : True
  AVX        : True
  SSE4.1     : True
  SSE3       : True
  SSE2       : True
  BVH layout : EMBREE
  Split      : False
CUDA flags:
  Adaptive Compile : False
OptiX flags:
  CUDA streams : 1
OpenCL flags:
  Device type    : ALL
  Debug          : False
  Memory limit   : 0
Switching to fully guarded memory allocator.
Blender 2.92.0 Alpha
Build: 2020-11-16 23:11:48 Windows Release
argv- [x] = M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\\blender
argv- [x] = --debug
argv- [x] = --debug-cycles
argv- [x] = --python-expr
argv- [x] = import bpy; bpy.ops.wm.sysinfo(filepath=r'G:\Users\Ad\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt')
Read prefs: G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend
read file G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\startup.blend
  Version 292 sub 1 date 2020-10-27 22:14 hash 024b65b5e518
lcOutOrgX: 0, lcOutOrgY: 0, lcOutExtX: 1680, lcOutExtY: -1050
left: 0, top: 0, width: 1680, height: 1050
initializeWintab numDevices: 1
initializeWintab maxPressure: 1023
initializeWintab maxAzimuth: 3600, maxAltitude: 900
0000000000080312 32 max contexts, 5 open contexts
initializeWintab queueSize: 500, queueSizeGet: 500
initializeWintab cursor 0 buttons
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
2, 1, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
initializeWintab cursor 1 buttons
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
1, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
initializeWintab cursor 2 buttons
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
0000000000080312 updateWintab enable: 1, overlap: 1
Warning: class VIEW3D_OT_viewport_rename contains a property which should be an annotation!
    assign as a type annotation: VIEW3D_OT_viewport_rename.type
    assign as a type annotation: VIEW3D_OT_viewport_rename.start
    assign as a type annotation: VIEW3D_OT_viewport_rename.data_flag
Warning: class MESH_OT_optiloops contains a property which should be an annotation!
    assign as a type annotation: MESH_OT_optiloops.angle_threshold
    assign as a type annotation: MESH_OT_optiloops.only_closed
    assign as a type annotation: MESH_OT_optiloops.keep_subsurf_influencing_loops
    assign as a type annotation: MESH_OT_optiloops.keep_seams
    assign as a type annotation: MESH_OT_optiloops.finish_dissolve
Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132
Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132
I1117 23:46:26.055142  4540 device_opencl.cpp:48] CLEW initialization succeeded.
I1117 23:46:26.055142  4540 device_cuda.cpp:41] CUEW initialization succeeded
ȍԎЌȟ: ͥ 㤠Ƣ⯠͠ʢȠ䠩̫ Ϯ ǠĠͭ묠蠡ˮ̮͠
I1117 23:46:26.151147  4540 device_cuda.cpp:51] Neither precompiled kernels nor CUDA compiler was found, unable to use CUDA
Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 68, in handler
    bpy.ops.custom.blend_select()
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132


Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 73, in init_handler
    bpy.ops.custom.blend_select()
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132


Traceback (most recent call last):
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable
    mod.unregister()
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\uvpackmaster2\__init__.py", line 148, in unregister
    del UVP2_Preferences.stats_array
AttributeError: stats_array
Traceback (most recent call last):
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable
    mod.unregister()
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\scale_with_modifiers2.py", line 304, in unregister
    bpy.types.VIEW3D_MT_object_apply.remove(menu_func)
NameError: name 'menu_func' is not defined
Traceback (most recent call last):
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable
    mod.unregister()
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Asset_Creation_Toolset_2_6_1_281.py", line 2263, in unregister
    bpy.types.CYCLES_PT_context_material.remove(Material_Menu_Panel)
AttributeError: 'RNA_Types' object has no attribute 'CYCLES_PT_context_material'
_______REgister previews
.. .ao
.. .ao_legacy
.. .bevel_mask
.. .cavity
.. .curvature
.. .diffuse
.. .displacment
.. .dust
.. .id_element
.. .id_material
.. .normal_object
.. .normal_object_bevel
.. .normal_tangent
.. .normal_tangent_bevel
.. .paint_base
.. .position
.. .selection
.. .wireframe
Imported Surface Follow and UV Shape
Registered W_Mesh
register
CAD Transform 0.0.7 : ready
Registered MESHmachine 0.6.10 with 2 plug libraries
 » plug library: Examples
 » plug library: MyPlugs
register_class(...):
Предупреждение: «HYY_OT_status_dd» не содержит «_HT_» в префиксе или суффиксе
BlendLuxCore 2.4 registered (with pyluxcore 2.4)
Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132

Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132

<class 'quick_instance.OBJECT_OT_EditLibraryInstanceSkipTesting'>
<class 'quick_instance.OBJECT_OT_LibraryInstance'>
<class 'quick_instance.OBJECT_OT_ungroupLibraryInstance'>
<class 'quick_instance.OBJECT_OT_makeSingleUserLibraryInstance'>
<class 'quick_instance.OBJECT_OT_EditLibraryInstance'>
<class 'quick_instance.OBJECT_OT_MoveCollectionToLibrary'>
<class 'quick_instance.OBJECT_OT_addSelectedToCollection'>
<class 'quick_instance.OBJECT_OT_removeFromCollection'>
<class 'quick_instance.qInstanceSceneSetting'>
<class 'quick_instance.qInstance_PT_Preferences'>
<class 'quick_instance.VIEW3D_PT_library_instance_menu'>
unregister
Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\uvpackmaster2\\__init__.py'
Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\scale_with_modifiers2.py'
CAD Transform 0.0.7 successfully disabled
 » unloaded plug library: Examples
 » unloaded plug library: MyPlugs
Unregistered MESHmachine 0.6.10
Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\Asset_Creation_Toolset_2_6_1_281.py'
0000000000080312 WT_CTXOPEN
0000000000080312 WT_PROXIMITY loword (!0 enter 0 leave context): 1, hiword (!0 enter !0 leave hardware): 1
0000000000080312 processWintabProximityEvent inRange: 1
0000000000080312 WT_CSRCHANGE
0000000000080312 OS button down
0000000000080312 unhandled system button
0000000000080312 OS button up
0000000000080312 OS button down
0000000000080312 unhandled system button
0000000000080312 OS button up
0000000000080312 OS button down
0000000000080312 unhandled system button
0000000000080312 OS button up
0000000000080312 WT_PROXIMITY loword (!0 enter 0 leave context): 0, hiword (!0 enter !0 leave hardware): 0
0000000000080312 processWintabProximityEvent inRange: 0
0000000000080312 WT_CTXOVERLAP CXS_OBSCURED
0000000000080312 updateWintab enable: 1, overlap: 0
0000000000080312 WT_CTXOVERLAP CXS_ONTOP
0000000000080312 updateWintab enable: 1, overlap: 1
Saved session recovery to 'F:\BlenderTemp\quit.blend'
0000000000080312 updateWintab enable: 0, overlap: 0
GLShader len: 104 0000000010D331F8
GLShaderInterface len: 208 0000000010CFEFF8
GLShaderInterface len: 48 0000000010E4D018
name_buffer len: 20 0000000010D2D938
GLShader len: 104 0000000010D33078
GLShaderInterface len: 208 0000000010CFED78
GLShaderInterface len: 64 0000000010FC50B8
name_buffer len: 28 0000000010D2D998
Buffer buffer len: 12 0000000010D40668
Buffer dimensions len: 4 0000000010D40618
Buffer buffer len: 24 0000000010D2D8D8
Buffer dimensions len: 8 0000000010D405C8
Buffer buffer len: 12 0000000010D40578
Buffer dimensions len: 4 0000000010D40528
GLShader len: 104 0000000010AD7A38
GLShaderInterface len: 208 0000000010AE4938
GLShaderInterface len: 96 0000000010DC07F8
name_buffer len: 48 0000000010B7F628



{key MMB} emulation on pen do not with this build.
I did 2 actions: attempt to orbit viewport witn pen-button (no movement)
Then walk mode with pen movement (quick rotation issue as described before)

> In #82288#1055883, @PrototypeNM1 wrote: Yes, now I see logs Here [P1783: Debug log wintab issues blender](https://archive.blender.org/developer/P1783.txt) ``` #82288 (Wintab walk navigation erratic (regression)) G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blender-viewport-rename.py:101 [DEBUG] (2020/11/17 23:46:24) mesh-fairing-master.linalg.init():L164 - Using NumPySolver G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\optiloops.py:307 I1117 23:46:25.236095 4540 blender_python.cpp:194] Debug flags initialized to: CPU flags: AVX2 : True AVX : True SSE4.1 : True SSE3 : True SSE2 : True BVH layout : EMBREE Split : False CUDA flags: Adaptive Compile : False OptiX flags: CUDA streams : 1 OpenCL flags: Device type : ALL Debug : False Memory limit : 0 Switching to fully guarded memory allocator. Blender 2.92.0 Alpha Build: 2020-11-16 23:11:48 Windows Release argv- [x] = M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\\blender argv- [x] = --debug argv- [x] = --debug-cycles argv- [x] = --python-expr argv- [x] = import bpy; bpy.ops.wm.sysinfo(filepath=r'G:\Users\Ad\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend read file G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\startup.blend Version 292 sub 1 date 2020-10-27 22:14 hash 024b65b5e518 lcOutOrgX: 0, lcOutOrgY: 0, lcOutExtX: 1680, lcOutExtY: -1050 left: 0, top: 0, width: 1680, height: 1050 initializeWintab numDevices: 1 initializeWintab maxPressure: 1023 initializeWintab maxAzimuth: 3600, maxAltitude: 900 0000000000080312 32 max contexts, 5 open contexts initializeWintab queueSize: 500, queueSizeGet: 500 initializeWintab cursor 0 buttons 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 2, 1, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 initializeWintab cursor 1 buttons 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 1, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 initializeWintab cursor 2 buttons 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 0000000000080312 updateWintab enable: 1, overlap: 1 Warning: class VIEW3D_OT_viewport_rename contains a property which should be an annotation! assign as a type annotation: VIEW3D_OT_viewport_rename.type assign as a type annotation: VIEW3D_OT_viewport_rename.start assign as a type annotation: VIEW3D_OT_viewport_rename.data_flag Warning: class MESH_OT_optiloops contains a property which should be an annotation! assign as a type annotation: MESH_OT_optiloops.angle_threshold assign as a type annotation: MESH_OT_optiloops.only_closed assign as a type annotation: MESH_OT_optiloops.keep_subsurf_influencing_loops assign as a type annotation: MESH_OT_optiloops.keep_seams assign as a type annotation: MESH_OT_optiloops.finish_dissolve Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 I1117 23:46:26.055142 4540 device_opencl.cpp:48] CLEW initialization succeeded. I1117 23:46:26.055142 4540 device_cuda.cpp:41] CUEW initialization succeeded ȍԎЌȟ: ͥ 㤠Ƣ⯠͠ʢȠ䠩̫ Ϯ ǠĠͭ묠蠡ˮ̮͠ I1117 23:46:26.151147 4540 device_cuda.cpp:51] Neither precompiled kernels nor CUDA compiler was found, unable to use CUDA Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 68, in handler bpy.ops.custom.blend_select() File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__ ret = _op_call(self.idname_py(), None, kw) RuntimeError: Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 73, in init_handler bpy.ops.custom.blend_select() File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__ ret = _op_call(self.idname_py(), None, kw) RuntimeError: Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Traceback (most recent call last): File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable mod.unregister() File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\uvpackmaster2\__init__.py", line 148, in unregister del UVP2_Preferences.stats_array AttributeError: stats_array Traceback (most recent call last): File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable mod.unregister() File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\scale_with_modifiers2.py", line 304, in unregister bpy.types.VIEW3D_MT_object_apply.remove(menu_func) NameError: name 'menu_func' is not defined Traceback (most recent call last): File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable mod.unregister() File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Asset_Creation_Toolset_2_6_1_281.py", line 2263, in unregister bpy.types.CYCLES_PT_context_material.remove(Material_Menu_Panel) AttributeError: 'RNA_Types' object has no attribute 'CYCLES_PT_context_material' _______REgister previews .. .ao .. .ao_legacy .. .bevel_mask .. .cavity .. .curvature .. .diffuse .. .displacment .. .dust .. .id_element .. .id_material .. .normal_object .. .normal_object_bevel .. .normal_tangent .. .normal_tangent_bevel .. .paint_base .. .position .. .selection .. .wireframe Imported Surface Follow and UV Shape Registered W_Mesh register CAD Transform 0.0.7 : ready Registered MESHmachine 0.6.10 with 2 plug libraries » plug library: Examples » plug library: MyPlugs register_class(...): Предупреждение: «HYY_OT_status_dd» не содержит «_HT_» в префиксе или суффиксе BlendLuxCore 2.4 registered (with pyluxcore 2.4) Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 <class 'quick_instance.OBJECT_OT_EditLibraryInstanceSkipTesting'> <class 'quick_instance.OBJECT_OT_LibraryInstance'> <class 'quick_instance.OBJECT_OT_ungroupLibraryInstance'> <class 'quick_instance.OBJECT_OT_makeSingleUserLibraryInstance'> <class 'quick_instance.OBJECT_OT_EditLibraryInstance'> <class 'quick_instance.OBJECT_OT_MoveCollectionToLibrary'> <class 'quick_instance.OBJECT_OT_addSelectedToCollection'> <class 'quick_instance.OBJECT_OT_removeFromCollection'> <class 'quick_instance.qInstanceSceneSetting'> <class 'quick_instance.qInstance_PT_Preferences'> <class 'quick_instance.VIEW3D_PT_library_instance_menu'> unregister Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\uvpackmaster2\\__init__.py' Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\scale_with_modifiers2.py' CAD Transform 0.0.7 successfully disabled » unloaded plug library: Examples » unloaded plug library: MyPlugs Unregistered MESHmachine 0.6.10 Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\Asset_Creation_Toolset_2_6_1_281.py' 0000000000080312 WT_CTXOPEN 0000000000080312 WT_PROXIMITY loword (!0 enter 0 leave context): 1, hiword (!0 enter !0 leave hardware): 1 0000000000080312 processWintabProximityEvent inRange: 1 0000000000080312 WT_CSRCHANGE 0000000000080312 OS button down 0000000000080312 unhandled system button 0000000000080312 OS button up 0000000000080312 OS button down 0000000000080312 unhandled system button 0000000000080312 OS button up 0000000000080312 OS button down 0000000000080312 unhandled system button 0000000000080312 OS button up 0000000000080312 WT_PROXIMITY loword (!0 enter 0 leave context): 0, hiword (!0 enter !0 leave hardware): 0 0000000000080312 processWintabProximityEvent inRange: 0 0000000000080312 WT_CTXOVERLAP CXS_OBSCURED 0000000000080312 updateWintab enable: 1, overlap: 0 0000000000080312 WT_CTXOVERLAP CXS_ONTOP 0000000000080312 updateWintab enable: 1, overlap: 1 Saved session recovery to 'F:\BlenderTemp\quit.blend' 0000000000080312 updateWintab enable: 0, overlap: 0 GLShader len: 104 0000000010D331F8 GLShaderInterface len: 208 0000000010CFEFF8 GLShaderInterface len: 48 0000000010E4D018 name_buffer len: 20 0000000010D2D938 GLShader len: 104 0000000010D33078 GLShaderInterface len: 208 0000000010CFED78 GLShaderInterface len: 64 0000000010FC50B8 name_buffer len: 28 0000000010D2D998 Buffer buffer len: 12 0000000010D40668 Buffer dimensions len: 4 0000000010D40618 Buffer buffer len: 24 0000000010D2D8D8 Buffer dimensions len: 8 0000000010D405C8 Buffer buffer len: 12 0000000010D40578 Buffer dimensions len: 4 0000000010D40528 GLShader len: 104 0000000010AD7A38 GLShaderInterface len: 208 0000000010AE4938 GLShaderInterface len: 96 0000000010DC07F8 name_buffer len: 48 0000000010B7F628 ``` {key MMB} emulation on pen do not with this build. I did 2 actions: attempt to orbit viewport witn pen-button (no movement) Then walk mode with pen movement (quick rotation issue as described before)

I made some changes to the build, can you test and upload logs again (same links as before).

I made some changes to the build, can you test and upload logs again (same links as before).

@PrototypeNM1
Yes. Summary: orbiting now work well. At first start walk mode worked a bit
2020-11-20_12-34-49.mp4

Then issue returned as it was.
2020-11-20_12-40-23.mp4

paste from last attempt.
P1813: Debug log wintab issues paste 2 blender

G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blender-viewport-rename.py:101
[DEBUG] (2020/11/20 12:40:33) mesh-fairing-master.linalg.init():L164 - Using NumPySolver
G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\optiloops.py:307
I1120 12:40:35.859128  7624 blender_python.cpp:194] Debug flags initialized to:
CPU flags:
  AVX2       : True
  AVX        : True
  SSE4.1     : True
  SSE3       : True
  SSE2       : True
  BVH layout : EMBREE
  Split      : False
CUDA flags:
  Adaptive Compile : False
OptiX flags:
  CUDA streams : 1
OpenCL flags:
  Device type    : ALL
  Debug          : False
  Memory limit   : 0
Switching to fully guarded memory allocator.
Blender 2.92.0 Alpha
Build: 2020-11-16 23:11:48 Windows Release
argv- [x] = M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\\blender
argv- [x] = --debug
argv- [x] = --debug-cycles
argv- [x] = --python-expr
argv- [x] = import bpy; bpy.ops.wm.sysinfo(filepath=r'G:\Users\Ad\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt')
Read prefs: G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend
read file G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\startup.blend
  Version 292 sub 1 date 2020-10-27 22:14 hash 024b65b5e518
lcOutOrgX: 0, lcOutOrgY: 0, lcOutExtX: 1680, lcOutExtY: -1050
left: 0, top: 0, width: 1680, height: 1050
initializeWintab numDevices: 1
initializeWintab maxPressure: 1023
initializeWintab maxAzimuth: 3600, maxAltitude: 900
00000000001C0A98 32 max contexts, 10 open contexts
initializeWintab queueSize: 500, queueSizeGet: 500
initializeWintab cursor 0 buttons
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
2, 1, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
initializeWintab cursor 1 buttons
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
1, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
initializeWintab cursor 2 buttons
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
00000000001C0A98 updateWintab enable: 1, overlap: 1
Warning: class VIEW3D_OT_viewport_rename contains a property which should be an annotation!
    assign as a type annotation: VIEW3D_OT_viewport_rename.type
    assign as a type annotation: VIEW3D_OT_viewport_rename.start
    assign as a type annotation: VIEW3D_OT_viewport_rename.data_flag
Warning: class MESH_OT_optiloops contains a property which should be an annotation!
    assign as a type annotation: MESH_OT_optiloops.angle_threshold
    assign as a type annotation: MESH_OT_optiloops.only_closed
    assign as a type annotation: MESH_OT_optiloops.keep_subsurf_influencing_loops
    assign as a type annotation: MESH_OT_optiloops.keep_seams
    assign as a type annotation: MESH_OT_optiloops.finish_dissolve
Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132
Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132
I1120 12:40:37.162204  7624 device_opencl.cpp:48] CLEW initialization succeeded.
I1120 12:40:37.162204  7624 device_cuda.cpp:41] CUEW initialization succeeded
€Ќ”ЋђЊЂ–€џ: ­Ґ г¤ Ґвбп ­ ©вЁ д ©«л Ї® § ¤ ­­л¬ и Ў«®­ ¬.
I1120 12:40:37.245208  7624 device_cuda.cpp:51] Neither precompiled kernels nor CUDA compiler was found, unable to use CUDA
00000000001C0A98 WT_CTXOPEN
00000000001C0A98 OS button down
00000000001C0A98 OS button up
00000000001C0A98 OS button down
00000000001C0A98 OS button up
00000000001C0A98 OS button down
00000000001C0A98 OS button up
00000000001C0A98 OS button down
00000000001C0A98 OS button up
00000000001C0A98 WT_PROXIMITY loword (!0 enter 0 leave context): 1, hiword (!0 enter !0 leave hardware): 1
00000000001C0A98 processWintabProximityEvent inRange: 1
00000000001C0A98 WT_CSRCHANGE
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 WT_PROXIMITY loword (!0 enter 0 leave context): 0, hiword (!0 enter !0 leave hardware): 0
00000000001C0A98 processWintabProximityEvent inRange: 0
00000000001C0A98 WT_PROXIMITY loword (!0 enter 0 leave context): 1, hiword (!0 enter !0 leave hardware): 1
00000000001C0A98 processWintabProximityEvent inRange: 1
00000000001C0A98 WT_CSRCHANGE
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
000Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 68, in handler
    bpy.ops.custom.blend_select()
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132


Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 73, in init_handler
    bpy.ops.custom.blend_select()
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132


Traceback (most recent call last):
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable
    mod.unregister()
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\uvpackmaster2\__init__.py", line 148, in unregister
    del UVP2_Preferences.stats_array
AttributeError: stats_array
Traceback (most recent call last):
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable
    mod.unregister()
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\scale_with_modifiers2.py", line 304, in unregister
    bpy.types.VIEW3D_MT_object_apply.remove(menu_func)
NameError: name 'menu_func' is not defined
Traceback (most recent call last):
  File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable
    mod.unregister()
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Asset_Creation_Toolset_2_6_1_281.py", line 2263, in unregister
    bpy.types.CYCLES_PT_context_material.remove(Material_Menu_Panel)
AttributeError: 'RNA_Types' object has no attribute 'CYCLES_PT_context_material'
_______REgister previews
.. .ao
.. .ao_legacy
.. .bevel_mask
.. .cavity
.. .curvature
.. .diffuse
.. .displacment
.. .dust
.. .id_element
.. .id_material
.. .normal_object
.. .normal_object_bevel
.. .normal_tangent
.. .normal_tangent_bevel
.. .paint_base
.. .position
.. .selection
.. .wireframe
Imported Surface Follow and UV Shape
Registered W_Mesh
register
CAD Transform 0.0.7 : ready
Registered MESHmachine 0.6.10 with 2 plug libraries
 В» plug library: Examples
 В» plug library: MyPlugs
register_class(...):
Предупреждение: «HYY_OT_status_dd» не содержит «_HT_» в префиксе или суффиксе
BlendLuxCore 2.4 registered (with pyluxcore 2.4)
Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132

Ошибка: Python: Traceback (most recent call last):
  File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute
    material = bpy.context.object.active_material
AttributeError: 'NoneType' object has no attribute 'active_material'

location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132

<class 'quick_instance.OBJECT_OT_ungroupLibraryInstance'>
<class 'quick_instance.OBJECT_OT_LibraryInstance'>
<class 'quick_instance.OBJECT_OT_makeSingleUserLibraryInstance'>
<class 'quick_instance.OBJECT_OT_EditLibraryInstance'>
<class 'quick_instance.OBJECT_OT_EditLibraryInstanceSkipTesting'>
<class 'quick_instance.OBJECT_OT_MoveCollectionToLibrary'>
<class 'quick_instance.OBJECT_OT_addSelectedToCollection'>
<class 'quick_instance.OBJECT_OT_removeFromCollection'>
<class 'quick_instance.qInstanceSceneSetting'>
<class 'quick_instance.qInstance_PT_Preferences'>
<class 'quick_instance.VIEW3D_PT_library_instance_menu'>
unregister
Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\uvpackmaster2\\__init__.py'
Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\scale_with_modifiers2.py'
CAD Transform 0.0.7 successfully disabled
 В» unloaded plug library: Examples
 В» unloaded plug library: MyPlugs
Unregistered MESHmachine 0.6.10
Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\Asset_Creation_Toolset_2_6_1_281.py'
00000001C0A98 wintab button up ... but no system button
00000000001C0A98 0 system buttons
00000000001C0A98 OS button up
00000000001C0A98 queueing button prev 0 curr 2
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 2 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 2.
00000000001C0A98 wintabMouseToGhost middle click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 1
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 1 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 1
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 1 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
00000000001C0A98 queueing button prev 0 curr 1
00000000001C0A98 queueing button prev 1 curr 0
00000000001C0A98 queueing button prev 0 curr 1
00000000001C0A98 OS button down
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button down ... associated to system button
00000000001C0A98 1 system buttons
00000000001C0A98 queueing button prev 1 curr 0
00000000001C0A98 OS button up
00000000001C0A98 wintab button change mask 1.
00000000001C0A98 wintabMouseToGhost left click
00000000001C0A98 wintab button pressed.
00000000001C0A98 wintab button up ... associated to system button
00000000001C0A98 0 system buttons
Saved session recovery to 'F:\BlenderTemp\quit.blend'
00000000001C0A98 updateWintab enable: 0, overlap: 0
GLShader len: 104 00000000124931F8
GLShaderInterface len: 208 000000001245EFF8
GLShaderInterface len: 48 00000000125A1018
name_buffer len: 20 000000001248D938
GLShader len: 104 0000000012493078
GLShaderInterface len: 208 000000001245ED78
GLShaderInterface len: 64 00000000127050B8
name_buffer len: 28 000000001248D998
Buffer buffer len: 12 00000000124A0668
Buffer dimensions len: 4 00000000124A0618
Buffer buffer len: 24 000000001248D8D8
Buffer dimensions len: 8 00000000124A05C8
Buffer buffer len: 12 00000000124A0578
Buffer dimensions len: 4 00000000124A0528
GLShader len: 104 0000000012247A38
GLShaderInterface len: 208 0000000012254938
GLShaderInterface len: 96 00000000125287F8
name_buffer len: 48 00000000122DF628

@PrototypeNM1 Yes. Summary: orbiting now work well. At first start walk mode worked a bit [2020-11-20_12-34-49.mp4](https://archive.blender.org/developer/F9335070/2020-11-20_12-34-49.mp4) Then issue returned as it was. [2020-11-20_12-40-23.mp4](https://archive.blender.org/developer/F9335038/2020-11-20_12-40-23.mp4) paste from last attempt. [P1813: Debug log wintab issues paste 2 blender](https://archive.blender.org/developer/P1813.txt) ``` G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blender-viewport-rename.py:101 [DEBUG] (2020/11/20 12:40:33) mesh-fairing-master.linalg.init():L164 - Using NumPySolver G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\optiloops.py:307 I1120 12:40:35.859128 7624 blender_python.cpp:194] Debug flags initialized to: CPU flags: AVX2 : True AVX : True SSE4.1 : True SSE3 : True SSE2 : True BVH layout : EMBREE Split : False CUDA flags: Adaptive Compile : False OptiX flags: CUDA streams : 1 OpenCL flags: Device type : ALL Debug : False Memory limit : 0 Switching to fully guarded memory allocator. Blender 2.92.0 Alpha Build: 2020-11-16 23:11:48 Windows Release argv- [x] = M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\\blender argv- [x] = --debug argv- [x] = --debug-cycles argv- [x] = --python-expr argv- [x] = import bpy; bpy.ops.wm.sysinfo(filepath=r'G:\Users\Ad\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend read file G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\config\startup.blend Version 292 sub 1 date 2020-10-27 22:14 hash 024b65b5e518 lcOutOrgX: 0, lcOutOrgY: 0, lcOutExtX: 1680, lcOutExtY: -1050 left: 0, top: 0, width: 1680, height: 1050 initializeWintab numDevices: 1 initializeWintab maxPressure: 1023 initializeWintab maxAzimuth: 3600, maxAltitude: 900 00000000001C0A98 32 max contexts, 10 open contexts initializeWintab queueSize: 500, queueSizeGet: 500 initializeWintab cursor 0 buttons 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 2, 1, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 initializeWintab cursor 1 buttons 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 1, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 initializeWintab cursor 2 buttons 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 00000000001C0A98 updateWintab enable: 1, overlap: 1 Warning: class VIEW3D_OT_viewport_rename contains a property which should be an annotation! assign as a type annotation: VIEW3D_OT_viewport_rename.type assign as a type annotation: VIEW3D_OT_viewport_rename.start assign as a type annotation: VIEW3D_OT_viewport_rename.data_flag Warning: class MESH_OT_optiloops contains a property which should be an annotation! assign as a type annotation: MESH_OT_optiloops.angle_threshold assign as a type annotation: MESH_OT_optiloops.only_closed assign as a type annotation: MESH_OT_optiloops.keep_subsurf_influencing_loops assign as a type annotation: MESH_OT_optiloops.keep_seams assign as a type annotation: MESH_OT_optiloops.finish_dissolve Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 I1120 12:40:37.162204 7624 device_opencl.cpp:48] CLEW initialization succeeded. I1120 12:40:37.162204 7624 device_cuda.cpp:41] CUEW initialization succeeded €Ќ”ЋђЊЂ–€џ: ­Ґ г¤ Ґвбп ­ ©вЁ д ©«л Ї® § ¤ ­­л¬ и Ў«®­ ¬. I1120 12:40:37.245208 7624 device_cuda.cpp:51] Neither precompiled kernels nor CUDA compiler was found, unable to use CUDA 00000000001C0A98 WT_CTXOPEN 00000000001C0A98 OS button down 00000000001C0A98 OS button up 00000000001C0A98 OS button down 00000000001C0A98 OS button up 00000000001C0A98 OS button down 00000000001C0A98 OS button up 00000000001C0A98 OS button down 00000000001C0A98 OS button up 00000000001C0A98 WT_PROXIMITY loword (!0 enter 0 leave context): 1, hiword (!0 enter !0 leave hardware): 1 00000000001C0A98 processWintabProximityEvent inRange: 1 00000000001C0A98 WT_CSRCHANGE 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 WT_PROXIMITY loword (!0 enter 0 leave context): 0, hiword (!0 enter !0 leave hardware): 0 00000000001C0A98 processWintabProximityEvent inRange: 0 00000000001C0A98 WT_PROXIMITY loword (!0 enter 0 leave context): 1, hiword (!0 enter !0 leave hardware): 1 00000000001C0A98 processWintabProximityEvent inRange: 1 00000000001C0A98 WT_CSRCHANGE 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 000Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 68, in handler bpy.ops.custom.blend_select() File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__ ret = _op_call(self.idname_py(), None, kw) RuntimeError: Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 73, in init_handler bpy.ops.custom.blend_select() File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py", line 132, in __call__ ret = _op_call(self.idname_py(), None, kw) RuntimeError: Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Traceback (most recent call last): File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable mod.unregister() File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\uvpackmaster2\__init__.py", line 148, in unregister del UVP2_Preferences.stats_array AttributeError: stats_array Traceback (most recent call last): File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable mod.unregister() File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\scale_with_modifiers2.py", line 304, in unregister bpy.types.VIEW3D_MT_object_apply.remove(menu_func) NameError: name 'menu_func' is not defined Traceback (most recent call last): File "M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\addon_utils.py", line 434, in disable mod.unregister() File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Asset_Creation_Toolset_2_6_1_281.py", line 2263, in unregister bpy.types.CYCLES_PT_context_material.remove(Material_Menu_Panel) AttributeError: 'RNA_Types' object has no attribute 'CYCLES_PT_context_material' _______REgister previews .. .ao .. .ao_legacy .. .bevel_mask .. .cavity .. .curvature .. .diffuse .. .displacment .. .dust .. .id_element .. .id_material .. .normal_object .. .normal_object_bevel .. .normal_tangent .. .normal_tangent_bevel .. .paint_base .. .position .. .selection .. .wireframe Imported Surface Follow and UV Shape Registered W_Mesh register CAD Transform 0.0.7 : ready Registered MESHmachine 0.6.10 with 2 plug libraries В» plug library: Examples В» plug library: MyPlugs register_class(...): Предупреждение: В«HYY_OT_status_ddВ» РЅРµ содержит В«_HT_В» РІ префиксе или суффиксе BlendLuxCore 2.4 registered (with pyluxcore 2.4) Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 Ошибка: Python: Traceback (most recent call last): File "G:\Users\Ad\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\NodeCustomBuilder\__init__.py", line 259, in execute material = bpy.context.object.active_material AttributeError: 'NoneType' object has no attribute 'active_material' location: M:\loads\soft\graphics\3d\Blender\blender-2.92.0-git.b802479a4b70-windows64\2.92\scripts\modules\bpy\ops.py:132 <class 'quick_instance.OBJECT_OT_ungroupLibraryInstance'> <class 'quick_instance.OBJECT_OT_LibraryInstance'> <class 'quick_instance.OBJECT_OT_makeSingleUserLibraryInstance'> <class 'quick_instance.OBJECT_OT_EditLibraryInstance'> <class 'quick_instance.OBJECT_OT_EditLibraryInstanceSkipTesting'> <class 'quick_instance.OBJECT_OT_MoveCollectionToLibrary'> <class 'quick_instance.OBJECT_OT_addSelectedToCollection'> <class 'quick_instance.OBJECT_OT_removeFromCollection'> <class 'quick_instance.qInstanceSceneSetting'> <class 'quick_instance.qInstance_PT_Preferences'> <class 'quick_instance.VIEW3D_PT_library_instance_menu'> unregister Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\uvpackmaster2\\__init__.py' Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\scale_with_modifiers2.py' CAD Transform 0.0.7 successfully disabled В» unloaded plug library: Examples В» unloaded plug library: MyPlugs Unregistered MESHmachine 0.6.10 Exception in module unregister(): 'G:\\Users\\Ad\\AppData\\Roaming\\Blender Foundation\\Blender\\2.92\\scripts\\addons\\Asset_Creation_Toolset_2_6_1_281.py' 00000001C0A98 wintab button up ... but no system button 00000000001C0A98 0 system buttons 00000000001C0A98 OS button up 00000000001C0A98 queueing button prev 0 curr 2 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 2 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 2. 00000000001C0A98 wintabMouseToGhost middle click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 1 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 1 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 1 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 1 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons 00000000001C0A98 queueing button prev 0 curr 1 00000000001C0A98 queueing button prev 1 curr 0 00000000001C0A98 queueing button prev 0 curr 1 00000000001C0A98 OS button down 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button down ... associated to system button 00000000001C0A98 1 system buttons 00000000001C0A98 queueing button prev 1 curr 0 00000000001C0A98 OS button up 00000000001C0A98 wintab button change mask 1. 00000000001C0A98 wintabMouseToGhost left click 00000000001C0A98 wintab button pressed. 00000000001C0A98 wintab button up ... associated to system button 00000000001C0A98 0 system buttons Saved session recovery to 'F:\BlenderTemp\quit.blend' 00000000001C0A98 updateWintab enable: 0, overlap: 0 GLShader len: 104 00000000124931F8 GLShaderInterface len: 208 000000001245EFF8 GLShaderInterface len: 48 00000000125A1018 name_buffer len: 20 000000001248D938 GLShader len: 104 0000000012493078 GLShaderInterface len: 208 000000001245ED78 GLShaderInterface len: 64 00000000127050B8 name_buffer len: 28 000000001248D998 Buffer buffer len: 12 00000000124A0668 Buffer dimensions len: 4 00000000124A0618 Buffer buffer len: 24 000000001248D8D8 Buffer dimensions len: 8 00000000124A05C8 Buffer buffer len: 12 00000000124A0578 Buffer dimensions len: 4 00000000124A0528 GLShader len: 104 0000000012247A38 GLShaderInterface len: 208 0000000012254938 GLShaderInterface len: 96 00000000125287F8 name_buffer len: 48 00000000122DF628 ```

@PrototypeNM1 Can this task be confirmed?

@PrototypeNM1 Can this task be confirmed?

@rjg I wouldn't bother as most of these Wintab issues require reporter engagement, so the issues are constantly toggled between "confirmed" and "needs information from user".

If this causes workflow issues elsewhere I can start defaulting to "confirmed".

@rjg I wouldn't bother as most of these Wintab issues require reporter engagement, so the issues are constantly toggled between "confirmed" and "needs information from user". If this causes workflow issues elsewhere I can start defaulting to "confirmed".

@PrototypeNM1 No, this doesn't cause issues. I'll just keep in mind not to close Wintab related tickets that are still on "Needs Information from User" after a while without asking if it should be closed. FYI "confirmed" should (usually) be reserved for tickets that have clear reproducibility. So "Needs Information from User", does seem like the correct status.

@PrototypeNM1 No, this doesn't cause issues. I'll just keep in mind not to close Wintab related tickets that are still on "Needs Information from User" after a while without asking if it should be closed. FYI "confirmed" should (usually) be reserved for tickets that have clear reproducibility. So "Needs Information from User", does seem like the correct status.

@PrototypeNM1 @rjg
I am here and agree to help/answer if I can.
Any news? Should I test again?

@PrototypeNM1 @rjg I am here and agree to help/answer if I can. Any news? Should I test again?

Also, I use driver version WacomTablet_6.3.15-3.exe it causes less issues with my old tablet than newer versions.
Anyway tablet work well with 2.83.x an 2.91 release

Also, I use driver version WacomTablet_6.3.15-3.exe it causes less issues with my old tablet than newer versions. Anyway tablet work well with 2.83.x an 2.91 release

@Vyach I'm working on several other wintab bugs and the conversation related to all of them, not this one specifically. So nothing to worry about. :)

No update yet, I'll let you know when I need follow up.

@Vyach I'm working on several other wintab bugs and the conversation related to all of them, not this one specifically. So nothing to worry about. :) No update yet, I'll let you know when I need follow up.

@PrototypeNM1, okay, thanks for info.
If you need tests with those bugs, you can call me too.

@PrototypeNM1, okay, thanks for info. If you need tests with those bugs, you can call me too.

Added subscribers: @Alumx, @PMA33, @VincentBlankfield

Added subscribers: @Alumx, @PMA33, @VincentBlankfield

This issue was referenced by f880fe2d66

This issue was referenced by f880fe2d66f1975880c21401246a5ff48f479314

Changed status from 'Needs User Info' to: 'Resolved'

Changed status from 'Needs User Info' to: 'Resolved'

Added subscriber: @StanislavOvcharov

Added subscriber: @StanislavOvcharov

Hey guys! The issue is back.
Same problem with fly navigation in 3.0
And it works fine in 2.93
Tested on Wacom, Huion and Xp-pen.
In the fly\walk mode it is impossible to navigate with pen, because camera/view constantly and insanely rotates by itself.
Besides that viewport navigation is also broken because of during pan or rotating viewport it suddenly rotates view upside\down, or zoom it or both.

Hey guys! The issue is back. Same problem with fly navigation in 3.0 And it works fine in 2.93 Tested on Wacom, Huion and Xp-pen. In the fly\walk mode it is impossible to navigate with pen, because camera/view constantly and insanely rotates by itself. Besides that viewport navigation is also broken because of during pan or rotating viewport it suddenly rotates view upside\down, or zoom it or both.

@StanislavOvcharov Thanks for the heads up. Issue is known and being worked on in D11651. :)

@StanislavOvcharov Thanks for the heads up. Issue is known and being worked on in [D11651](https://archive.blender.org/developer/D11651). :)
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
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#82288
No description provided.