Hey Xinyu! I am a artist who is currently learning python to build addons for blender! Would it be possible for you to answer some of my questions! If yes then is there any social media platform where I can connect with you?
@xinyuzhu44486 ай бұрын
Oh sure, my Discord: xinyu199609
@Charchit_Goyal6 ай бұрын
@@xinyuzhu4448 Thank you! I have sent you a friend request
Hey, first of all congrats on the amazing looking addon, just one question; does this solve the mixer node cross compatibility?
@xinyuzhu4448 Жыл бұрын
Thank you for the good question! So Blender3.4 add new mix Node for mixing float color and vector. From Python API perspective, it is a new node class ShaderNodeMix. If you load the mix node to lower blender version with the addon, it will failed. However, I have decided to add a specific support for the mix node, given its popularity: when there is no ShaderNodeMix in the environment, I can create a math node group to take place of it. You can expect this function in next addon version(1.0.6)
@xinyuzhu4448 Жыл бұрын
Oh by the way, although you can't find the old mix color node in Blender3.4, it is not removed from environment. Blender removed it from UI, but the addon can add the ShaderNodeMixRGB using Python code, so the current addon can help you restore the mix color node to higher Blender version
@nunosousa154 Жыл бұрын
@@xinyuzhu4448 thank you for your quick response, I'm considering buying this add-on and this was the main feature I was interested in
@xinyuzhu4448 Жыл бұрын
@@nunosousa154 1.0.6 published: see kzbin.info/www/bejne/p2GsnoSFjLqEp68
@nunosousa154 Жыл бұрын
@@xinyuzhu4448 awesome, soon I'll grab this add-on from the market
@xinyuzhu44482 жыл бұрын
Geometry Node that uses a Material are now be supported. For nodes that refer objects, an empty object with the same location, rotation and scale will be used to restore them.
@BMACMASTAMIND2 жыл бұрын
Nice! 🔥🔥🔥
@ikfreeprogrammer51344 жыл бұрын
how to install kivy studio pleas tel me
@Beautifulworld02-r4 жыл бұрын
He bro can you make video on django
@mizouman5 жыл бұрын
thank you for sharing
@priyanshuupadhyay70956 жыл бұрын
Hello Xinyu , your videos are great, thank you for uploading such great content, well I am stuck in a situation, okay I followed your step and came up with exactly same output, now I want that instead of giving image file directly is there any way I can prompt user to select a file of his choice. I tried using filechooser but some or the other reason I am not getting any output. expected output 4th box- Button or label - select an image file of your choice. then file browser should open , where user can select a file of his own choice. Thanks in advance.
@xinyuzhu44486 жыл бұрын
You are talking about dynamic interface update. This can not be done from the kivy file which manages the static outlook. You may need to read the functions of kivy.uix.image (kivy.org/docs/_modules/kivy/uix/image.html) the texture_update method is used to update the image dynamically.
@ErvinMile6 жыл бұрын
Thanks for the video, very well explained. Do you know where can I find the Kivy Catalog? It seems very practical.
@xinyuzhu44486 жыл бұрын
here kivy.org/docs/examples/gen__demo__kivycatalog__main__py.html, you can find it also below the first video
@TheArchaeus66 жыл бұрын
A very good tutorial for a beginner like me. It is hard to find any that don't already assume you are a python and GUI master. I appreciate it.
@raucheacho6 жыл бұрын
please can you send me all files
@xinyuzhu44486 жыл бұрын
please download it from my github: github.com/xzhuah/Kivy-Tutorial
@xinyuzhu44486 жыл бұрын
Please refer to the first video here: kzbin.info/www/bejne/sJ6YY2ubiaxpobM, I provided all the file link in the comment
@raucheacho7 жыл бұрын
very good video i like it and learn with you really thanks
@histoplasmosis7 жыл бұрын
Increase audio volume please.
@danielhong64877 жыл бұрын
HEYYYYYYYYYY
@infijeweltech66417 жыл бұрын
hello do u undertake freelance work?
@xinyuzhu44487 жыл бұрын
I am an undergraduate student
@srinivassagit25735 жыл бұрын
still you are searching for a freelancer?
@xinyuzhu44487 жыл бұрын
Kivy official website: kivy.org/#home Kivy Tutorial: kzbin.info/www/bejne/eYqxiH5ofNWqnaM kivy Layout GIF: kivy.org/docs/guide/widgets.html Kivy Catalog: kivy.org/docs/examples/gen__demo__kivycatalog__main__py.html source code for tutorial: github.com/xzhuah/Kivy-Tutorial