5 Lines of Code Every C4D Artist Should Know

  Рет қаралды 34,004

Alpha Pixel

Alpha Pixel

Күн бұрын

Пікірлер: 68
@Jaimeal99
@Jaimeal99 4 жыл бұрын
Hey man, thank you so much for this tutorial! I'm sure a lot of us are waiting for the part 2
@JohnCooganPlus
@JohnCooganPlus 5 жыл бұрын
This is awesome! More python C4D content please!
@Daniel_WR_Hart
@Daniel_WR_Hart Жыл бұрын
A John Coogan comment from before he started making awesome mini-documentaries
@guilhermenaco
@guilhermenaco 5 жыл бұрын
Great tutorial! Looking forward for Part 2, especially how to change the parameters ( i.e - extrude and so on ). Thank you
@nickjito
@nickjito 3 жыл бұрын
I second that.
@alflud
@alflud 5 жыл бұрын
Many thanks for this - it couldn't have come at a better time. I have a single R18 project that has multiple xpresso nodes attached to various objects - all in all they contain a total of 306 C.O.F.F.E.E. nodes which need to be converted to Python in order to update that project file to be fully functional in R20 so Python it is. I'm pretty fresh to it [Python] and really only as it pertains to Cinema4D so tutorials like this are a big, big help. Thanks very much! edit: I've a long-time interest in finding out how to read and/or set the values for any given selection [points, polys or edges] that are contained in the coordinate manager. I used the "set point value" tool in the past to create a set of scripts that scaled my selection to zero on either the x, y or z axes -handy for lining up points - but I've had a lot of difficulty re-creating it using Python. In any case it would be better to use the coordinate manger instead of the "set point value" tool so if you could perhaps delve into that a little bit I'd really appreciate it.
@Gr4ph0s
@Gr4ph0s 5 жыл бұрын
We added this page (it does not cover everything but it may help you to find some equivalent) developers.maxon.net/docs/Cinema4DPythonSDK/html/manuals/manual_coffee_to_python.html
@alflud
@alflud 5 жыл бұрын
@@Gr4ph0s Thank you!
@FishualizeStudios
@FishualizeStudios 2 жыл бұрын
This was a perfect intro to Python for C4D thank you!
@sajjadabouei6721
@sajjadabouei6721 2 жыл бұрын
perfect introduction thank you very much plz do more of this
@nilupulperera
@nilupulperera 2 жыл бұрын
Awesome! Really useful tutorial. You helped me to understand the basics very clearly. Thank you so much. Kindly upload more videos related to this topic, please.
@ub150black
@ub150black 4 жыл бұрын
Great video! Thanks for sharing your knowledge!
@cetruonghai
@cetruonghai 4 жыл бұрын
Best tutorial... Thanks so much... Keep making this more!
@FrancisJMotionDesigner
@FrancisJMotionDesigner 3 жыл бұрын
Hi, Do you know where I can find script to rotate an object 90 degrees everytime I execute?
@simontrickfilmer
@simontrickfilmer 5 жыл бұрын
Idears for simple Scripts: Worktimer: if the file is open, it counts up the workingtime. Back to origin: sets coordinates to 0/0/0 and by hitting again, it sets the coordinates back to the coordinates. Usefull for modelling.
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
Love the work timer idea! and i do have a Back To Origin beta developed hopefully I can put it out soon:)
@simontrickfilmer
@simontrickfilmer 5 жыл бұрын
@@AlphaPixel3D I can Beta test it :) (Did we email about that idear last year?)
@DoctorMGL
@DoctorMGL Жыл бұрын
anyway to select all objects based on type using python ?
@boboziczd
@boboziczd 3 жыл бұрын
More of this will be amazing...for example showing next step from 14:15
@DeskToyStudios
@DeskToyStudios 4 жыл бұрын
Fantastic stuff, thanks for making this!
@KonstantinMagnus
@KonstantinMagnus 5 жыл бұрын
Thank you for demonstrating Python in C4D ! But please lower the screen resolution, otherwise its really hard to read.
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
Great suggestion Konstantin! I will try to make it more visible on the next round. Be sure to crank up the quality settings so it's sharp and also download the Cheat Sheet PDF from the site it has all the code from the tutorial in there:)
@albertomessiah7829
@albertomessiah7829 3 жыл бұрын
you probably dont give a shit but if you are bored like me during the covid times then you can watch pretty much all the latest series on InstaFlixxer. Have been binge watching with my girlfriend for the last weeks xD
@nathancassius9484
@nathancassius9484 3 жыл бұрын
@Alberto Messiah Yea, have been using InstaFlixxer for months myself =)
@arktikfoxtrix
@arktikfoxtrix 4 жыл бұрын
Great tutorial and perfect way for me to get into coding a bit. Through another amazing program. Splendid! Thank you:)
@w4ste7and
@w4ste7and Жыл бұрын
infinite potential just from a few secrets. Thanks for the help man
@alexfx7768
@alexfx7768 5 жыл бұрын
Huge thanks AJ
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
No problem Alex!
@renfitch1404
@renfitch1404 4 жыл бұрын
Hey Ajay, thanks for enlightening me. I've been trying to get my head around C# for a while. Watching you write those bits of code, and seeing the different syntax in Python, it seems like a language I might be able to write. Cheers fella, keep up the excellent work. For Loops makes way more sense now as well;-)
@oliverhuynhhh
@oliverhuynhhh Жыл бұрын
Does C4D user use Python as expression lines same as in AE?
@linhpro6417
@linhpro6417 5 жыл бұрын
You are amazing teacher! Thank you so much.
@Clemyfourtwenty
@Clemyfourtwenty 3 жыл бұрын
Whats the command to select an Object, not Get an "Active Object's" info. just select and Object within the "Object Manager" with nothing already selected. I am trying to make a User Data Button select a null object.
@MESHQuality
@MESHQuality 5 жыл бұрын
Very interesting, thank you! Would love to see some basic scripts, that will make the workflow faster. Like what can we make with it, which is not in C4D by default? I know it's very generic, but that's what I would love to see, thanks!
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
Great suggestion! I'm all about workflow and I've make little helper scripts all the time. I will likely do a video going of few of them.
@eliellgvs1
@eliellgvs1 4 жыл бұрын
Thanks. Very well explained.
@FlayFX
@FlayFX 4 жыл бұрын
How can i send a message, from a nonactive object? I make an Delete without Children fonction, but how can i acess the object it gives to me?
@AlphaPixel3D
@AlphaPixel3D 4 жыл бұрын
can you be a bit more clear on whats happening? From what I understand your function deletes the parent object and keeps the children. Which object are you trying to access?
@FlayFX
@FlayFX 4 жыл бұрын
@@AlphaPixel3D I found the solution :) I make a text éditable and i want to Access the null we makes
@FlayFX
@FlayFX 4 жыл бұрын
@@AlphaPixel3D but maybe you Can help me, when i Alt click in a fracture it creates me and fracture with my selected object and cordinates, how Can I found the fonction? I search in C4D SDK but i didnt found
@aviodenheimer4090
@aviodenheimer4090 5 жыл бұрын
Thanks! very clear and helpful.
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
Thanks Avi, hopefully more to come soon!
@DRug-vz6mi
@DRug-vz6mi 5 жыл бұрын
Can someone tell me how to select all children of a given Null object so I can execute the "combine and delete" function? It has to run so that I don't have to select any object manually Thanks
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
middle mouse click selects children:)
@SIgor420
@SIgor420 4 жыл бұрын
Well, I wish the second part have been uploaded! :) You are natural! You can also share your stuff at C4D Cafe if you are interested, might bring you a few more subs or views!!
@nickjito
@nickjito 3 жыл бұрын
THANKYOU!
@nickjito
@nickjito 3 жыл бұрын
More of this!
@majinpu
@majinpu 5 жыл бұрын
this is gold!! thanks!!!
@NaniParlapalli
@NaniParlapalli 3 жыл бұрын
10:20 - At least I expect ON to be '1' | Maxon Developers : Err I know I'm sorry, I was under alcohol influence that day 🤓
@alexanderfrohlich9374
@alexanderfrohlich9374 5 жыл бұрын
how to get this colorful viewport?
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
Hi Alexander, I'm pretty sure I just used a sky object and put a material with a gradient on it. Since the sky is a sphere i probably increased the tile count too:)
@shivsharma6511
@shivsharma6511 5 жыл бұрын
Please make more tutorials
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
Thank you Shiv! Busy past few months this summer for sure, but should be getting back in tutorial mode shortly! Python Part 2 will be on the list! A few new Alpha Pixel products on the way as well. Stay tuned!
@lennartzdesign2728
@lennartzdesign2728 4 жыл бұрын
where is part 2? really helpful btw
@AlphaPixel3D
@AlphaPixel3D 4 жыл бұрын
Great question! Life has been crazy. I am really hoping to get back to it when Corona dies down.
@dori8118
@dori8118 3 жыл бұрын
Thank you soooooooooooooooooooooo much
@MarcioMazur
@MarcioMazur 5 жыл бұрын
Man, sounds like a great tutorial but it's basically impassible to follow because of your very high resolution. The text is too tiny in a Full HD screen (even in a QHD screen with a no so big monitor). :(
@wesc6755
@wesc6755 3 жыл бұрын
Useful, but the text is so small I can barely read the scripts. Zooming to what you're doing would be helpful.
@BehradDavoudi
@BehradDavoudi 5 жыл бұрын
thank you!!!!!
@MooseX2012
@MooseX2012 3 жыл бұрын
As far as min 7 goes, it just seems to add extra steps
@brunobordini7696
@brunobordini7696 3 жыл бұрын
This is a tutorial how to mess things up inside C4D! If I try this I'll bet you that I will need to reinstall the program! Hahahahahahaha!
@djanebullish8423
@djanebullish8423 5 жыл бұрын
The resolution is to high. Not all people have huge internet-cable.
@johnbrown3013
@johnbrown3013 5 жыл бұрын
Could not watch due to insane resolution. OK - we get it, you have a massive screen, but your efforts are only visible to 0.1% of KZbin users. You should just make a video with static text 'ha ha ha my screen is bigger than yours'.
@AlphaPixel3D
@AlphaPixel3D 5 жыл бұрын
ha yep, thanks john. loud and clear for sure. next one will lower the resolution. Also be sure to check out the pdf version of the tut on the site, it has the same info and also you can copy and paste:)
@mrinalsenvamadevan1965
@mrinalsenvamadevan1965 4 жыл бұрын
please remake this tutorial. nobody can learn from it. its not readable. not systamatic.
@AlphaPixel3D
@AlphaPixel3D 4 жыл бұрын
I realize I should have made it a different resolution. You can download the PDF that goes through it all just step by step on the website. Thanks
@manishnamdeodir
@manishnamdeodir 4 жыл бұрын
Yes text is very small
Brograph Tutorial 090 - Intro to Python Scripting
20:09
Brograph Tuts
Рет қаралды 8 М.
Cinema 4D Python Tutorial 1: Hexagon Display Effector
23:22
Expresso Mechanic TV
Рет қаралды 5 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
So you want to make a Game Engine!? (WATCH THIS before you start)
14:39
Giant Sloth Games
Рет қаралды 341 М.
Cinema 4D: The Aim Constraint
13:47
DIGITAL MEAT
Рет қаралды 9 М.
What is Cinema 4D used for
11:03
InspirationTuts
Рет қаралды 242 М.
Python Functions | Python Tutorial for Absolute Beginners #1
30:34
Programming with Mosh
Рет қаралды 1 МЛН
Chat GPT with Cinema 4d AI write python scripts for Cinema 4d
23:10
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
3 Advanced XPresso Techniques in Cinema 4D
38:41
Greyscalegorilla
Рет қаралды 59 М.