cioblender


Namecioblender JSON
Version 0.3.6 PyPI version JSON
download
home_pagehttps://github.com/ConductorTechnologies/cioblender
SummaryBlender plugin for Conductor Cloud Rendering Platform.
upload_time2024-04-29 17:38:06
maintainerNone
docs_urlNone
authorconductor
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Conductor for Blender

Blender plugin submitter for the Conductor Cloud rendering service.

## Install

**To install the latest version.**
```bash
pip install --upgrade cioblender --target=$HOME/Conductor
```

**To install a specific version, for example 0.1.0.**
```bash
pip install --upgrade --force-reinstall cioblender==0.1.0 --target=$HOME/Conductor
```

**Then setup the Blender module.** 

```bash
python ~/Conductor/cioblender/post_install.py
```

> **NOTE** An alternative is to install from the Plugins page in the [Conductor Companion app](https://docs.conductortech.com/getting_started/installation/#companion-app)

## Usage

Open the Plugin Manager and load **Conductor.py**.

Go to **Conductor->About** to check the version and other info.

To set up a render, choose **Conductor->Submitter->Create** from the **Conductor** menu. 

For detailed help, checkout the [tutorial](https://docs.conductortech.com/tutorials/blender) and [reference](https://docs.conductortech.com/reference/blender) documentation.


## Contributing

Clone the repo.

```
git clone git@github.com:ConductorTechnologies/cioblender.git
cd cioblender
```

Set up a clean virtual envirionment with Python 3.7 for development (optional).

```
python -m virtualenv cioblender.venv
. ./cioblender.venv/bin/activate
```

Install development dependencies
```
pip install -r requirements_dev.txt
```

Build and install from this directory into to a convenient location for testing.
```

pip install --upgrade -r requirements.txt --target=$HOME/ConductorDev

python $HOME/ConductorDev/cioblender/post_install.py
```

When you install from the file requirements.txt, the dependency on ciocore is specified as a local sibling of this project, meaning you can develop ciocore and cioblender in parallel.

The post_install.py script writes the conductor.mod file to your Blender modules directory. Check the output of the command to see where this is.



## License
[MIT](https://choosealicense.com/licenses/mit)

## Changelog

## Version:0.3.6 -- 29 Apr 2024
* Resolving Google drive mapping
* Adding CONDUCTOR_MD5_CACHING environment variable to enable/disable md5 caching

## Version:0.3.4 -- 22 Apr 2024
* Resolving Asset Scanning Issues
* Resolving the Shiboken Support Error

## Version:0.3.2 -- 16 Apr 2024
* Rendering Enhancements:
  * Added new rendering options to render all active view layers and update the active camera for each frame.
  * Increased the maximum limit for resolution percentage to 1000%, allowing for higher resolution outputs in renders.
* Installation Updates:
  * Implemented a procedure to clear existing Blender installations before upgrading.
* Asset Support Expansion:
  * Introduced support for Alembic and HDR assets.
  * Enhanced asset handling by restricting the use of home directories and root drives as asset paths to improve stability and user experience on Windows.
* Upload Features:
  * Launched the Upload Daemon feature for background asset uploads, allowing uninterrupted Blender sessions. This feature lets users continue working while the daemon uploads assets as needed after job submissions.
  * Updated the Submission dialog to facilitate continued work in Blender post-submission.
  * Introduced the capability to upload entire directories of assets, enhancing the management and organization of resources.
* User Interface Improvements:
  * Added a feature where clicking 'Preview Script' without a JSON-associated app opens the script directly in a QT window for easy previewing.
* Simulation and Baking Enhancements:
  * Expanded support for simulation and baking processes, improving performance and flexibility for projects.
## Version:0.2.3 -- 13 Feb 2024
* Improved Installation on the Windows Platform:
  * Enhanced the installation process for users on Windows, streamlining setup and reducing potential issues.
* Improved Frame Handling for Efficiency:
  * Enhanced rendering speed by treating task frames collectively as an animation sequence rather than processing them as separate, individual frames. This approach significantly reduces computational overhead, leading to faster rendering times. To fully benefit from this improvement, ensure that the chunk size is set higher than one and scout frames are turned off. This configuration maximizes the efficiency gains from processing frames as a continuous sequence.
* Additional Rendering Options Panel:
  * A newly introduced panel offering advanced control over rendering settings. It includes a key feature: Disable Audio, which sets the sound system to 'None'. This disables all audio processing in Blender during rendering tasks, streamlining the rendering pipeline and potentially enhancing render efficiency and speed.
* Installation Script:
  * Remove quarantine only if the platform is macOS
  * Modified the plugin installation script to append our custom module directory to Python's search path, ensuring seamless integration without interfering with existing Python modules.
* Enhanced Add-on Compatibility:
  * The plugin now seamlessly integrates with a range of popular Blender add-ons, including Animation Nodes, BlenRig, Bricker, Flip Fluids, Molecular Plus, and Physical Starlight Atmosphere (PSA), enriching your animation and rendering capabilities.
* RedShift Renderer Support:
  * Fully compatible with the RedShift rendering engine, ensuring optimal performance and visual fidelity. Note: To leverage this feature, please use Blender version 3.6 or earlier.
* Persistent Settings Preservation:
  * Enhanced usability with the ability to retain previous plugin configurations and settings, even after reconnecting to the plugin for subsequent sessions. This ensures a smoother, more efficient workflow without the need to repeatedly adjust settings.


## Version:0.2.0 -- 17 Jan 2024

* New Features:

  * UI Enhancements:
    * Introduced a new Render Settings panel with adjustable parameters including Resolution (X, Y, Percentage), Camera, and Samples. This allows users to override existing scene settings for more precise control.
    * Enhanced the Submission Widget by improving the visibility of push buttons and ensuring it remains prominently displayed (always on top).
    * Added detailed tooltips across the UI for better guidance and clarity.
    * Modified the Validation tab, offering two options for scene submission: 'Save Scene and Continue Submission' or 'Continue Submission', empowering users with more flexibility in their workflow.

  * Performance Enhancements:
    * Enabled script rendering functionality specifically for the Windows operating system.
    * Improved Asset Scanning Efficiency, ensuring a smoother and faster process.

  * Rendering Enhancements:
    * Modified the Instant Type Tooltip to advocate for GPU usage with Cycles Render Software, aiming for enhanced speed and efficiency.

* Updates:

  * Upgraded PySide6 and shiboken6 to the latest versions.
  * Updated the ciocore library to versions 7.0.2, bringing in the latest features and fixes.

* Fixes:

  * Resolved a naming conflict issue with cameras.
  * Addressed an issue where spaces in scene names caused problems.
  * Fixed an error related to the installation of the plugin into the Blender directory.
  * Enhanced error detection for issues encountered during Blender file loading.
  * Made sure each asset is unique before uploading, preventing redundancy and potential conflicts.
  * Handled file paths with spaces more effectively.
  * Ensured the creation of Blender user folders if they don't exist, improving the installation process.
  * Implemented submission validation to catch potential issues before they occur.

## Version:0.1.6-rc.2 -- 10 Oct 2023
* Updating to PySide6 to provide compatibility with Apple Silicon M1/M2 chip architecture.

## Version:0.1.5-rc.2 -- 10 Oct 2023
* Upgrading the ciocore library to version 6.5.1
* Implementing file validation for assets and additional assets

## Version:0.1.4-rc.3 -- 06 Oct 2023
* Adding support for Linked Assets
* Enhancing Asset Scanning
* Expanded Extra Asset Support
* Extended Environment Variable Support
* Directory Listing for Output
* Revamped Post-Installation Instructions
* Setting the default value for "Use Scout Frames" to True


## Version:0.1.2-beta.3
* Implementing Asset scanning
* Implementing Extra env vars


## Version:0.1.2-beta.1 
* Implementing Progress tabs

## Version 0.1.1-beta.21
* Default frame range fix

## Version 0.1.1-beta.18
* Update to libraries

## Version 0.1.1-beta.17
* Update to the installation instructions

## Version 0.1.1-beta.14
* Extra assets panel
* Fixing issue with Blender filepath in Windows

## Version 0.1.1-beta.5

* Updates to Blender filepath handling.

### Version:0.1.0 -- 21 Oct 2021

* Setup circle ci. [60c2d21]
* Initial commit with. [cc7ec9d]

--

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ConductorTechnologies/cioblender",
    "name": "cioblender",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "conductor",
    "author_email": "info@conductortech.com",
    "download_url": null,
    "platform": null,
    "description": "# Conductor for Blender\n\nBlender plugin submitter for the Conductor Cloud rendering service.\n\n## Install\n\n**To install the latest version.**\n```bash\npip install --upgrade cioblender --target=$HOME/Conductor\n```\n\n**To install a specific version, for example 0.1.0.**\n```bash\npip install --upgrade --force-reinstall cioblender==0.1.0 --target=$HOME/Conductor\n```\n\n**Then setup the Blender module.** \n\n```bash\npython ~/Conductor/cioblender/post_install.py\n```\n\n> **NOTE** An alternative is to install from the Plugins page in the [Conductor Companion app](https://docs.conductortech.com/getting_started/installation/#companion-app)\n\n## Usage\n\nOpen the Plugin Manager and load **Conductor.py**.\n\nGo to **Conductor->About** to check the version and other info.\n\nTo set up a render, choose **Conductor->Submitter->Create** from the **Conductor** menu. \n\nFor detailed help, checkout the [tutorial](https://docs.conductortech.com/tutorials/blender) and [reference](https://docs.conductortech.com/reference/blender) documentation.\n\n\n## Contributing\n\nClone the repo.\n\n```\ngit clone git@github.com:ConductorTechnologies/cioblender.git\ncd cioblender\n```\n\nSet up a clean virtual envirionment with Python 3.7 for development (optional).\n\n```\npython -m virtualenv cioblender.venv\n. ./cioblender.venv/bin/activate\n```\n\nInstall development dependencies\n```\npip install -r requirements_dev.txt\n```\n\nBuild and install from this directory into to a convenient location for testing.\n```\n\npip install --upgrade -r requirements.txt --target=$HOME/ConductorDev\n\npython $HOME/ConductorDev/cioblender/post_install.py\n```\n\nWhen you install from the file requirements.txt, the dependency on ciocore is specified as a local sibling of this project, meaning you can develop ciocore and cioblender in parallel.\n\nThe post_install.py script writes the conductor.mod file to your Blender modules directory. Check the output of the command to see where this is.\n\n\n\n## License\n[MIT](https://choosealicense.com/licenses/mit)\n\n## Changelog\n\n## Version:0.3.6 -- 29 Apr 2024\n* Resolving Google drive mapping\n* Adding CONDUCTOR_MD5_CACHING environment variable to enable/disable md5 caching\n\n## Version:0.3.4 -- 22 Apr 2024\n* Resolving Asset Scanning Issues\n* Resolving the Shiboken Support Error\n\n## Version:0.3.2 -- 16 Apr 2024\n* Rendering Enhancements:\n  * Added new rendering options to render all active view layers and update the active camera for each frame.\n  * Increased the maximum limit for resolution percentage to 1000%, allowing for higher resolution outputs in renders.\n* Installation Updates:\n  * Implemented a procedure to clear existing Blender installations before upgrading.\n* Asset Support Expansion:\n  * Introduced support for Alembic and HDR assets.\n  * Enhanced asset handling by restricting the use of home directories and root drives as asset paths to improve stability and user experience on Windows.\n* Upload Features:\n  * Launched the Upload Daemon feature for background asset uploads, allowing uninterrupted Blender sessions. This feature lets users continue working while the daemon uploads assets as needed after job submissions.\n  * Updated the Submission dialog to facilitate continued work in Blender post-submission.\n  * Introduced the capability to upload entire directories of assets, enhancing the management and organization of resources.\n* User Interface Improvements:\n  * Added a feature where clicking 'Preview Script' without a JSON-associated app opens the script directly in a QT window for easy previewing.\n* Simulation and Baking Enhancements:\n  * Expanded support for simulation and baking processes, improving performance and flexibility for projects.\n## Version:0.2.3 -- 13 Feb 2024\n* Improved Installation on the Windows Platform:\n  * Enhanced the installation process for users on Windows, streamlining setup and reducing potential issues.\n* Improved Frame Handling for Efficiency:\n  * Enhanced rendering speed by treating task frames collectively as an animation sequence rather than processing them as separate, individual frames. This approach significantly reduces computational overhead, leading to faster rendering times. To fully benefit from this improvement, ensure that the chunk size is set higher than one and scout frames are turned off. This configuration maximizes the efficiency gains from processing frames as a continuous sequence.\n* Additional Rendering Options Panel:\n  * A newly introduced panel offering advanced control over rendering settings. It includes a key feature: Disable Audio, which sets the sound system to 'None'. This disables all audio processing in Blender during rendering tasks, streamlining the rendering pipeline and potentially enhancing render efficiency and speed.\n* Installation Script:\n  * Remove quarantine only if the platform is macOS\n  * Modified the plugin installation script to append our custom module directory to Python's search path, ensuring seamless integration without interfering with existing Python modules.\n* Enhanced Add-on Compatibility:\n  * The plugin now seamlessly integrates with a range of popular Blender add-ons, including Animation Nodes, BlenRig, Bricker, Flip Fluids, Molecular Plus, and Physical Starlight Atmosphere (PSA), enriching your animation and rendering capabilities.\n* RedShift Renderer Support:\n  * Fully compatible with the RedShift rendering engine, ensuring optimal performance and visual fidelity. Note: To leverage this feature, please use Blender version 3.6 or earlier.\n* Persistent Settings Preservation:\n  * Enhanced usability with the ability to retain previous plugin configurations and settings, even after reconnecting to the plugin for subsequent sessions. This ensures a smoother, more efficient workflow without the need to repeatedly adjust settings.\n\n\n## Version:0.2.0 -- 17 Jan 2024\n\n* New Features:\n\n  * UI Enhancements:\n    * Introduced a new Render Settings panel with adjustable parameters including Resolution (X, Y, Percentage), Camera, and Samples. This allows users to override existing scene settings for more precise control.\n    * Enhanced the Submission Widget by improving the visibility of push buttons and ensuring it remains prominently displayed (always on top).\n    * Added detailed tooltips across the UI for better guidance and clarity.\n    * Modified the Validation tab, offering two options for scene submission: 'Save Scene and Continue Submission' or 'Continue Submission', empowering users with more flexibility in their workflow.\n\n  * Performance Enhancements:\n    * Enabled script rendering functionality specifically for the Windows operating system.\n    * Improved Asset Scanning Efficiency, ensuring a smoother and faster process.\n\n  * Rendering Enhancements:\n    * Modified the Instant Type Tooltip to advocate for GPU usage with Cycles Render Software, aiming for enhanced speed and efficiency.\n\n* Updates:\n\n  * Upgraded PySide6 and shiboken6 to the latest versions.\n  * Updated the ciocore library to versions 7.0.2, bringing in the latest features and fixes.\n\n* Fixes:\n\n  * Resolved a naming conflict issue with cameras.\n  * Addressed an issue where spaces in scene names caused problems.\n  * Fixed an error related to the installation of the plugin into the Blender directory.\n  * Enhanced error detection for issues encountered during Blender file loading.\n  * Made sure each asset is unique before uploading, preventing redundancy and potential conflicts.\n  * Handled file paths with spaces more effectively.\n  * Ensured the creation of Blender user folders if they don't exist, improving the installation process.\n  * Implemented submission validation to catch potential issues before they occur.\n\n## Version:0.1.6-rc.2 -- 10 Oct 2023\n* Updating to PySide6 to provide compatibility with Apple Silicon M1/M2 chip architecture.\n\n## Version:0.1.5-rc.2 -- 10 Oct 2023\n* Upgrading the ciocore library to version 6.5.1\n* Implementing file validation for assets and additional assets\n\n## Version:0.1.4-rc.3 -- 06 Oct 2023\n* Adding support for Linked Assets\n* Enhancing Asset Scanning\n* Expanded Extra Asset Support\n* Extended Environment Variable Support\n* Directory Listing for Output\n* Revamped Post-Installation Instructions\n* Setting the default value for \"Use Scout Frames\" to True\n\n\n## Version:0.1.2-beta.3\n* Implementing Asset scanning\n* Implementing Extra env vars\n\n\n## Version:0.1.2-beta.1 \n* Implementing Progress tabs\n\n## Version 0.1.1-beta.21\n* Default frame range fix\n\n## Version 0.1.1-beta.18\n* Update to libraries\n\n## Version 0.1.1-beta.17\n* Update to the installation instructions\n\n## Version 0.1.1-beta.14\n* Extra assets panel\n* Fixing issue with Blender filepath in Windows\n\n## Version 0.1.1-beta.5\n\n* Updates to Blender filepath handling.\n\n### Version:0.1.0 -- 21 Oct 2021\n\n* Setup circle ci. [60c2d21]\n* Initial commit with. [cc7ec9d]\n\n--\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Blender plugin for Conductor Cloud Rendering Platform.",
    "version": "0.3.6",
    "project_urls": {
        "Homepage": "https://github.com/ConductorTechnologies/cioblender"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2268f302a191ab41fb6e99dce984a73d8f470845046fe5fc4333411ee5e9269",
                "md5": "84382a19ab220bc16821389091f4e260",
                "sha256": "9c548027d38633eeac0eb341fae6e83f28cf043f58cd115196d249a8e916eddd"
            },
            "downloads": -1,
            "filename": "cioblender-0.3.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84382a19ab220bc16821389091f4e260",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 124771,
            "upload_time": "2024-04-29T17:38:06",
            "upload_time_iso_8601": "2024-04-29T17:38:06.673304Z",
            "url": "https://files.pythonhosted.org/packages/e2/26/8f302a191ab41fb6e99dce984a73d8f470845046fe5fc4333411ee5e9269/cioblender-0.3.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 17:38:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ConductorTechnologies",
    "github_project": "cioblender",
    "github_not_found": true,
    "lcname": "cioblender"
}
        
Elapsed time: 0.25211s