CGCookie/retopoflow

Strokes: Unhandled Exception Caught: Exception caught

Lyccass opened this issue · 0 comments

PLEASE READ THE FOLLOWING AND USE THE TEMPLATE TO POST YOUR ISSUE

Questions not directly related to the RetopoFlow project are considered general and should be posted elsewhere (e.g. git, blender, python, etc).

Before raising the issue, please check the following first:

  • Read through the README.md file in the branch used to assure the process taken is correct
  • Check the existing issues and pull requests to make sure the issue has not already been reported and/or fixed.
  • You can replicate the bug and will provide as much info as possible with blend files, screenshots, logfiles, as well as show the expected result and actual result.

Please prefix your issue name with one of the following: [BUG] [PROPOSAL] [QUESTION]

Issue Template

Issue:

{enter your issue here}

{add any screenshots of the issue here}

How to Reproduce:

  • {add your list replication steps}

{attach any files needed to replicate the issue}

Automatically Generated Info

Environment:

- RetopoFlow: 3.4.2
- Build: Self built
- Blender: 4.00.1 blender-v4.0-release 2023-11-16
- Platform: Windows, 10, 10.0.22631, AMD64, Intel64 Family 6 Model 154 Stepping 3, GenuineIntel
- GPU: {'backend': 'OPENGL', 'device': 'NVIDIA', 'vendor': 'NVIDIA Corporation', 'renderer': 'NVIDIA GeForce RTX 3070 Ti Laptop GPU/PCIe/SSE2', 'version': '4.6.0 NVIDIA 537.42', 'compute_shader_support_get': True, 'hdr_support_get': False, 'max_batch_indices_get': 1048576, 'max_batch_vertices_get': 1048576, 'max_texture_layers_get': 2048, 'max_texture_size_get': 32768, 'max_textures_frag_get': 32, 'max_textures_geom_get': 32, 'max_textures_get': 192, 'max_textures_vert_get': 32, 'max_uniforms_frag_get': 4096, 'max_uniforms_vert_get': 4096, 'max_varying_floats_get': 124, 'max_vertex_attribs_get': 16, 'shader_image_load_store_support_get': True}
- Timestamp: 2023-12-01 10:02:53.402490

Runtime:

- Undo: extrude strip, relax, relax, relax, tweak move, extrude U, select, select, smart select, smart select
- Error Hash: 51d16cd28588878ec165dbae49260648

Trace:

- EXCEPTION (<class 'AttributeError'>): 'NoneType' object has no attribute 'merge'
-     C:\Users\lukas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CGCookie-retopoflow-76026a0\retopoflow\rftool_strokes\strokes_insert.py
- 000 0753:extrude_equals() b.merge(a)
-     C:\Users\lukas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CGCookie-retopoflow-76026a0\retopoflow\rftool.py
- 001 0208:wrapper() ret = fn(*args, **kwargs)
-     C:\Users\lukas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CGCookie-retopoflow-76026a0\retopoflow\rftool_strokes\strokes_insert.py
- 002 0229:stroke() if self.replay: self.replay()
-     C:\Users\lukas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CGCookie-retopoflow-76026a0\retopoflow\rfwidget.py
- 003 0112:_callback_tool() fn(self.rftool, *args, **kwargs)
- 004 0136:callback_actions() self._callback_tool('action', action_name, *args, **kwargs)
-     C:\Users\lukas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CGCookie-retopoflow-76026a0\retopoflow\rfwidgets\rfwidget_brushstroke.py
- 005 0114:modal_line() self.callback_actions(self.action_name)
-     .../common\fsm.py
- 006 0169:wrapped() return fn(*args, **kwargs)