View Issue Details

IDProjectCategoryView StatusLast Update
0004722DarkRadiantScriptingpublic28.12.2019 11:00
ReporterRadegast Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.5.0 
Target Version2.6.0Fixed in Version2.6.0 
Summary0004722: Syntax error in OBJ export script
DescriptionI 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 Informationreported here: http://forums.thedarkmod.com/topic/19265-obj-export-bug-and-solution
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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