Blender Python Template Overview: Addon Add Object

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 15

  • @BrettKromkamp
    @BrettKromkamp Рік тому +5

    For anyone thinking of extending Blender for their own purposes, this is very useful information. Thanks for the tutorial.

  • @arthurprather6720
    @arthurprather6720 Місяць тому

    Useful information, easy to pick up. Thanks for sharing.

  • @paulkuykendall5584
    @paulkuykendall5584 Рік тому

    Again...what great information...just a great help to learning Blender Python...and I had no idea that the logo on the main menu did anything...lol

    • @CGPython
      @CGPython  Рік тому

      I'm very happy to hear that it helped! 😊

  • @TimothyTocci
    @TimothyTocci Рік тому

    The only reason I'm interested in Python is Blender. So far I love the way it handles Integers and hate all these String references instead of enumerables. Just the same - love the videos! Keep it up! Thankyou!👍

    • @CGPython
      @CGPython  Рік тому

      Thank you Timothy!
      I'm glad you are finding the videos helpful

  • @pedroalmeida6728
    @pedroalmeida6728 Рік тому

    Amazing video, thanks for the effort on making this tutorial!

  • @caribbeanchild
    @caribbeanchild 8 місяців тому

    Thanks a million for that.

  • @mrshodz
    @mrshodz 9 місяців тому

    Hi can you please show how i can use pycharm for development and debuging add-ons. Can you also show ipython can be used from an external terminal please.

    • @CGPython
      @CGPython  8 місяців тому

      I usually use VSCode, but I know there is a great blog post about this
      b3d.interplanety.org/en/using-external-ide-pycharm-for-writing-blender-scripts/

    • @mrshodz
      @mrshodz 8 місяців тому

      @@CGPython I tried using an external terminal with iPython, but blender constantly crashed.

    • @CGPython
      @CGPython  8 місяців тому

      @@mrshodz are you doing something like this ?
      ua-cam.com/video/TboY_I-lcTA/v-deo.html
      or did you install ipython into Blender's python?