bpy-lattice


Namebpy-lattice JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryTools for creating particle accelerator models in Blender
upload_time2024-10-26 17:00:44
maintainerNone
docs_urlNone
authorChristopher Mayes
requires_python>=3.9
licenseNone
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/4.2/python/bin/python3.11`

This package includes a general installation script for macOS:

```bash
bash scripts/install_blender_package.sh
Usage: scripts/install_blender_package.sh <blender_version> <path_to_local_package> [--editable]

This script installs a local Python package into Blender's Python environment.

Arguments:
  <blender_version>          The version of Blender to target (e.g., 4.2).
  <path_to_local_package>    The path to the local Python package to install.
  [--editable]               Optional flag to install the package in editable mode.

Base Path: /Users/<username>/Library/Application Support/Blender
Modules Path: /Users/<username>/Library/Application Support/Blender/<version>/scripts/modules

Examples:
  scripts/install_blender_package.sh 4.2 /path/to/your/package
  scripts/install_blender_package.sh 4.2 /path/to/your/package --editable

This script also lists available Blender versions if arguments are missing or incorrect.
Available Blender versions:
4.2
```

Note that older installation methods no longer work.


## Usage

Open Blender, and choose the scripting tab.

Paste the contents of `scripts/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": null,
    "name": "bpy-lattice",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Christopher Mayes",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/cc/fe/04d6aa524086d54a253a1862cc83b0b1ea781cc2fa524d62c0202e1d92f6/bpy_lattice-0.2.0.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/4.2/python/bin/python3.11`\n\nThis package includes a general installation script for macOS:\n\n```bash\nbash scripts/install_blender_package.sh\nUsage: scripts/install_blender_package.sh <blender_version> <path_to_local_package> [--editable]\n\nThis script installs a local Python package into Blender's Python environment.\n\nArguments:\n  <blender_version>          The version of Blender to target (e.g., 4.2).\n  <path_to_local_package>    The path to the local Python package to install.\n  [--editable]               Optional flag to install the package in editable mode.\n\nBase Path: /Users/<username>/Library/Application Support/Blender\nModules Path: /Users/<username>/Library/Application Support/Blender/<version>/scripts/modules\n\nExamples:\n  scripts/install_blender_package.sh 4.2 /path/to/your/package\n  scripts/install_blender_package.sh 4.2 /path/to/your/package --editable\n\nThis script also lists available Blender versions if arguments are missing or incorrect.\nAvailable Blender versions:\n4.2\n```\n\nNote that older installation methods no longer work.\n\n\n## Usage\n\nOpen Blender, and choose the scripting tab.\n\nPaste the contents of `scripts/make_lattice.py` in the editor. Edit to point to a valid `.layout_table` file, and run the script.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools for creating particle accelerator models in Blender",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/ChristopherMayes/bpy-lattice"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccfe04d6aa524086d54a253a1862cc83b0b1ea781cc2fa524d62c0202e1d92f6",
                "md5": "edab628f59ce11f2f982e1637fea9d9f",
                "sha256": "ea6f623c490403c8af8e1e845f8f23c3b86c80880bff63aed5c5278cfeb678a4"
            },
            "downloads": -1,
            "filename": "bpy_lattice-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "edab628f59ce11f2f982e1637fea9d9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 23004,
            "upload_time": "2024-10-26T17:00:44",
            "upload_time_iso_8601": "2024-10-26T17:00:44.233726Z",
            "url": "https://files.pythonhosted.org/packages/cc/fe/04d6aa524086d54a253a1862cc83b0b1ea781cc2fa524d62c0202e1d92f6/bpy_lattice-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 17:00:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChristopherMayes",
    "github_project": "bpy-lattice",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bpy-lattice"
}
        
Elapsed time: 0.36719s