Forum Archive

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

bcraig_6973

Hi I am Looking for anyone that does any Python Scripting with Blender 3d?

brumm

blenderartists
wikibooks
blender.stackexchange

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

bcraig_6973

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

bcraig_6973

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

My user name is

bcraig6973

How do I use this ?

brumm

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

@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 πŸ‘πŸ»

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

bcraig_6973

How to add a default cube in Blender using Python

bpy.ops.mesh.primitive_cube_add()

Whole script

bcraig_6973

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

JonB

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

bcraig_6973

@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?