Skip to content

Commit 34d0357

Browse files
committed
Allow created date to be set by the user when exporting FBX
1 parent ca388df commit 34d0357

File tree

1 file changed

+0
-4
lines changed
  • modeling-cmds/src/format

1 file changed

+0
-4
lines changed

modeling-cmds/src/format/fbx.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ pub mod export {
3030
pub storage: Storage,
3131

3232
/// Timestamp override.
33-
///
34-
/// This is intended for local integration testing only; it is not provided as an option
35-
/// in the JSON schema.
36-
#[serde(skip)]
3733
pub created: Option<DateTimeLocal>,
3834
}
3935

0 commit comments

Comments
 (0)