Happy to hear that! We all have our own processes and practices when using blender, with a little python code we can help speed up our workflow and even create some pretty cool Add-ons!.. I with you all the best with your python journey 😄👍
Hey, if you are still reading this, please tell me if Python in Blender is ONLY for addons or you can just create whatever you want, for example, VFX, sounds, new materials, collision events, and so on?
Hello, I have just discovered your channel and I would like to know if it is possible to create an addon to automate parallax effects with a photo and its dept map?
Hey, I'm developing an addon, but why the Node Hue Saturation options do not appear in the addon window? Is the name (HUE_SATURATION) correct to identify the nodes, or does it have another name?
Thanks for all your videos! What does it mean when you add an action clip in the NLA and it stacks 4 instances of it at the same time on separate tracks? This an animation clip works, it's for changing the factor on a mix shader that is between a bsdf and an emissions shader?? Any guesses ?
Greetings! I have developed an addon for realistic dynamic lighting(better than PSA) and want to make an ad. I will provide it for you to review. What are the conditions for advertising?
Hi! I'm trying to use your insta mist addon for this current iteration of blender, but its throwing me an error about a missing layer? Is this something I'm doing from my end? Everything says just press the button and it works so I'm unsure whats going on.... :x
Hey Dahlianeko, could you check the version of the add-on? I believe "version": (1, 1), works fine in "blender": (3, 0, 0) I have not had chance to check it on the latest blender build so most likely something has changed and I would need to try and fix it..
Hi! I was wondering if blender scripting could solve a specific problem I was having. I have modelled a spaceship with several RCS thrusters and they need to be animated based on the angular velocity of the ship. Is this something blender scripting is capable of?
As much as I like your videos, but the shader library isn't the best example, as it is about to be replaced entirely by the new asset browser in the near future. Your VFX Nodes would have been a better example, as they are not covered by the asset browser yet.
Hey BD, I think even with the asset browser, I would still make custom materials (specific to my projects) that would require certain options (which we can add thanks to python).. Again my intention was to show that no matter what we do in blender we can use python to help speed up our workflow and cut out those annoying repeated processes..
@@DarkfallBlender For your workflow, that's very understandable, although there is the option to add value nodes to the Node Tree, enabling you to do pretty much exactly the same. But to people who don't have this workflow, this example looks a bit like "everything that we can do with Python has already been implemented in Blender". And that's not the message you want to convey, is it? Your videos are really great and you deserve more views and subscribers, but for this one, I can understand why people might not be very convinced. Btw.: Your videos were the ones that started my Blender Coding journey, without them, I would never have written my first addon. Thank you!
You should speak to the Developer of the add-on.. I'm not going to dig around another mans code.. I don't mind helping you with your code in relation to something we have covered..
Dear! I need your help! Only you could help! Would you stidy Pose Library Blender Python scripts and tell us what is there important and what is not!!! The thing is that animations like Ellie do not work on simple computers and we need concise script and concise scenario of how Pose Libraries Python commands should work!! And you also should move a little much further! So please do it! Tell us your story about Characters Pose Library in Blender and Scripting!!!???🤸🙏🙏
Now here, I have a question which answer eludes me totally. I want to be able to select a vertex and then to select the next vertex on the U direction on a model where vertices' Indexes are not in accordance with the UVs. Something like CTRL & Shift & + with only one vertex selected. Is there a way to do this with Python?
It's not something I have done, though I would assume it's certainly possible.. Your best bet is to check the Stack exchange forum, your question may already be answered!.. You can also post your question along with any code you have and you should get some help pretty quickly. Check out the Stack exchange here: blender.stackexchange.com/
@@DarkfallBlender Ha! The best answer I found is to select the face from the vertex and then to find the next vertex by doing index + 1 or 2 (if the index in the face is 0 then the next U will be 1 and next V will be 3) But if the index is 1 the next U is 0 and the next V is 2. I'll do it but there must be a function somewhere to do this.
I really want to learn python and am familiar with blender. To do this in blender do what do I need to install before starting. Sorry, I am a super noob when it comes to programming
Hey Ryan, Blender has it's own Editor for writing Python Code so you only need Blender.. I have never coded anything before Python and in fact the first video I did on python I was also a total noob.. But that's the great thing about python, it's fairly simple to pick up! You can check out the Introduction to python video here: ruclips.net/video/cyt0O7saU4Q/видео.html I hope you find it helpful 👍
Hello and thank you for share this video! I'm learning Python and this video motivate me to keep learning more and more :)
Happy to hear that! We all have our own processes and practices when using blender, with a little python code we can help speed up our workflow and even create some pretty cool Add-ons!.. I with you all the best with your python journey 😄👍
does scripting help you understanding Geometric Nodes... Or is it more c++ related ?
Hey, if you are still reading this, please tell me if Python in Blender is ONLY for addons or you can just create whatever you want, for example, VFX, sounds, new materials, collision events, and so on?
Hello, I have just discovered your channel and I would like to know if it is possible to create an addon to automate parallax effects with a photo and its dept map?
Hey, I'm developing an addon, but
why the Node Hue Saturation options do not appear in the addon window?
Is the name (HUE_SATURATION) correct to identify the nodes, or does it have another name?
@00:35 what button is pressed to open the side bar of "add-ons"
Thanks for all your videos! What does it mean when you add an action clip in the NLA and it stacks 4 instances of it at the same time on separate tracks? This an animation clip works, it's for changing the factor on a mix shader that is between a bsdf and an emissions shader?? Any guesses ?
Greetings! I have developed an addon for realistic dynamic lighting(better than PSA) and want to make an ad. I will provide it for you to review. What are the conditions for advertising?
Hi! I'm trying to use your insta mist addon for this current iteration of blender, but its throwing me an error about a missing layer? Is this something I'm doing from my end? Everything says just press the button and it works so I'm unsure whats going on.... :x
Hey Dahlianeko, could you check the version of the add-on?
I believe "version": (1, 1), works fine in "blender": (3, 0, 0)
I have not had chance to check it on the latest blender build so most likely something has changed and I would need to try and fix it..
Hi! I was wondering if blender scripting could solve a specific problem I was having. I have modelled a spaceship with several RCS thrusters and they need to be animated based on the angular velocity of the ship. Is this something blender scripting is capable of?
I have one question is how to convert geometry nodes setup into python coding.
Thank You in advance.
Hello and thank you so much for these python tutorials
Can Python in blender affect its partcile system and Fluid sims,I mean can we control our simulations programmatically?
Thank you,Sir.
Yes it can! I am not sure If I have done a video on this..
@@DarkfallBlender Thank you.
As much as I like your videos, but the shader library isn't the best example, as it is about to be replaced entirely by the new asset browser in the near future. Your VFX Nodes would have been a better example, as they are not covered by the asset browser yet.
Hey BD, I think even with the asset browser, I would still make custom materials (specific to my projects) that would require certain options (which we can add thanks to python).. Again my intention was to show that no matter what we do in blender we can use python to help speed up our workflow and cut out those annoying repeated processes..
@@DarkfallBlender For your workflow, that's very understandable, although there is the option to add value nodes to the Node Tree, enabling you to do pretty much exactly the same. But to people who don't have this workflow, this example looks a bit like "everything that we can do with Python has already been implemented in Blender". And that's not the message you want to convey, is it? Your videos are really great and you deserve more views and subscribers, but for this one, I can understand why people might not be very convinced. Btw.: Your videos were the ones that started my Blender Coding journey, without them, I would never have written my first addon. Thank you!
@@BlenderDefender well... your name is accurate lol
Can you please make a video on Rbd lab acetone.py line 75 , line 364 error
You should speak to the Developer of the add-on.. I'm not going to dig around another mans code.. I don't mind helping you with your code in relation to something we have covered..
can u make pyhthon for riigin snapping or something like that.. i learn a lot from u
Are you asking if it is possible? or are you asking me to do a video on it?.. Both are possible...
Do you have a playlist to follow yourPython Tutorials?
Yup, there is a link in the Description. Scripting Playlist : ruclips.net/p/PLFtLHTf5bnym_wk4DcYIMq1DkjqB7kDb-
Dear! I need your help! Only you could help! Would you stidy Pose Library Blender Python scripts and tell us what is there important and what is not!!! The thing is that animations like Ellie do not work on simple computers and we need concise script and concise scenario of how Pose Libraries Python commands should work!! And you also should move a little much further! So please do it! Tell us your story about Characters Pose Library in Blender and Scripting!!!???🤸🙏🙏
THanks for saying so I am glad you found these videos helpful! 👍
Hey sir can u make tutorial scripting for blender snapping rigging fk ik key like in rigify😢😢 i still font find any tutorial fo that?
I have no immediate plans to do so but I may do a tutorial on it in the future..
I don't have any immediate plans to do so but I may do a tutorial on it in the future..
Now here, I have a question which answer eludes me totally. I want to be able to select a vertex and then to select the next vertex on the U direction on a model where vertices' Indexes are not in accordance with the UVs. Something like CTRL & Shift & + with only one vertex selected. Is there a way to do this with Python?
It's not something I have done, though I would assume it's certainly possible.. Your best bet is to check the Stack exchange forum, your question may already be answered!.. You can also post your question along with any code you have and you should get some help pretty quickly. Check out the Stack exchange here: blender.stackexchange.com/
@@DarkfallBlender Ha! The best answer I found is to select the face from the vertex and then to find the next vertex by doing index + 1 or 2 (if the index in the face is 0 then the next U will be 1 and next V will be 3) But if the index is 1 the next U is 0 and the next V is 2. I'll do it but there must be a function somewhere to do this.
I really want to learn python and am familiar with blender. To do this in blender do what do I need to install before starting. Sorry, I am a super noob when it comes to programming
Hey Ryan, Blender has it's own Editor for writing Python Code so you only need Blender.. I have never coded anything before Python and in fact the first video I did on python I was also a total noob.. But that's the great thing about python, it's fairly simple to pick up! You can check out the Introduction to python video here: ruclips.net/video/cyt0O7saU4Q/видео.html I hope you find it helpful 👍
@@DarkfallBlenderThank you, this is super helpful!
😎👍
Dude come back
help me sir
with what?
@@DarkfallBlender blender python error
plzz help
What is the error message?