losbellos
@losbellos
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 69
Reply
Forum
Reply
RE: getting data from a max file without loading it

clearlistener() maxfile = “d:\wine.max” file = fopen maxfile “r” for i=1 to 100 do ( str = ReadByte file print str ) fclose file also it is possible…

15 years ago
Forum
Reply
RE: getting data from a max file without loading it

you have to use fopen, and then read it in either binary or text mode. I think the best if you convert-read the part you need into a stringstream and …

15 years ago
Forum
Reply
RE: getting data from a max file without loading it

it does read only the first 8 chars… HMm, trying to find it out why.

15 years ago
Forum
Reply
RE: getting data from a max file without loading it

Hej I am looking into it. I think you have to open the file in binary mode “rb”. And then search in it, and then readline. I’ll check it out.

15 years ago
Forum
Reply
RE: getting data from a max file without loading it

open a max file as a filestream or stringstream and search in it. Otherwise I don’t know any other way. Somebody else may know.

15 years ago
Forum
Reply
RE: getting data from a max file without loading it

if possible and you know the structure of max file you could probably get out of any data. Even by just searching for the keywords. If nothing else th…

15 years ago
Forum
Reply
RE: Script to make a bezier line segment touch several specified points?

in the last pot basically what you talking about is a spline simplification, nothing more. I dont understand how your first post and the images connec…

15 years ago
Forum
Reply
RE: Script to make a bezier line segment touch several specified points?

in my understanding there are points in which trough you need to have a bezier spline. This is your target. This is your end result. Am I right? now,…

15 years ago
Forum
Reply
RE: Script to make a bezier line segment touch several specified points?

hmm, I dont know, is that possible that you build an other type of curve and then convert it to bezier? Because in some other type of curves the point…

15 years ago
Forum
Reply
RE: divide a circle or ellipse into same length segments

well, after trying out several methods I made an algorithm to correct the segments size based on sinus(angle) and the Major and minor axis. This creat…

15 years ago
Forum
Topic
Topic
Forum
Replies: 0
Views: 9
Reply
RE: Setting environment values with strings

Damn, I should have read the doc too, struggled with it for some time…

15 years ago
Forum
Topic
Forum
Replies: 0
Views: 15
Page 3 / 7