About Ryan Southall

Dr Ryan Southall is a Senior Lecturer in the School of Architecture & Design at the University of Brighton. Dr Southall's professional interests revolve around the use of open source software to create a holistic and integrated set of building environmental analysis tools.

VI-Suite v0.6 – Sun Path

I’ve just uploaded a video tutorial for sun path and simple shadowing analysis in v0.6.

The video covers sun path creation and the features of Blender’s viewport shading for single and multiple sun shadow creation.

There’s a couple of things I forgot to mention in the video. One is that when creating a new sun path you’ll notice that a new collection is created called ‘SunPath’ and the sun path object is placed within it. As mentioned in the previous video you should avoid putting your own geometry into this collection. Another is that the colours of the sun path base can also be altered with the material properties associated with the sun path base object.

And one final thing. The time used for the sun position is local solar time, not clock time. Any local daytime saving, or time zone adjustment, should be factored in by the user.

Link to the video is below and to those who celebrate it I wish you a very Merry Christmas.

Ryan

VI-Suite v0.6 – Installation video

The first video of the v0.6 tutorial series is now live on YouTube in the v0.6 playlist https://www.youtube.com/playlist?list=PLySrjcxbIMorzxpFjc1Mwdsemn4ab1Tas. Nothing too interesting in this video as it really only deals with the installation procedure and some of the new interface elements.

In other news, there was a problem with Radiance and EnergyPlus file permissions when using the github zip file on OS X and Linux. This should now be fixed. If there are continuing problems than as ever report on the github page https://github.com/rgsouthall/vi-suite06/issues.

Regards

Ryan

 

VI-Suite v0.6 – Update 3

Dear all.

I have, I believe, finished adding features to the VI-Suite, for now, and I am now moving into bug-fixing mode. I do not have the access to other computing platforms that I used to have due to the pandemic, so I am interested to hear if there are any activation issues with v0.6 on OS X, Windows and different flavours of Linux.

The zip file of the source code can be downloaded from https://github.com/rgsouthall/vi-suite06/archive/master.zip. This zip file should be installable directly from Blender’s addon preferences window. I have been working purely with Blender 2.83.6 LTS, and while it may work on later Blender versions I am primarily interested in any activation issues with 2.83.6 LTS.

I have not yet finished updating the user manual for v0.6 but for simple sun path, shadow mapping, SVF and LiVi (Radiance) calculations the process is quite similar to v0.4 and the tutorial videos for that release will hopefully give you enough to get started. EnVi (EnergyPlus) and FloVi (OpenFOAM) have changed quite a bit, and I advise waiting for updated documentation before trying those components. I will post here again when a basic manual is available. Tutorial videos will follow after that.

Any bug reports should go in the github page https://github.com/rgsouthall/vi-suite06/issues and general questions on the google group https://groups.google.com/g/vi-suite. Please include in any bug report platform information, the nature and version of the Blender install and any relevant terminal output.

Cheers

Ryan

 

VI-Suite v0.6 – Update 2

Dear all.

EnVi has now been transferred over to Blender 2.8, and most of the changes the user will see are within EnVi. The EnVi material system has been converted into a node system to allow up the EnergyPlus maximum of 10 layers in constructions. EnVi now supports the simulation of photovoltaics and phase change materials and you can now save your custom materials and constructions to a JSON database.

An example of EnVi Material node set-up

An example of an EnVi Material node set-up

The other major change in EnVi is that as ‘Layers’ now no longer exist in Blender – ‘Collections’ are used instead – EnergyPlus zones are specified by the Blender objects contained within collections. This allows multiple Blender objects to make up an EnergyPlus zone, and this has some advantages I hope to make use of in the future. I have not yet however finalised the logic of how muliple Blender objects become one EnergyPlus zone.

In other news the VI-Suite is now completely self-contained within the addon zip folder (at least on Windows and Linux). This means that you can install in Blender the git zip directly, and it will hopefully make it easier to get the VI-Suite working on a variety of Linux platforms.

I have general bug fixing still to do and Wind Rose display to finish, but I am hoping to announce a beta release for testing soon.

There is one fly in the ointment. The Blender 2.8 series does not currently allow the keyframing of custom node parameters. As most of the Vi-Suite parameters exposed to the user are custom node parameters, it means that automated parametric analysis is largely not possible.  This has been recognised by the Blender developers and if you want to register your interest in getting this fixed you can do so at https://developer.blender.org/T66392. The more people asking for it to be fixed the more likely it is to be fixed.

Regards

Ryan

VI-Suite v0.6 – Update

Dear all.

As some people have been asking what my plans are regarding a Blender 2.8 version of the VI-Suite, I thought I would post an update.

