Setting Up VSCode To Use As IDE With Blender In Linux - Blender Python Scripting

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 12

  • @flolu
    @flolu 4 года назад +3

    You are a legend! I wrote Blender addons without intellisense for months :D
    Thanks for the effort you put into this series!!

    • @MichaelBridges3D
      @MichaelBridges3D  4 года назад

      You're very welcome! I am glad it has helped you!

  • @chepecarlo
    @chepecarlo 3 года назад +1

    Thanks for the video :D did not know that there was a plugin for code

    • @MichaelBridges3D
      @MichaelBridges3D  3 года назад +1

      Glad I could help!

    • @chepecarlo
      @chepecarlo 3 года назад +1

      @@MichaelBridges3D Thanks, it helped me a lot, I use it for the sequences and first I have to activate and deactivate the plugin. Your video has been very useful Thank you

  • @3DeeFanatic
    @3DeeFanatic Год назад

    How do you assign a hotkey to a script ? Basically, I want to run a specific script with a specific hotkey. Similar to what you can do in C4D.

    • @MichaelBridges3D
      @MichaelBridges3D  Год назад +1

      That's a great question! I have noted it down to explore further!

    • @3DeeFanatic
      @3DeeFanatic Год назад

      @@MichaelBridges3D Thank you so much 🙏🏻

  • @neilmarshall5087
    @neilmarshall5087 4 года назад

    Hi. Do get this properly into the Automating Blender playlist. Atm you have the Mac VSCode set up twice. Thanks....

  • @macronchampion
    @macronchampion 3 года назад +1

    It should be by default in blender !

  • @roberth1687
    @roberth1687 Год назад +1

    Nice tutorial that does explain how to make different tools, programs and plugins work together in Linux.
    Though, you are not using the Blender extension that you installed (from Jacques Lucke).
    In VSCode: F1 -> Blender: Build and Start -> For Flatpaks that should produce the following error message:
    PermissionError: [Errno 13] Permission denied: '/var/lib/flatpak/app/org.blender.Blender/x86_64/stable/bef3242cd1a50d8cd28ab5a10f248fb7e29832484b71eb2042caa99c5be9e7f2/files/blender/3.3/python/lib/python3.10/site-packages/debugpy-1.6.4.dist-info'
    > could not install debugpy
    -> possible Solution:
    I only was able to install it by manually running what VSCode does: /var/lib/flatpak/app/org.blender.Blender/current/active/files/blender/blender --python /home/robert/.vscode/extensions/jacqueslucke.blender-development-0.0.17/pythonFiles/launch.py
    Also its nice to note how to bring up the console in Linux, since there is no Window-> Open Console entry:
    - Just open a terminal and start the snap or flatpak (probably need to search for the appropriate path here)
    -> Solution: I found mine at /var/lib/flatpak/app/org.blender.Blender/current/active/files/blender/blender