View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004722 | DarkRadiant | Scripting | public | 02.01.2018 02:31 | 28.12.2019 11:00 |
| Reporter | Radegast | Assigned To | greebo | ||
| Priority | normal | Severity | normal | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.5.0 | ||||
| Target Version | 2.6.0 | Fixed in Version | 2.6.0 | ||
| Summary | 0004722: Syntax error in OBJ export script | ||||
| Description | I tried to export some terrain as obj, but when the centering option was enabled I got an error about an object not being defined on line 228. The line is this: vert -= Vector3(xcenter, ycenter, zcenter) It should be this: vert -= dr.Vector3(xcenter, ycenter, zcenter) | ||||
| Additional Information | reported here: http://forums.thedarkmod.com/topic/19265-obj-export-bug-and-solution | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 02.01.2018 02:31 | greebo | New Issue | |
| 02.01.2018 02:31 | greebo | Reporter | greebo => Radegast |
| 02.01.2018 02:31 | greebo | Additional Information Updated | |
| 02.01.2018 02:31 | greebo | Assigned To | => greebo |
| 02.01.2018 02:31 | greebo | Status | new => assigned |
| 02.01.2018 02:32 | greebo | Status | assigned => resolved |
| 02.01.2018 02:32 | greebo | Fixed in Version | => 2.6.0 |
| 02.01.2018 02:32 | greebo | Resolution | open => fixed |
| 28.12.2019 11:00 | greebo | Status | resolved => closed |