Difference between revisions of "DBox folder"

From Dynamo
Jump to navigation Jump to search
(Created page with "The ''dBox'' folder is an alternate way to store particle files. When you have, say, 100K files, it is a bad idea to put all of them on the same folder. Instead of leaving...")
 
Line 3: Line 3:
 
Instead of leaving all particles in the same data folder, inside the dBox folder there is a subdirectory hierarchy that allows saving the particles in different subfolders. This happens in a way totally transparent for the user.  
 
Instead of leaving all particles in the same data folder, inside the dBox folder there is a subdirectory hierarchy that allows saving the particles in different subfolders. This happens in a way totally transparent for the user.  
  
''Dynamo'' uses a class called {{t|dBoxes}} to manage this kind of [[generic data container]]. Check the different command line options with:
+
''Dynamo'' uses a class called {{t|dBoxes}} to manage this kind of [[Generic data containers|generic data container]]. Check the different command line options with:
  
 
<tt>  
 
<tt>  

Revision as of 14:13, 27 April 2016

The dBox folder is an alternate way to store particle files. When you have, say, 100K files, it is a bad idea to put all of them on the same folder.

Instead of leaving all particles in the same data folder, inside the dBox folder there is a subdirectory hierarchy that allows saving the particles in different subfolders. This happens in a way totally transparent for the user.

Dynamo uses a class called dBoxes to manage this kind of generic data container. Check the different command line options with:

help dBoxes

Convert a normal data folder into a dBox folder

d = dBoxes.convertSimpleData(<foldername>,<dBoxes folder name>);