omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello β€” I'm @olemoritz on Twitter.


    Looking for anyone that does any Python Scripting with Blender 3d

    Pythonista
    3
    11
    6894
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • brumm
      brumm last edited by brumm

      blenderartists
      wikibooks
      blender.stackexchange

      I started a small tutorial (slow growing) BlenderScripting, stay tuned.

      1 Reply Last reply Reply Quote 0
      • bcraig_6973
        bcraig_6973 last edited by

        That Awesome how can I assist if I can I try

        If you sign up for the free account
        You can take the free blender basic just so you can get use to the interface

        Blender Basics
        https://cgcookie.com/course/blender-basics/

        Here is a older video that a guy did over at CG Cookie

        Task Automation with Python Scripting in Blender

        https://m.youtube.com/watch?v=ZZWSvUgR38Y

        This is a new video 2017
        Different company

        Intro to Python Scripting in Blender - Boston Meetup Workshop

        https://m.youtube.com/watch?v=KNa5kJd2Epo

        I am still learning at well

        I also came across
        This might help others like me just learn basic of Python
        It's called "kids can code

        Learning to Code with Python
        KidsCanCode

        https://m.youtube.com/playlist?list=PLsk-HSGFjnaGe7sS_4VpZoEtZF2VoWtoR

        1 Reply Last reply Reply Quote 0
        • bcraig_6973
          bcraig_6973 last edited by

          I just join for free
          https://github.com/join/plan

          My user name is

          bcraig6973

          How do I use this ?

          1 Reply Last reply Reply Quote 0
          • brumm
            brumm last edited by

            Here are some links for the github web interface, but if you want to use all the features you should learn the commands.

            using-github
            contributing

            The quickest way to share your code
            creating-gists

            bcraig_6973 1 Reply Last reply Reply Quote 0
            • bcraig_6973
              bcraig_6973 @brumm last edited by

              @brumm

              I started a small tutorial (slow growing) BlenderScripting, stay tuned.

              I saw your scripts you must be doing right
              I am still learning but very cool start Indeed πŸ‘πŸ»

              1 Reply Last reply Reply Quote 0
              • bcraig_6973
                bcraig_6973 last edited by bcraig_6973

                @brumm

                I started a small tutorial (slow growing) BlenderScripting, stay tuned.

                I saw your scripts you must be doing right
                I am still learning but very cool start Indeed πŸ‘πŸ»

                All I know is the bpy is way to talk to Blenders API using Python I think this means Application Program Interface Iam not sure

                So by import bpy
                This open up a access to the world of blender

                And go down the rabbit hole even further

                whole script - this will duplicate a selected object
                By defult when you first open blender that would be the cube
                bpy this to talk to Blender
                ops this operators
                objects This is a well basic object cube ,cone,sphere etc...
                duplicate This what action you want to take
                And go down the rabbit hole even further

                whole script - this will duplicate a selected object

                import bpy
                bpy.ops.object.duplicate()

                I would load up a screen shot but I donot know how to o. This form

                1 Reply Last reply Reply Quote 0
                • bcraig_6973
                  bcraig_6973 last edited by

                  How to add a default cube in Blender using Python

                  bpy.ops.mesh.primitive_cube_add()

                  Whole script

                  1 Reply Last reply Reply Quote 0
                  • bcraig_6973
                    bcraig_6973 last edited by

                    I am sure how to get ahold of You

                    But I want to share with You
                    this is a free add-on for blender using
                    visual programming for interactive visual feedback with nodes that write scripts
                    So python is not necessary but whatever python you do know you can expand the abilities of the add-on
                    which why I still learning

                    This link
                    https://github.com/nortikin/sverchok

                    Her the main link to thier site
                    http://nikitron.cc.ua/sverchok_en.html#ΡΠΊΠ°Ρ‡Π°Ρ‚ΡŒ
                    It in USA and. Russian

                    God Bless and I hope it useful
                    I just downloaded it yesterday need read manual and documents

                    Check it out let me know if you need to know how to install the add-on I have screen shot to show you

                    1 Reply Last reply Reply Quote 0
                    • JonB
                      JonB last edited by

                      Pretty sure you are on the wrong forums.
                      You might try here

                      bcraig_6973 1 Reply Last reply Reply Quote 0
                      • bcraig_6973
                        bcraig_6973 @JonB last edited by

                        @JonB

                        Yeah thanks and for the link

                        But Am I on the right forum for learning basic of Python 2 and 3

                        I am taking a class but I am having trouble understanding can you help ?

                        and do you work with Python in blender?

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB Forums | Contributors