Search found 3 matches
- Thu Mar 26, 2015 1:53 am
- Forum: Bug reports
- Topic: Bugs in 1.7.1
- Replies: 4
- Views: 71237
Re: Bugs in 1.7.1
I see. For now you can do that with a custom property, and you could use a script to create and set the property automatically: addCustomProperty('object','file','File','string'); object[] objs = ao(); for (uint i = 0; i < objs.length; i++) { string file = objs[i].getFile(); file = file.substr( fil...
- Wed Mar 25, 2015 6:30 pm
- Forum: Bug reports
- Topic: Bugs in 1.7.1
- Replies: 4
- Views: 71237
Re: Bugs in 1.7.1
iforce2d I want to use object file path in my code. When I save rube file I have this: "metaobject" : [ { "angle" : 0, "file" : "circle.rube", "flip" : false, "id" : 1, "name" : "object0", "position" : { "...
- Tue Mar 24, 2015 3:27 pm
- Forum: Bug reports
- Topic: Bugs in 1.7.1
- Replies: 4
- Views: 71237
Bugs in 1.7.1
I have found bugs in new version. Please fix it asap ;) 1) Open Tools->Options->Files Uncheck item "Save full path for object files" Save project file and open it in text editor, we still have full path to object rube file. "metaobject" : [ { ... "file" : "D:/rube-...