Search found 4 matches

by Orange Apple
01 Jun 2016, 19:36
Forum: Open Discussion
Topic: Creating a Linear Curve by Importing Spreadsheet Coordinates
Replies: 2
Views: 818

Re: Creating a Linear Curve by Importing Spreadsheet Coordinates

Hi, I found the answer. I used Python in the script editor: import csv Application.SICreateCurve("NameOfObject(For Use in Softimage)", 1, 1) with open('C:\Users\_____\Desktop\ FileName .csv', 'rb') as csvfile: spamreader = csv.reader(csvfile, delimiter=',', quotechar='|') for row in spamre...
by Orange Apple
01 Jun 2016, 16:23
Forum: Animation
Topic: Exporting the orientations of the points that make upa curve
Replies: 0
Views: 4101

Exporting the orientations of the points that make upa curve

Hi, I do not know how to export (in a spreadsheet) the orientations of each point that makes up a curve (especially a linear curve, which can be found at Create>Curve>Linear Curve). I've tried exporting the curve with Crosswalk but that didn't work. I've also tried to set a random object (e.g. a cub...
by Orange Apple
01 Jun 2016, 16:22
Forum: Modeling
Topic: Exporting the orientations of the points that make upa curve
Replies: 1
Views: 801

Exporting the orientations of the points that make upa curve

Hi, I do not know how to export (in a spreadsheet) the orientations of each point that makes up a curve (especially a linear curve, which can be found at Create>Curve>Linear Curve). I've tried exporting the curve with Crosswalk but that didn't work. I've also tried to set a random object (e.g. a cub...
by Orange Apple
26 May 2016, 16:34
Forum: Open Discussion
Topic: Creating a Linear Curve by Importing Spreadsheet Coordinates
Replies: 2
Views: 818

Creating a Linear Curve by Importing Spreadsheet Coordinates

Hi, I have a Microsoft Excel spreadsheet file of X,Y,Z coordinates and would like to import them into Softimage 2015 to create a linear curve. (Linear curves are the ones you can create when you go into the Model panel and press Create>Curve>Linear). Do you know how I can do this? Perhaps something ...