Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при вставке параметров анимаций, если буфер обмена не соответствует синтаксису ltx #755

Closed
PavelBlend opened this issue Mar 19, 2024 · 0 comments
Labels
bug Что-то не работает

Comments

@PavelBlend
Copy link
Owner

Traceback (most recent call last):
  File "C:\Users\Pavel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_xray\utils\__init__.py", line 58, in wrapper
    result = method(self, context, *args)
  File "C:\Users\Pavel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_xray\ops\action.py", line 92, in execute
    read_buffer_data()
  File "C:\Users\Pavel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_xray\ops\action.py", line 51, in read_buffer_data
    ltx.from_str(buffer_text)
  File "C:\Users\Pavel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_xray\rw\ltx.py", line 34, in from_str
    self._parse()
  File "C:\Users\Pavel\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_xray\rw\ltx.py", line 169, in _parse
    raise log.AppError('Line {}: {}'.format(src_index, src_line))
io_scene_xray.log.AppError: Line 0: draw
@PavelBlend PavelBlend added the bug Что-то не работает label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Что-то не работает
Projects
None yet
Development

No branches or pull requests

1 participant