A Blender addon that uses constraints defined by visual nodes to drive any rig and its animation with the Rigify modular rigging system that ships with Blender. If you have not used Rigify before, it is highly recommended that you read the Rigify documentation before you start using UE to Rigify. Follow their code on GitHub. Skip to content. A script to allow Blender and VTK to work together more easily Python Apache-2.0 15 0 0 0 Updated Nov 23, 2019.
| # ***** BEGIN GPL LICENSE BLOCK ***** |
| # |
| # |
| # This program is free software; you can redistribute it and/or |
| # modify it under the terms of the GNU General Public License |
| # as published by the Free Software Foundation; either version 2 |
| # of the License, or (at your option) any later version. |
| # |
| # This program is distributed in the hope that it will be useful, |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| # GNU General Public License for more details. |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with this program; if not, write to the Free Software Foundation, |
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| # |
| # ***** END GPL LICENCE BLOCK ***** |
| bl_info= { |
| 'name': 'Lock View', |
| 'description': 'Exposes rotation locking in the 3D View to a specific viewing angle', |
| 'author': 'Jason van Gumster (Fweeb)', |
| 'version': (1, 0, 0), |
| 'blender': (2, 76, 0), |
| 'location': '3D View > Properties Region > View', |
| 'warning': ', |
| 'wiki_url': ', |
| 'tracker_url': ', |
| 'category': '3D View'} |
| importbpy |
| deflock_ui(self, context): |
| layout=self.layout |
| layout.prop(context.space_data.region_3d, 'lock_rotation', text='Lock View Rotation') |
| defregister(): |
| bpy.types.VIEW3D_PT_view3d_properties.append(lock_ui) |
| defunregister(): |
| bpy.types.VIEW3D_PT_view3d_properties.remove(lock_ui) |
| if__name__'__main__': |
| register() |


commented Jul 25, 2016
Features I'd love to see:
|
Github Blender Gis
commented Jan 31, 2018
commented May 22, 2018
thanks that is exactly what I needed thanks alot it a great help |
commented Jan 2, 2020
Thanks you so much! Important if people wants to import it to Blender 2.8x, the code line
must be updated after importing to the blender version, so
and the menu is on the 3D View>right panel>View>Lock View Rotation |
Blender Source Tools
Augmented Reality (AR) Geological Model of Tambora Volcano Structure, Sumbawa, Indonesia
This geological density inversion model built by custom software and processed in ParaView and post-prorecessed in Blender to build the AR scene. Here we are able to see Tambora volcano magma cameras and connections to neighboring Rinjani volcano. See our GitHub page Minahasa project and YouTube video Blender Tambora Volcano Structural Model and Plume Simulation, Indonesia
Augmented Reality (AR) Geological Model of Lahendong Geothermal Reservoir on Minahasa Compartment, North Sulawesi, Indonesia
We use published Lahendong well temperatures (see links on our GitHub repository) to map the temperatures: blue (below 150°C), white (between 150-250°C), red (up to 350°C). This geological inversion model built by custom software and processed in ParaView and post-prorecessed in Blender to build the AR scene. Here we clearly see drill holes outside of the reservoir which are cold (blue). The model allows to correct new drill locations to take the most advantage of Indonesia geothermal potential. See our GitHub page Minahasa project and YouTube video Enhanced Geothermal Model for Minahasa Compartment and Lahendong Geothermal Field
