Forum Replies Created
-
AuthorPosts
-
nmcandreParticipant
Hi, Ivan.
Thanks for your help.
The idea is to have the file saved on the server, not on the user machine. That information should be used by another software without the user interference. That why the user shouldn’t be using the csv file.
Regards,
NunonmcandreParticipantHi, Ivan.
I tested and it worked fine. Thanks! :)
Just one more doubt (sorry), is it possible to save the file directly on disk instead of making the download?
Thank you very much for your help.
Regards,
NunonmcandreParticipantHi, Ivan.
Thanks for your time and help.
I will try the solution that you suggested.
Regards,
NunonmcandreParticipantHi,
I made some search but didn’t find how to do it. I don’t have skills on JavaScript programming.Here is what I am trying to do:
I have some variables in puzzles like
dimension1=100
dimension2=35
dimension3=20
………=…Then I need to write a CSV file with this format:
dimension1;100
dimension2;35
dimension3;20
……….;..This file will be used in a 3D CAD software that uses those parameters to build a 3D Part.
Any help will be appreciated. :)
Thanks,
NunonmcandreParticipantHi, Xeon.
Thanks for your help. I will see the information that you shared an try to export to the csv file.
Regards,
NunonmcandreParticipantHi visualizer,
I think that I need also the dynamic update on camera position. I’ll give you my example:
On the web browser the user can rotate, pan and zooming the camera freely. At any position he could need a high resolution rendered image.
If I have the actual position of the camera outside the web browser I can make a python script to run the render at exactly those coordinates seen.
If I find a way of doing it I’ll share here.
Regards,
NunonmcandreParticipantHi,
I am testing the Verge 3D for Blender and I need to get the camera positional coordinates and rotation, write it on a text file (for example a csv).
Is it possible to do it? If so, how can I can do it?
Thanks.
Regards,
Nuno -
AuthorPosts