Siahpoosh
@siahpoosh
New Member
Joined: Feb 15, 2024
Topics: 10 / Replies: 17
Reply
RE: cant write string in middle of text

its because mode a+ so changed to this code and now it works : fs = openFile “D:\Projects\Zaeem\Exports\Map\info.txt” mode:”r+” skipToString fs “lin…

7 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Callback problem – spline doesn't update on render

registerTimeCallback will not working in rendering , its work in viewport only. ty cache your file before render , or use render callbacks .

10 years ago
Forum
Reply
RE: change animationrange depending on the animated object to export

select your object and then try this : myObj = $ startF = #() endF = #() findPositionKeys = myObj.position.controller.keys append startF f…

11 years ago
Forum
Reply
RE: fileName without Path

thanks alot josef

11 years ago
Forum
Topic
Forum
Replies: 3
Views: 18
Reply
11 years ago
Forum
Topic
Forum
Replies: 2
Views: 14
Reply
11 years ago
Forum
Reply
RE: Sort array of objects by xPosition to helper

thank u dude , but i got this error : Unable to convert: false to type: Integer my code : objhelper = $Dummy001 fn compareDistance obj1 obj2 = (dis…

11 years ago
Forum
Topic
Forum
Replies: 5
Views: 22
Topic
Forum
Replies: 0
Views: 13
Reply
RE: A condition for if value incresed

yes i read that , actually i want to try use relative position to check object move up or down , maybe its work.

11 years ago
Forum
Reply
RE: A condition for if value incresed

thanx a lot , its working

11 years ago
Forum
Reply
RE: A condition for if value incresed

i changed if to this : if posZ > this.prevPosZ then print “Object moved in positive direction” else “Object moved in negative direction” but i …

11 years ago
Forum
Page 1 / 2