Jump to content

maliohammad

Limited Member
  • Posts

    2,039
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by maliohammad

  1. this is what I get so far . the problem is when the speed values is different it will have some glitch animation . I will try to find a solution for this , it would be helpful if other members can share there opinion on how to fix this rotation.c4d.zip
  2. why not use the formula effector or any other effector ?
  3. you can use this if you really want to crash c4d and waste some time :D I second @Visionnext advice .
  4. if it works without Mograph module , then I can see the point of this script .
  5. actually you can do this in c4d without any plugin ,
  6. thanks ! :) really cool . I remember someone mentioning this on SIGGRAPH but it was not online yet .
  7. here is the file . how to use it : -copy the null object into your scene . -drag the python tag into your null object with the axis controls . -do all the steps from my previous post . -delete the empty null (which was a place holder for the python tag ) p.s. as you can see 1% is displayed as 0.01 , if you want it to be displayed as 1% then double click on the python tag , and put this code instead : import c4d #Welcome to the world of Python def main(): obj = op.GetObject() frame=doc.GetTime().GetFrame(doc.GetFps()) a1 = obj[c4d.ID_USERDATA,3]*100 a2 = obj[c4d.ID_USERDATA,4]*100 a3 = obj[c4d.ID_USERDATA,2]*100 a4 = obj[c4d.ID_USERDATA,1]*100 a5 = obj[c4d.ID_USERDATA,5]*100 a6 = obj[c4d.ID_USERDATA,6]*100 a7 = obj[c4d.ID_USERDATA,7]*100 data = op[c4d.ID_USERDATA,1]+"\n"+str(frame) + ","+str(a1)+ "% ,"+str(a2)+ "% ,"+str(a3)+ "% ,"+str(a4)+ "% ,"+str(a5)+ "% ,"+str(a6)+ "% ,"+str(a7) op[c4d.ID_USERDATA,1] = data cache_rotations.c4d.zip
  8. which format type you want : a) frame : (number) , Rotation access 1 : (number) ...et c b) frame (number ) , (number ) -(number)...etc
  9. here is a scene file of the idea , make sure you are on any frame except the first frame of your animation (in my case it is frame 0 ) then select the cube , user data, and select all the strings inside that field and delete it . now go to the first frame (shift+F) now go frame by frame ( G ) , you can play the animation normally , but this is can break the setup , so if you do so make sure to stop it before the end of the animation . after that you can select the text and save it . I will try to make a mechanic to prevent some possible problems . if you don't have experience with python , then tell me exactly what to include , and I will try to make it user controllable with user datas getInfoOfAnimation.c4d.zip
  10. I think this is possible with Python , I will check and give you the results :)
  11. does the xpresso setup animate a dummy mesh ? if so , then just use the mesh deformer to transfer the animation to the real object
  12. yes , they are weird , But it is hard to control , I leave almost every thing to relaxation algorithm . is there another way ?
  13. thanks for feedback :) do you mean I should spread islands and get more space between them , or make them a little bigger to use more space ?
  14. Hello , here is the UVs of a character I made earlier (not finished yet , when I am more satisfied with the look I will post the character pics ) the pic with some yellow polys is for the t-shirt , and the other one is for the pant and the last one is the main character body C&C are welcome , each one of them took me less than 4 minutes (and more time to think how could I do it lol )
  15. you have to have 3ds max installed to use it did you try to download the trial version ? also there is this app , you can download the demo , and if you like it you can buy it (I haven't used it before ) http://www.okino.com/products.htm
  16. yes I seller badge would be the best , and you can in addition give the gold members the ability to sell without it . or just as I mentioned earlier , give bronze and silver the ability to sell , but with higher fees
  17. isn't it possible to give silver and bronze members the ability to sell items but with higher fees ? like , 17% fees for silver , and 22% fees for bronze or anything like this
  18. python codes execute faster than xpresso , so even if they make expresso V2 I don't think it will beat python in functionally , but nodal systems are easier to create and modify so it would help most users . but even if they have a new nodal system that is faster than python , they can't share any scene file with it , because users won't be able to run unless they have the new beta of c4d , so it is pointless to share . in the other hand , you can run python codes on older versions (if you didn't use new codes )
  19. yeah , but you had to cheat it and use multiple effectors + tracer . it would be nicer if I can drop a simple effector to do this , and it would be easier to adjust
  20. Hi , here is some ideas for different effectors : -it would be great if there is an effector to evenly distribute the objects onto the surface of object and even better if there is a blend option so you can animate the transition . -look at camera effector , similar to the target effector , but uses the default camera data . -Flock effector , to add some swarm like animation which would be cool
  21. send the download link to @SIgor in a PM
×
×
  • Create New...