chore(Blenvy): minor cleanups
This commit is contained in:
parent
2b8c239fe8
commit
f8a1482aaa
|
@ -52,15 +52,12 @@ impl Default for BluePrintBundle {
|
||||||
pub struct BlueprintsPlugin {
|
pub struct BlueprintsPlugin {
|
||||||
/// Automatically generate aabbs for the blueprints root objects
|
/// Automatically generate aabbs for the blueprints root objects
|
||||||
pub aabbs: bool,
|
pub aabbs: bool,
|
||||||
/// use library of materials
|
|
||||||
pub material_library: bool,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for BlueprintsPlugin {
|
impl Default for BlueprintsPlugin {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
aabbs: false,
|
aabbs: false,
|
||||||
material_library: false,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@ custom_properties_to_filter_out = [
|
||||||
'assets', 'user_assets', 'Generated_assets', 'generated_assets',
|
'assets', 'user_assets', 'Generated_assets', 'generated_assets',
|
||||||
'components_meta', 'Components_meta',
|
'components_meta', 'Components_meta',
|
||||||
'_combine', 'template',
|
'_combine', 'template',
|
||||||
'Blenvy_scene_type', 'blenvy_scene_type'
|
'Blenvy_scene_type', 'blenvy_scene_type',
|
||||||
|
'Materials_path', 'Export_path'
|
||||||
]
|
]
|
||||||
#['_combine', 'template', 'components_meta', 'Components_meta', 'Blenvy_scene_type']
|
#['_combine', 'template', 'components_meta', 'Components_meta', 'Blenvy_scene_type']
|
||||||
|
|
Loading…
Reference in New Issue