{"id":15610909,"url":"https://github.com/artstorm/ase-spline-import","last_synced_at":"2026-03-19T06:01:18.953Z","repository":{"id":3104237,"uuid":"4130057","full_name":"artstorm/ase-spline-import","owner":"artstorm","description":"LightWave 3D Modeler LScript. Imports splines into modeler from Autodesk’s ASCII Scene Export. Great when you have styled hair guides in an external application.","archived":false,"fork":false,"pushed_at":"2012-04-24T21:40:44.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T17:35:58.307Z","etag":null,"topics":["ase","importer","lightwave","lightwave3d","lscript","plugin","spline"],"latest_commit_sha":null,"homepage":"https://artstorm.net/plugins/ase-spline-import/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artstorm.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-24T21:38:46.000Z","updated_at":"2025-02-19T17:35:12.000Z","dependencies_parsed_at":"2022-08-26T07:40:55.740Z","dependency_job_id":null,"html_url":"https://github.com/artstorm/ase-spline-import","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/artstorm/ase-spline-import","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artstorm%2Fase-spline-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artstorm%2Fase-spline-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artstorm%2Fase-spline-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artstorm%2Fase-spline-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artstorm","download_url":"https://codeload.github.com/artstorm/ase-spline-import/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artstorm%2Fase-spline-import/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30695072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-19T05:29:31.190Z","status":"ssl_error","status_checked_at":"2026-03-19T05:28:25.821Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ase","importer","lightwave","lightwave3d","lscript","plugin","spline"],"created_at":"2024-10-03T06:02:12.956Z","updated_at":"2026-03-19T06:01:18.877Z","avatar_url":"https://github.com/artstorm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"--------------------------------------------------------------------------------\r\n ASE Spline Import - README\r\n\r\n ASE Spline Import imports curves via Autodesks ASCII Scene Export, .ASE files \r\n into Modeler.\r\n\r\n Website:      http://www.artstorm.net/plugins/ase-spline-import/\r\n Project:      http://code.google.com/p/js-lscripts/\r\n Feeds:        http://code.google.com/p/js-lscripts/feeds\r\n \r\n Contents:\r\n \r\n * Installation\r\n * Usage\r\n * Source Code\r\n * Changelog\r\n * Credits\r\n\r\n--------------------------------------------------------------------------------\r\n Installation\r\n \r\n General installation steps:\r\n\r\n * Copy the JS_ASESplineImport.lsc to LightWave's plug-in folder.\r\n * If \"Autoscan Plugins\"\r\n   is enabled, just restart LightWave and it's installed.\r\n * Else locate the \"Add Plugins\" button in LightWave and add it manually.\r\n \r\n I'd recommend to add the tool to a convenient spot in your modeler's menu, so \r\n all you have to do is press the button when you need to use the tool. I have \r\n located the button on my Hair Tab in Modeler and named it Import Splines.\r\n\r\n--------------------------------------------------------------------------------\r\n Usage\r\n\r\n This tool is quite straight forward to use, but here is a quick guide \r\n just for the sake of it.\r\n\r\n Filename: The .ASE file to import. The arrow on the right opens a file \r\n browser, which defaults to the objects folder in the current content \r\n directory.\r\n\r\n Name New Layer: The .ASE file imports in the next empty layer and \r\n places the curves there. If this box is checked the new layer gets the \r\n name typed into the textfield next to it.\r\n\r\n Scale Import: Let�s you scale the splines by a factor of your choice\r\n to easier match the import with packages using other scaling units than\r\n LightWave 3D.\r\n\r\n That's pretty much it. Hope some of you find this tool useful.\r\n\r\n--------------------------------------------------------------------------------\r\n Source Code\r\n \r\n Download the source code:\r\n \r\n   http://code.google.com/p/js-lightwave-lscripts/source/checkout\r\n\r\n You can check out the latest trunk or any previous tagged version via svn\r\n or explore the repository directly in your browser.\r\n \r\n Note that the default checkout path includes all my available LScripts, you\r\n might want to browse the repository first to get the path to the specific\r\n script's trunk or tag to download if you don't want to get them all.\r\n \r\n--------------------------------------------------------------------------------\r\n Changelog\r\n\r\n * v1.1 - 17 Feb 2010\r\n   * Added an option to scale the imported splines.\r\n   * Added a .cfg file located in LightWave's config folder to store the settings\r\n     between sessions.\r\n * v1.0 - 29 Dec 2008\r\n   * Release of version 1.0, first public release.   \r\n   \r\n--------------------------------------------------------------------------------\r\n Credits\r\n\r\n Johan Steen, http://www.artstorm.net/\r\n * Original author\r\n \r\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartstorm%2Fase-spline-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartstorm%2Fase-spline-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartstorm%2Fase-spline-import/lists"}