Skip to content

Releases: mmmrqs/Blender-Reference-Camera-Panel-addon

Update Release v1.0.5

29 Sep 00:14
Compare
Choose a tag to compare

This is an updated release of the Reference Cameras Control Panel addon for Blender 2.8 and newer versions.

Installation

Note: Tested for the Windows edition of Blender 2.80 thru 3.3.1

For Installation use Blender's own install option as follows:

  • Download and install this .zip file as a regular Blender addon.
  • Open Blender's Main Menu --> Edit --> Preferences... --> Add-ons
  • Press the "Install..." pushbutton at top of the window.
  • Locate the downloaded ZIP file and confirm the installation.

Changelog

  • Added some logic that prevents the panel to be opened in multiple simultaneous instances.
  • Fixed issue with a 'context is incorrect' situation that would be caused by user calling 'SetRemoteControl' repeatedly and too fast.

Update Release v1.0.4

27 Sep 22:13
Compare
Choose a tag to compare

This is an updated release of the Reference Cameras Control Panel addon for Blender 2.8 and newer versions.

Installation

Note: Tested for the Windows edition of Blender 2.80 thru 3.3.1

For Installation use Blender's own install option as follows:

  • Download and install this .zip file as a regular Blender addon.
  • Open Blender's Main Menu --> Edit --> Preferences... --> Add-ons
  • Press the "Install..." pushbutton at top of the window.
  • Locate the downloaded ZIP file and confirm the installation.

Changelog

  • New button to globally toggle the visibility of subdivision modifiers for all objects in the scene. This may help with better alignment of objects against the camera's background reference image.
  • Better handling of Remote Panel display when user has multiple screen areas opened or when editor screens are switched, including the QuadView mode.
  • Minor bug fixes for some BL_UI_Widgets components, including one that prevented the panel to be opened by the search menu.

Update Release v1.0.3

31 Oct 14:25
Compare
Choose a tag to compare

This is an updated release of the Reference Cameras Control Panel addon for Blender 2.8 and newer versions.

Installation

Note: Tested for the Windows edition of Blender 2.80, 2.92, 2.93 and 3.0.0-alpha.

For Installation use Blender's own install option as follows:

  • Download and install this .zip file as a regular Blender addon.
  • Open Blender's Main Menu --> Edit --> Preferences... --> Add-ons
  • Press the "Install..." pushbutton at top of the window.
  • Locate the downloaded ZIP file and confirm the installation.

Changelog

  • Fine tuned how the memory slot behaves because it was a bit confusing. Now it always restores the saved setup instead of switching it with the current active setup. The current setup will be saved to a backup slot if it is not already stored in any memory slots (including the backup slot itself). When a save is done for the same setup as in the backup, the backup slot is then cleaned up and freed. Besides, when loading new camera or cleaning up all slots, the current state will get saved into the backup slot to help out the user that forgot to save it by her/him-self.
  • New alternative operation mode for the Blink Meshes function, offering a three stages mode: Blink / Stop&hide / Unhide.
  • Better handling of Remote Panel display when user has multiple screen areas opened or when editor screens are switched.
  • Minor bug fixes for some BL_UI_Widgets components.

Update Release v1.0.2

24 Sep 17:49
Compare
Choose a tag to compare

This is an updated release of the Reference Cameras Control Panel addon for Blender 2.8 and newer versions.

Installation

There is no install package available because there is no need to install this version. It is just a PEP8 update of the source code.

Changelog

  • PEP8 guidelines and best practices formatting has been applied to all source code.

Update Release v1.0.1

12 Sep 14:51
Compare
Choose a tag to compare

This is an updated release of the Reference Cameras Control Panel addon for Blender 2.8 and newer versions.

Installation

Note: Tested for the Windows edition of Blender 2.80, 2.92, 2.93 and 3.0.0-alpha.

For Installation use Blender's own install option as follows:

  • Download and install this .zip file as a regular Blender addon.
  • Open Blender's Main Menu --> Edit --> Preferences... --> Add-ons
  • Press the "Install..." pushbutton at top of the window.
  • Locate the downloaded ZIP file and confirm the installation.

Changelog

  • Fixed an issue regarding the 'Memory Slots' switch actions that could cause a re-calculation of the camera distance (by the depsgraph_update_post's after_update() function).

Initial Release v1.0.0

07 Sep 20:36
c7ddfa3
Compare
Choose a tag to compare

This is the initial release of the Reference Cameras Control Panel addon for Blender 2.8 and newer versions.

Installation

Note: Tested for the Windows edition of Blender 2.80, 2.92, 2.93 and 3.0.0-alpha.

For Installation use Blender's own install option as follows:

  • Download and install this .zip file as a regular Blender addon.
  • Open Blender's Main Menu --> Edit --> Preferences... --> Add-ons
  • Press the "Install..." pushbutton at top of the window.
  • Locate the downloaded ZIP file and confirm the installation.

Changelog

Initial creation