Package: mvdf Type: Package Title: A Minimum Viable Data Format for 3D Rendering via Blender Version: 0.0.0.9000 Authors@R: person(given = "Michael", family = "Mahoney", role = c("aut", "cre"), email = "mike.mahoney.218@gmail.com", comment = c(ORCID = "0000-0003-2402-304X")) Description: A small, self-contained, minimum viable data format providing a standard interface for using R as a front-end for the Blender 3D rendering program. The core approach centers around an S4 class, 'mvdf', with getter, setter, and validation methods designed to be extended for more specific rendering approaches. URL: https://mikemahoney218.github.io/mvdf/ BugReports: https://github.com/mikemahoney218/mvdf/issues License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.1.1 Config/testthat/edition: 3 VignetteBuilder: knitr Suggests: knitr, codemetar, pkgdown, rmarkdown, lintr, styler, testthat, dplyr, brio, devtools SystemRequirements: Blender Depends: R (>= 3.5) Imports: methods, rlang, glue, proceduralnames Collate: 'add_blender_endmatter.R' 'add_camera.R' 'mvdf_class.R' 'add_empty.R' 'add_light.R' 'mvdf_simple_material.R' 'add_primitive.R' 'add_render_image.R' 'appendix.R' 'assign.R' 'base_methods.R' 'create_blender_frontmatter.R' 'execute_render.R' 'get_mvdf.R' 'metadata.R' 'mvdf-package.R' 'show.R' 'zzz.R' Config/pak/sysreqs: blender Repository: https://mikemahoney218.r-universe.dev Date/Publication: 2021-05-03 14:11:45 UTC RemoteUrl: https://github.com/mikemahoney218/mvdf RemoteRef: HEAD RemoteSha: 22a299354846376a1d0013771d6c26090a112899 NeedsCompilation: no Packaged: 2026-07-05 03:18:52 UTC; root Author: Michael Mahoney [aut, cre] (ORCID: ) Maintainer: Michael Mahoney