bpy-lattice


Namebpy-lattice JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/ChristopherMayes/bpy-lattice
Summary
upload_time2023-02-01 01:29:42
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bpy-lattice
Extensions to Blender to draw accelerator lattices


# Installation into Blender

Blender ships with its own Python. On macOS, this is in a place like:

`/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10`

Developers can install using pip and the editable flag:

`/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10 -m pip install -e .`


# Usage

Open Blender, and choose the scripting tab. 

Paste the contents of `scriots/make_lattice.py` in the editor. Edit to point to a valid `.layout_table` file, and run the script.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChristopherMayes/bpy-lattice",
    "name": "bpy-lattice",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/77/cf/ad6166fc1ba02d7344840768d6fbc6cb6e683f3d8cf8a06454ae23124447/bpy-lattice-0.1.3.tar.gz",
    "platform": null,
    "description": "# bpy-lattice\nExtensions to Blender to draw accelerator lattices\n\n\n# Installation into Blender\n\nBlender ships with its own Python. On macOS, this is in a place like:\n\n`/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10`\n\nDevelopers can install using pip and the editable flag:\n\n`/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10 -m pip install -e .`\n\n\n# Usage\n\nOpen Blender, and choose the scripting tab. \n\nPaste the contents of `scriots/make_lattice.py` in the editor. Edit to point to a valid `.layout_table` file, and run the script.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77cfad6166fc1ba02d7344840768d6fbc6cb6e683f3d8cf8a06454ae23124447",
                "md5": "4497637f647a21f57085794061c51be5",
                "sha256": "6817964a917142b07c7cd3e5574134c8225758db7e8c716bb007e90a0f721c0f"
            },
            "downloads": -1,
            "filename": "bpy-lattice-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4497637f647a21f57085794061c51be5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 31628,
            "upload_time": "2023-02-01T01:29:42",
            "upload_time_iso_8601": "2023-02-01T01:29:42.337321Z",
            "url": "https://files.pythonhosted.org/packages/77/cf/ad6166fc1ba02d7344840768d6fbc6cb6e683f3d8cf8a06454ae23124447/bpy-lattice-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-01 01:29:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ChristopherMayes",
    "github_project": "bpy-lattice",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "bpy-lattice"
}
        
Elapsed time: 0.04200s