I applied 1000 color palettes in 10 minutes with Blender Python

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

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

  •  9 месяцев назад

    Nice way to automate your creations. Thank you!

    • @CGPython
      @CGPython  9 месяцев назад

      You bet! ❤️

  • @JoussefJouda
    @JoussefJouda 9 месяцев назад

    Amazing, thank you!

    • @CGPython
      @CGPython  9 месяцев назад +1

      Glad you liked it! ❤️

  • @TheAptimn
    @TheAptimn 9 месяцев назад

    I have a question. Is there a way to create a script to make a sphere behave like thick honey on a surface? Basically any liquid is a sphere, it charges its' shape only under gravity force etc.

    • @CGPython
      @CGPython  9 месяцев назад

      I think this is best done via a fluid simulation:
      ruclips.net/video/1GIeWWXrKY8/видео.html
      I believe it is possible to script the steps.

  • @ferrioh
    @ferrioh 9 месяцев назад

    Amazing Thanks bro i new using P+B

    • @CGPython
      @CGPython  9 месяцев назад

      Welcome 👍

  • @mienaiknife
    @mienaiknife 7 месяцев назад

    Would you be willing to make a tutorial on editing bones with Python?

    • @CGPython
      @CGPython  6 месяцев назад

      what types of things would you like to do in terms of editing bones with Python?

    • @mienaiknife
      @mienaiknife 6 месяцев назад

      @CGPython What I was struggling with most recently was moving the heads and tails of bones to a new location relative to the location of the heads or tails of other bones, either with the matrices or with any other reliable method. What I've been trying to do more generally is write a script that converts one armature structure to another for the sake of making it compatible with existing animation files (I know that retargeting would've also been another way to get the job done, but I wanted to give scripting a shot)