The eagle-eyed amongst you may have noticed that the title of this post skips a version. v0.5 was going to be the last VI-Suite version of the 2.7 series but as 2.8 is now out I decided to roll those changes in to v0.6.

Over the last couple of weeks sun path, wind rose, shadow maps, sky view factor and LiVi have all been, at least in part, transfered over. I am in the process of tranferring EnVi over. There are many bugs remaining, and I would not say v0.6 is ready for usage, but good progress is being made. I’m hopeful that early next year an initial release might be ready.

Once things have stabilised a bit I will post the link to the github repository here.

Regards

Ryan

Blender 2.8 - LiVi

LiVi in Blender 2.80

 

VI-Suite v0.4.13a & Ubuntu 18.04

I have pushed version 0.4.13a to the download links which fixes an EnVi bug to account for syntax changes in EnergyPlus 8.9.

In other news, a couple of users have told me that the VI-Suite works on Ubuntu 18.04. I can confirm that their method does work on a fresh install of 18.04, although I have had problems running it on an 18.04 system that was upgraded from 16.04.

The process is pretty simple.

Make sure there is no existing Blender installation

Install Blender from a PPA with the terminal commands:

sudo add-apt-repository ppa:thomas-schiex/blender

sudo apt-get update

sudo apt-get install blender

This version of Blender should use the system installed Python distribution which will now require the ancillary libraries. To install these use the terminal commands:

sudo apt-get install python3-psutil

sudo apt-get install python3-pyqt5

sudo apt-get install python3-matplotlib

sudo apt-get install python3-kivy

The last command to install kivy should work in future but the current Python 3 version of kivy (1.9.1) is broken on Ubuntu 18.04. To get round this:

sudo add-apt-repository ppa:kivy-team/kivy-daily

sudo apt-get update

sudo apt-get install python3-kivy

I have changed the tar.gz compressed Linux VI-Suite download to a zip compressed one on the main download page. This can be installed directly from the Addons page within Blender’s User Preferences window with the Install-addon-from-file button. Alternatively, decompress and copy the folder to Blender’s Addon directory as before.

VI-Suite v0.4 – Version 0.4.13 and Radiance Images

Irradiance falsecolour image

Irradiance falsecolour  image

I have just uploaded VI-Suite 0.4.13 to the download links at http://arts.brighton.ac.uk/projects/vi-suite/downloads. Changes in this version can be seen in the Changelog. One of the main new features of this version is the LIVi image nodes which enables the generation and manipulation of Radiance images for falsecolour metric visualisation and glare analysis.

Images can be generated in parallel on multi-core machines when using OS X and Linux. Unfortunately the methodology employed will not work on Windows.

As ever the tutorial video below explains their operation.

 

VI-Suite v0.4 – Publication

An article describing the VI-Suite has been published in ‘Open Geospatial Data, Software and Standards’. As the article is open-access, the full text can be accessed from http://rdcu.be/vRj5. The article was co-authored with Filip Biljecki from TU Delft/National University of Singapore and examines the VI-Suite from a geospatial data perspective.

Southall, R., Biljecki, F.
The VI-Suite: a set of environmental analysis tools with geospatial data applications
Open Geospatial Data, Software and Standards 2(1), Sep 2017, 23
Abstract: The VI-Suite is a free and open-source addon for the 3D content creation application Blender, developed primarily as a tool for the contextual and performative analysis of buildings. Its functionality has grown from simple, static lighting analysis to fully parametric lighting, shadowing, and building energy analyses. It adopts a flexible, mesh geometry based approach to the specification of calculation points and this has made it suitable for certain types of 3D geospatial analyses and data visualisation.

 

As this is the first paper that describes the VI-Suite the article can be used to cite the VI-Suite. The bibtext formatted citation can be downloaded here.

An image from the paper is shown below.

Irrad

Annual irradiance on a building facade

VI-Suite v0.4 – Version 0.4.12

I have just released version 0.4.12 of the VI-Suite. Minor changes this time but there was a nasty bug when setting an air layer in an EnergyPlus wall construction and I felt the fix deserved a new release. As part of fixing this bug I introduced a tiny new feature which is to display an indicative U-values in the ‘Material’ tab for exported material associated with layer 2 EnVi geometry. This indicative U-value assumes the material is on an external surface and uses internal and external surface resistances of 0.12 and 0.08 m²K/W respectively.

There is also a new option in the LiVi Geometry node called ‘Fallback’. Turning this on makes LiVi export a pure polygon Radiance geometry description. This is more reliable and is indeed faster to simulate in simple cases but will ignore any specified smooth shading,  textures or normal maps.