Jump to content

Hrvoje

Admin
  • Posts

    13,335
  • Joined

  • Last visited

  • Days Won

    161

Everything posted by Hrvoje

  1. Hrvoje

    Reset Script

    Here is a simple example. This one resets position of select object to world center :) import c4d from c4d import gui #Welcome to the world of Python selected = doc.GetActiveObjects(0) for obj in selected: doc.AddUndo(c4d.UNDOTYPE_CHANGE, obj) obj.SetRelPos(c4d.Vector(0,0,0)) c4d.EventAdd()
  2. Of course. Here is a little example, hope I understood what you are after :) mat_control.c4d
  3. We had that group for special people like you ;) I did a cleanup of the groups, we are good to go
  4. No worries here folks, C4D will run on OSX just fine regardless of Apple eventually pulling out some of the stuff :)
  5. We opted for this move just lately and was nowhere near our minds during R20 trainings we released. The thing is that now we have some form of support that enables us to make all current and future content free. Of course, we do have something up our sleeves for old customers but this hasn't still matured and I can't announce it yet :)
  6. Yes and yes. Nice to see MoGraph getting the recognition that it deserves!
  7. Yep, that is close to correct, Per learned it over the years :)
  8. Per Anders receives academy award for MoGraph
  9. And it gets deeper ;) 59_Slinky(MG+XP).c4d 60_Umbrellas(MG).c4d 61_Transparent clones(MG).c4d
  10. We changed it to "Cafe regular", hope that is generic and neutral enough for most people. We got some really good suggestions (Cafe Padawan, Cafe Addicit etc :P )
  11. Hrvoje

    A fairy tale

    Cool, is that your concept work? Also, I wanted to check your website in signature but it seems domain is for sale..?
  12. We did some changes and now it is renamed to "Cafe Frequenter" - hope that is ok.
  13. Hi and to the Cafe Usually X particles questions are more quickly addressed on their support forum, however they do answer here also but you will probably have to wait for a working day... I am not familiar with them, but first thing that pops to mind is to ensure that your csv file is using formal definition as described by their documentation? Do you have a proper header in the file? https://tools.ietf.org/html/rfc4180
  14. Folks, we will change that. From English speaker point of view it doesn't have the same tone and meaning as we intended during direct translation. However we have to have (for easier database maintenance and similar) some sort of grouping and we are open to suggestions :)
  15. Thanks Nigel, much appreciated!
  16. We understand that this may cause some discomfort for people that bought these trainings earlier, however there are two advantages you want to consider from now on. First is, you gained knowledge earlier than people that have access to them now, and second even more important, you will not have to purchase anything more in future and will have access to new trainings. We were searching for a way to make trainings free and still get some revenue, and hopefully through youtube that will become possible.
  17. I don't get this part :) The thing is, you will have trouble offsetting sounds since effector won't work in this situation, thus you will have to use Xpresso. Here is a simple generic setup which can hopefully help you out and steer you in right direction Simple_rack.zip
  18. This should work :) import c4d def main(): selected = doc.GetActiveObjects(c4d.GETACTIVEOBJECTFLAGS_CHILDREN) for obj in selected: if obj[c4d.ID_BASEOBJECT_VISIBILITY_EDITOR] == 0 or obj[c4d.ID_BASEOBJECT_VISIBILITY_EDITOR] == 2: obj[c4d.ID_BASEOBJECT_VISIBILITY_EDITOR] = 1 else: obj[c4d.ID_BASEOBJECT_VISIBILITY_EDITOR] = 0 if __name__=='__main__': main() c4d.EventAdd()
  19. If I understood you correctly, you would like to create a wave like effect through your clones, but with each sequence you want next clone to stay up? Do you maybe have an example of the effect? Please add a scene file, at least stripped down version so we can help :)
  20. Hi folks :) As you may know, we are now offering massive amount of training content on Cafe Youtube channel. Content is free and available to anyone. Please consider subscribing to our channel, this will help us run Cafe, keep trainings free, and enable us to create more quality content for you. https://www.youtube.com/channel/UC_MRjD4IdPtvYLo2dLC-POw Thank you!
  21. Hrvoje

    Free C4D trainings

    Folks, we had troubles uploading but that seems to be resolved now. All content will be available in 2 days :)
  22. More stuff :P 54_Tornado(MG).c4d 55_Snake_debris(TP+MG+XP)R20_fields.c4d 56_Spline_hose(XP+MG).c4d 57_Rubber_band(CA).c4d 58_Scorpion(CA+CMotion).c4d
  23. New batch :) 50_Xpresso_Ship(XP).c4d 51_Worm_rig(CA+XP).c4d 52_Stacked_Weighted_and_traced(MG).c4d 53_Unfolding(MG+CA+XP).c4d
  24. Hrvoje

    Free C4D trainings

    @3DKiwi Thanks Nigel, we are trying to get into manhood :P @mbyrne Thanks Matt, pm sent :)
×
×
  • Create New...