├── .gitattributes ├── 3dparty ├── arnold │ ├── otls │ │ ├── megascans_arnold_shading.hda │ │ └── ms_arnold_shader.hda │ ├── python3.7libs │ │ └── ms_shading_conform.py │ └── python3.9libs │ │ └── ms_shading_conform.py └── redshift │ ├── otls │ ├── megascans_redshift_shading.hda │ └── rs_megascan_shader.hda │ ├── python3.7libs │ └── ms_shading_conform.py │ └── python3.9libs │ └── ms_shading_conform.py ├── README.md ├── example └── asset_loader_usd_exampl_v001.hipnc ├── imgs ├── asset_loader_01.jpg ├── asset_loader_02.jpg ├── asset_loader_03.jpg ├── asset_loader_lop.jpg └── asset_placer_01.jpg ├── otls ├── asset_loader_lop.hda ├── backup │ └── ms_assets_placer_bak1.hda │ │ ├── INDEX__SECTION │ │ ├── Sections.list │ │ ├── Sop_1assets__placer_8_81.7 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_81.8 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.2 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.5 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.6 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.7 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ │ ├── Sop_1assets__placer_8_82.8 │ │ └── Contents.dir │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ └── Contents.modtimes │ │ ├── Sop_1assets__placer_8_82.9 │ │ └── Contents.dir │ │ │ ├── .rules │ │ │ └── walk.json │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ └── Contents.modtimes │ │ ├── Sop_1assets__placer_8_83.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ ├── TypePropertiesOptions │ │ ├── Version │ │ ├── ViewerStateInstall │ │ ├── ViewerStateModule │ │ ├── ViewerStateName.orig │ │ └── ViewerStateUninstall │ │ ├── Sop_1assets__placer_8_83.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── OnUpdated │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ ├── TypePropertiesOptions │ │ ├── Version │ │ ├── ViewerStateInstall │ │ ├── ViewerStateModule │ │ ├── ViewerStateName.orig │ │ └── ViewerStateUninstall │ │ └── houdini.hdalibrary ├── ms_asset_bake_exports.hda │ ├── INDEX__SECTION │ ├── Sections.list │ ├── Vop_1asset__bake__exports_8_81.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Vop_1asset__bake__exports_8_81.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Vop_1asset__bake__exports_8_81.2 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ms_asset_loader.hda │ ├── INDEX__SECTION │ ├── INDEX__SECTION (2) │ ├── Sections.list │ ├── Sop_1asset__loader_8_81.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPdummydefs (2) │ │ │ ├── .OPfallbacks │ │ │ ├── .OPfallbacks (2) │ │ │ ├── Contents (2).createtimes │ │ │ ├── Contents (2).houdini_versions │ │ │ ├── Contents (2).mime │ │ │ ├── Contents (2).modtimes │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── CreateScript (2) │ │ ├── DialogScript │ │ ├── DialogScript (2) │ │ ├── EditableNodes │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── OnDeleted │ │ ├── OnNameChanged │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools (2).shelf │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1asset__loader_8_81.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── EditableNodes │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── OnDeleted │ │ ├── OnNameChanged │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1asset__loader_8_81.2 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── EditableNodes │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── OnDeleted │ │ ├── OnNameChanged │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ms_asset_textures.hda │ ├── INDEX__SECTION │ ├── Sections.list │ ├── Vop_1asset__textures_8_81.0 │ │ ├── Contents.gz │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ms_assets_placer.hda │ ├── INDEX__SECTION │ ├── Sections.list │ ├── Sop_1assets__placer_8_81.7 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_81.8 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.2 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.5 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.6 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.7 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnInstall │ │ ├── OnUninstall │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sop_1assets__placer_8_82.8 │ │ └── Contents.dir │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ └── Contents.modtimes │ ├── Sop_1assets__placer_8_82.9 │ │ └── Contents.dir │ │ │ ├── .rules │ │ │ └── walk.json │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ └── Contents.modtimes │ ├── Sop_1assets__placer_8_83.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ ├── TypePropertiesOptions │ │ ├── Version │ │ ├── ViewerStateInstall │ │ ├── ViewerStateModule │ │ ├── ViewerStateName.orig │ │ └── ViewerStateUninstall │ ├── Sop_1assets__placer_8_83.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── OnUpdated │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ ├── TypePropertiesOptions │ │ ├── Version │ │ ├── ViewerStateInstall │ │ ├── ViewerStateModule │ │ ├── ViewerStateName.orig │ │ └── ViewerStateUninstall │ ├── Sop_1assets__placer_8_83.2 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DefaultState │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── OnUpdated │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ ├── TypePropertiesOptions │ │ ├── Version │ │ ├── ViewerStateInstall │ │ ├── ViewerStateModule │ │ ├── ViewerStateName.orig │ │ └── ViewerStateUninstall │ └── houdini.hdalibrary ├── ms_layer_lib.hda │ ├── INDEX__SECTION │ ├── Sections.list │ ├── Vop_1add__layer_8_81.0 │ │ ├── Contents.gz │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Vop_1mix__layer_8_81.0 │ │ ├── Contents.gz │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ms_material_convert.hda │ ├── INDEX__SECTION │ ├── Sections.list │ ├── Sop_1ms__custom__materials_8_81.1 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPfallbacks │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── OnCreated │ │ ├── PythonModule │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ms_packed_array.hda │ ├── INDEX__SECTION │ ├── INDEX__SECTION (2) │ ├── Sections.list │ ├── Sop_1packed__array_8_81.0 │ │ ├── Contents.dir │ │ │ ├── .OPdummydefs │ │ │ ├── .OPdummydefs (2) │ │ │ ├── .OPfallbacks │ │ │ ├── .OPfallbacks (2) │ │ │ ├── Contents (2).createtimes │ │ │ ├── Contents (2).houdini_versions │ │ │ ├── Contents (2).mime │ │ │ ├── Contents (2).modtimes │ │ │ ├── Contents.createtimes │ │ │ ├── Contents.houdini_versions │ │ │ ├── Contents.mime │ │ │ ├── Contents.modtimes │ │ │ └── Sections.list │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools (2).shelf │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ms_shading.hda │ ├── INDEX__SECTION │ ├── Object_1megascans__shading_8_81.1 │ │ ├── Contents.gz │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── ExtraFileOptions │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── Sections.list │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Sections.list │ └── houdini.hdalibrary ├── ms_simple_shader.hda │ ├── INDEX__SECTION │ ├── INDEX__SECTION (2) │ ├── Sections.list │ ├── Vop_1megascans__shader__simple_8_81.0 │ │ ├── Contents.gz │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── DisplacementVflCode │ │ ├── ExtraFileOptions │ │ ├── FunctionName │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── ScriptMaterialInfo │ │ ├── Sections.list │ │ ├── SurfaceVflCode │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ ├── Vop_1megascans__shader__simple_8_81.1 │ │ ├── Contents (2).gz │ │ ├── Contents.gz │ │ ├── CreateScript │ │ ├── DialogScript │ │ ├── DialogScript (2) │ │ ├── DisplacementVflCode │ │ ├── DisplacementVflCode (2) │ │ ├── ExtraFileOptions │ │ ├── FunctionName │ │ ├── Help │ │ ├── IconImage │ │ ├── InternalFileOptions │ │ ├── ScriptMaterialInfo │ │ ├── Sections.list │ │ ├── SurfaceVflCode │ │ ├── SurfaceVflCode (2) │ │ ├── Tools (2).shelf │ │ ├── Tools.shelf │ │ └── TypePropertiesOptions │ └── houdini.hdalibrary ├── ogl_optimizer.hda ├── textures_bombing.hda └── to_aces.hda ├── packages └── aa_tools.json ├── python2.7libs └── assetloaderlib │ ├── __init__.py │ ├── bridge_core.py │ ├── bridge_functions.py │ ├── conform.py │ ├── connect.py │ ├── convert.py │ ├── hda_core.py │ └── importer.py ├── python3.10libs ├── assetloaderlib │ ├── .directory │ ├── __init__.py │ ├── bridge_core.py │ ├── bridge_functions.py │ ├── conform.py │ ├── connect.py │ ├── convert.py │ ├── hda_core.py │ ├── importer.py │ └── prism_integration.py └── pythonrc.py ├── python3.7libs ├── assetloaderlib │ ├── .directory │ ├── __init__.py │ ├── bridge_core.py │ ├── bridge_functions.py │ ├── conform.py │ ├── connect.py │ ├── convert.py │ ├── hda_core.py │ ├── importer.py │ └── prism_integration.py └── pythonrc.py └── python3.9libs ├── assetloaderlib ├── .directory ├── __init__.py ├── bridge_core.py ├── bridge_functions.py ├── conform.py ├── connect.py ├── convert.py ├── hda_core.py ├── importer.py └── prism_integration.py └── pythonrc.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/.gitattributes -------------------------------------------------------------------------------- /3dparty/arnold/otls/megascans_arnold_shading.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/arnold/otls/megascans_arnold_shading.hda -------------------------------------------------------------------------------- /3dparty/arnold/otls/ms_arnold_shader.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/arnold/otls/ms_arnold_shader.hda -------------------------------------------------------------------------------- /3dparty/arnold/python3.7libs/ms_shading_conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/arnold/python3.7libs/ms_shading_conform.py -------------------------------------------------------------------------------- /3dparty/arnold/python3.9libs/ms_shading_conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/arnold/python3.9libs/ms_shading_conform.py -------------------------------------------------------------------------------- /3dparty/redshift/otls/megascans_redshift_shading.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/redshift/otls/megascans_redshift_shading.hda -------------------------------------------------------------------------------- /3dparty/redshift/otls/rs_megascan_shader.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/redshift/otls/rs_megascan_shader.hda -------------------------------------------------------------------------------- /3dparty/redshift/python3.7libs/ms_shading_conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/redshift/python3.7libs/ms_shading_conform.py -------------------------------------------------------------------------------- /3dparty/redshift/python3.9libs/ms_shading_conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/3dparty/redshift/python3.9libs/ms_shading_conform.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/README.md -------------------------------------------------------------------------------- /example/asset_loader_usd_exampl_v001.hipnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/example/asset_loader_usd_exampl_v001.hipnc -------------------------------------------------------------------------------- /imgs/asset_loader_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/imgs/asset_loader_01.jpg -------------------------------------------------------------------------------- /imgs/asset_loader_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/imgs/asset_loader_02.jpg -------------------------------------------------------------------------------- /imgs/asset_loader_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/imgs/asset_loader_03.jpg -------------------------------------------------------------------------------- /imgs/asset_loader_lop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/imgs/asset_loader_lop.jpg -------------------------------------------------------------------------------- /imgs/asset_placer_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/imgs/asset_placer_01.jpg -------------------------------------------------------------------------------- /otls/asset_loader_lop.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/asset_loader_lop.hda -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.7/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_1.8 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_81.8/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.0 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.1 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.2 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.2/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.5 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.5/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.6 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.6/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.7 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/OnInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/OnUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_82.7/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/DefaultState: -------------------------------------------------------------------------------- 1 | Assets_placer::3.0 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/Version: -------------------------------------------------------------------------------- 1 | 2.0 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateName.orig: -------------------------------------------------------------------------------- 1 | Assets_placer::3.0 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.0/ViewerStateUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/CreateScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/DefaultState: -------------------------------------------------------------------------------- 1 | Assets_placer::3.1 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/DialogScript -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Help -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/IconImage -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/OnCreated -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/OnUpdated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/OnUpdated -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/PythonModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Sections.list -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Tools.shelf -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/Version: -------------------------------------------------------------------------------- 1 | 2.0 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateInstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateModule -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateName.orig: -------------------------------------------------------------------------------- 1 | Assets_placer::3.1 -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/backup/ms_assets_placer_bak1.hda/Sop_1assets__placer_8_83.1/ViewerStateUninstall -------------------------------------------------------------------------------- /otls/backup/ms_assets_placer_bak1.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/IconImage -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/IconImage -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_bake_exports.hda/Vop_1asset__bake__exports_8_81.2/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_bake_exports.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/INDEX__SECTION (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/INDEX__SECTION (2) -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPdummydefs (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPdummydefs (2) -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPfallbacks (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/.OPfallbacks (2) -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents (2).createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents (2).createtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents (2).mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents (2).mime -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents (2).modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents (2).modtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.houdini_versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.houdini_versions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/CreateScript (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/CreateScript (2) -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/DialogScript (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/DialogScript (2) -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/EditableNodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/EditableNodes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Help -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/IconImage -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/OnCreated -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/OnDeleted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/OnDeleted -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/OnNameChanged: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/OnNameChanged -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/PythonModule -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Tools (2).shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Tools (2).shelf -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.houdini_versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.houdini_versions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/EditableNodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/EditableNodes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Help -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/IconImage -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/OnCreated -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/OnDeleted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/OnDeleted -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/OnNameChanged: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/OnNameChanged -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/PythonModule -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.houdini_versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.houdini_versions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/EditableNodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/EditableNodes -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Help -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/IconImage -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/OnCreated -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/OnDeleted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/OnDeleted -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/OnNameChanged: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/OnNameChanged -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/PythonModule -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_loader.hda/Sop_1asset__loader_8_81.2/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_loader.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Contents.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Contents.gz -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/IconImage -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_asset_textures.hda/Vop_1asset__textures_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_asset_textures.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.7/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_1.8 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_81.8/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.0 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.1 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.2 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.2/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.5 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.5/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.6 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.6/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/DefaultState: -------------------------------------------------------------------------------- 1 | assets_placer_2.7 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/OnInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/OnInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/OnUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/OnUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.7/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.8/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.8/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.8/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.8/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.9/Contents.dir/.rules/walk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.9/Contents.dir/.rules/walk.json -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.9/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.9/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.9/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_82.9/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/DefaultState: -------------------------------------------------------------------------------- 1 | Assets_placer::3.0 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/Version: -------------------------------------------------------------------------------- 1 | 2.0 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateName.orig: -------------------------------------------------------------------------------- 1 | Assets_placer::3.0 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.0/ViewerStateUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/DefaultState: -------------------------------------------------------------------------------- 1 | Assets_placer::3.1 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/OnCreated -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/OnUpdated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/OnUpdated -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/Version: -------------------------------------------------------------------------------- 1 | 2.0 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateName.orig: -------------------------------------------------------------------------------- 1 | Assets_placer::3.1 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.1/ViewerStateUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/CreateScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/DefaultState: -------------------------------------------------------------------------------- 1 | Assets_placer::3.2 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/DialogScript -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Help -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/IconImage -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/OnCreated -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/OnUpdated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/OnUpdated -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/PythonModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Sections.list -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/Version: -------------------------------------------------------------------------------- 1 | 3.2 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateInstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateModule -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateName.orig: -------------------------------------------------------------------------------- 1 | Assets_placer::3.2 -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_assets_placer.hda/Sop_1assets__placer_8_83.2/ViewerStateUninstall -------------------------------------------------------------------------------- /otls/ms_assets_placer.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Contents.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Contents.gz -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/IconImage -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1add__layer_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Contents.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Contents.gz -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/IconImage -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_layer_lib.hda/Vop_1mix__layer_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_layer_lib.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Help -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/IconImage -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/OnCreated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/OnCreated -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/PythonModule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/PythonModule -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_material_convert.hda/Sop_1ms__custom__materials_8_81.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_material_convert.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/INDEX__SECTION (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/INDEX__SECTION (2) -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPdummydefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPdummydefs -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPdummydefs (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPdummydefs (2) -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPfallbacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPfallbacks -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPfallbacks (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/.OPfallbacks (2) -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents (2).createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents (2).createtimes -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents (2).mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents (2).mime -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents (2).modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents (2).modtimes -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.createtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.createtimes -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.houdini_versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.houdini_versions -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.mime -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.modtimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Contents.modtimes -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Contents.dir/Sections.list -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Help -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/IconImage -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Tools (2).shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Tools (2).shelf -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_packed_array.hda/Sop_1packed__array_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_packed_array.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_shading.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Contents.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Contents.gz -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/IconImage -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_shading.hda/Object_1megascans__shading_8_81.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Object_1megascans__shading_8_81.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_shading.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_shading.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_shading.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/INDEX__SECTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/INDEX__SECTION -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/INDEX__SECTION (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/INDEX__SECTION (2) -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Sections.list -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Contents.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Contents.gz -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/CreateScript -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/DialogScript -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/DisplacementVflCode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/DisplacementVflCode -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/ExtraFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/ExtraFileOptions -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/FunctionName: -------------------------------------------------------------------------------- 1 | megascans_shader_simple::1.0 -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/IconImage -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/ScriptMaterialInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/ScriptMaterialInfo -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Sections.list -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/SurfaceVflCode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/SurfaceVflCode -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.0/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Contents (2).gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Contents (2).gz -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Contents.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Contents.gz -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/CreateScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/CreateScript -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DialogScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DialogScript -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DialogScript (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DialogScript (2) -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DisplacementVflCode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DisplacementVflCode -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DisplacementVflCode (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/DisplacementVflCode (2) -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/FunctionName: -------------------------------------------------------------------------------- 1 | megascans_shader_simple::1.1 -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/IconImage -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/InternalFileOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/InternalFileOptions -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/ScriptMaterialInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/ScriptMaterialInfo -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Sections.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Sections.list -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/SurfaceVflCode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/SurfaceVflCode -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/SurfaceVflCode (2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/SurfaceVflCode (2) -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Tools (2).shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Tools (2).shelf -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Tools.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/Tools.shelf -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/TypePropertiesOptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ms_simple_shader.hda/Vop_1megascans__shader__simple_8_81.1/TypePropertiesOptions -------------------------------------------------------------------------------- /otls/ms_simple_shader.hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/ogl_optimizer.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/ogl_optimizer.hda -------------------------------------------------------------------------------- /otls/textures_bombing.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/textures_bombing.hda -------------------------------------------------------------------------------- /otls/to_aces.hda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/otls/to_aces.hda -------------------------------------------------------------------------------- /packages/aa_tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/packages/aa_tools.json -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/__init__.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/bridge_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/bridge_core.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/bridge_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/bridge_functions.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/conform.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/connect.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/convert.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/hda_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/hda_core.py -------------------------------------------------------------------------------- /python2.7libs/assetloaderlib/importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python2.7libs/assetloaderlib/importer.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | SortRole=type 3 | Timestamp=2020,9,24,16,14,45 4 | Version=4 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/__init__.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/bridge_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/bridge_core.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/bridge_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/bridge_functions.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/conform.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/connect.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/convert.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/hda_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/hda_core.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/importer.py -------------------------------------------------------------------------------- /python3.10libs/assetloaderlib/prism_integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/assetloaderlib/prism_integration.py -------------------------------------------------------------------------------- /python3.10libs/pythonrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.10libs/pythonrc.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | SortRole=type 3 | Timestamp=2020,9,24,16,14,45 4 | Version=4 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/__init__.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/bridge_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/bridge_core.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/bridge_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/bridge_functions.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/conform.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/connect.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/convert.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/hda_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/hda_core.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/importer.py -------------------------------------------------------------------------------- /python3.7libs/assetloaderlib/prism_integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/assetloaderlib/prism_integration.py -------------------------------------------------------------------------------- /python3.7libs/pythonrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.7libs/pythonrc.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | SortRole=type 3 | Timestamp=2020,9,24,16,14,45 4 | Version=4 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/__init__.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/bridge_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/bridge_core.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/bridge_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/bridge_functions.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/conform.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/connect.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/convert.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/hda_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/hda_core.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/importer.py -------------------------------------------------------------------------------- /python3.9libs/assetloaderlib/prism_integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/assetloaderlib/prism_integration.py -------------------------------------------------------------------------------- /python3.9libs/pythonrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey214/aa_tools/HEAD/python3.9libs/pythonrc.py --------------------------------------------------------------------------------