Git Product home page Git Product logo

rpm-blender-deform-test's People

Contributors

hanwolf3d avatar ivanrpm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ivanrpm

rpm-blender-deform-test's Issues

crash if no QApplication

  • add somehting like this
  • test in a non bqt wrapped blender, ensure its the first qt tool we test
def show():
    app = QtWidgets.QApplication.instance()
    
    exec = False
    if not app:
        exec = True
        app = QtWidgets.QApplication()
    
    global window
    window = MainWindow()
    window.show()

    if exec:
        app.exec_()

    return window

Got error when trying to turn on the tool on Blender

I manually installed the tool on Blender by adding to addons folder. When enabling the addon on Blendr I get the following error:
Traceback (most recent call last): File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\modules\addon_utils.py", line 333, in enable mod = __import__(module_name) File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\deform_test\__init__.py", line 1, in <module> from . import ui # noqa: F401 File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\deform_test\ui.py", line 14, in <module> from ready_player_me import animation_handler File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\ready_player_me\__init__.py", line 5, in <module> from . import armature File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\ready_player_me\armature.py", line 4, in <module> import pyblend.object File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'pyblend.object'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.