blendersynth.file.dataset_inputs

When constructing a dataset, the INPUTS object below will return an iterable with read’s in sys.argv’s –jobs jsons.

class blendersynth.file.dataset_inputs.DebugInputs(json_loc, repeats=1)[source]

Class to emulate the Inputs class, for a single JSON for testing.

jsons = None

List of JSON files passed in via –jobs in sys.argv.

class blendersynth.file.dataset_inputs.Inputs[source]

This class is used to iterate over the JSONs passed in via –jobs in sys.argv.

Will also convert all kwargs to attributes for easy access

jsons = None

List of JSON files passed in via –jobs in sys.argv.