Blender Addon Photogrammetry Importer Versions Save

Addon to import different photogrammetry formats into Blender

v2024.01.18

3 months ago
  • View synthesis example script using a NeRF model (Instant NGP)
  • Panel to compute a view synthesis for the current camera
  • Support for the Instant-NGP file format (https://github.com/NVlabs/instant-ngp)
  • Avoid duplication of background images
  • Support Geometry Node creation of Blender 4.0

v2023.08.31

7 months ago
  • Support for alicevision sfm data version 1.2.5

v2023.06.13

10 months ago
  • Support for geometry node creation in Blender 3.4.1 - 3.5.1
  • Adaption to sfm / json file format changes introduced by recent Meshroom versions
  • Numerical sorting instead of alphabetical sorting of camera names

v2023.05.08

11 months ago

Support new Meshroom camera parameter key

v2022.07.21

1 year ago

Fix geometry node creation for Blender 3.2.1 Add support for installation and removal of individual dependencies Fix the point exporter for OpenGL point clouds

v2022.06.26

1 year ago

Add a new point cloud representation method based on geometry nodes. Allows to render point clouds with Eevee and Cycles. Add point colors to geometry nodes (Thanks to @Linusnie). Remove the particle system based point cloud representation method (because of the new point clound representation option based on geometry nodes).

v2022.05.11

1 year ago

Adapt addon to recent changes of the screenshot api in Blender 3.1.2

v2022.02.20

2 years ago
  • Fix the offscreen rendering bug under windows (reported here) by replacing the (deprecated) bgl module with functions provided by the gpu module of Blender 3.0
  • Adjust the screenshot operator according to API changes of Blender 3.0

Therefore, this version of the add-on drops support for Blender 2.8 and 2.9. If you want to work with older Blender versions (not recommended), you can download one of the previous releases.

v2022.01.17

2 years ago

Fix dependency installation for Blender 2.8 to Blender 2.9.2

v2021.12.28

2 years ago

Makes dependency installation compatible with Blender 3.0 (supports also snap-based Blender installations) Added point cloud specific (persistent) point sizes