Blender movement tutorial (Look with mouse)
Loading...
9,875
Loading...
Uploader Comments (punkstoper)
see all
All Comments (63)
-
Nice tutorial, thnx helped a bunch =) good work
-
@sydneydoc i will search thank you :D
-
There's a couple of sample blends that you can download to do this based on: # get parent z axis vector parentZ = [parentOrient[0][2], parentOrient[1][2], parentOrient[2][2]] # create parent z axis vector vec2 = Mathutils.Vector(parentZ) # find angle between two angle = Mathutils.AngleBetweenVecs(vec
1, vec2) -
i use python 2.7.2
i downloaded last day
who python version use you?
i going to try whit python 3.2.1
-
When I press play it doesn't work and the error is at line 51'' pos = mouseMove()''.
Somethng is wrong with this line!!!
-
Wow why can't blender just make a way to not need a script for this?
Loading...
dont work, i do whit the video 3 times but doest work (sorry for my english, im spanish)
i do not understand, there are an error in the scrypt?
i use blender 2.49 b
arc575david 6 months ago
@arc575david
The only thing I can think of is you dont have the right version of python?
punkstoper 6 months ago
doesnt work!!!!
Roman8880 1 year ago
@Roman8880 there are a few things I cant think of at the top of my head.
1) you may not have the up to date version on Python
2) you are using a different version on Blender
3) you may have made a small mistake during it.
punkstoper 1 year ago
how i put a limit on rotation?
sanfelipe007 1 year ago
@sanfelipe007 Sorry mate, not a clue. I am not a Python Programmer, I just found this code on the internet. I recommend asking on blenderartistforum I am sure you will find an answer there
punkstoper 1 year ago