MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
Functions | Variables
msys_blender_mexpt Namespace Reference

Blender graphical interface module. More...

Functions

def get_active_mesh
 get object and mesh
def get_selected_edges
def export_mesh
 Export.
def load_dict
 Dictionary.
def set_key
def get_key
def set_tag
 Properties.
def TC
 try_catch
def event
def bevent
def cb_show
def cb_showvid
def cb_showeid
def cb_showsid
def cb_showvta
def cb_showeta
def cb_showsta
def cb_vta
def cb_eta
def cb_sta
def cb_outedg
def cb_is3d
def cb_expmsh
def gui

Variables

string __author__ = "Dorival Pedroso"
 MechSys - Open Library for Mechanical Systems # Copyright (C) 2005 Dorival M.
string __version__ = "1.1.0"
string __bpydoc__ = """TODO"""
int EVT_NONE = 0
 GUI.
int EVT_SHOW = 1
int EVT_SHWET = 2
int EVT_VTAG = 3
int EVT_ETAG = 4
int EVT_STAG = 5
int EVT_EXPT = 6
int EVT_CLRTAGS = 7
tuple d = load_dict()
string lnk = 'msys_mex3dlink.py'
tuple sdir = Blender.Get('scriptsdir')
 scn = bpy.data.scenes.active

Detailed Description

Blender graphical interface module.


Function Documentation

def msys_blender_mexpt.cb_eta (   evt,
  val 
)
def msys_blender_mexpt.cb_is3d (   evt,
  val 
)
def msys_blender_mexpt.cb_outedg (   evt,
  val 
)
def msys_blender_mexpt.cb_show (   evt,
  val 
)
def msys_blender_mexpt.cb_showeid (   evt,
  val 
)
def msys_blender_mexpt.cb_showeta (   evt,
  val 
)
def msys_blender_mexpt.cb_showsid (   evt,
  val 
)
def msys_blender_mexpt.cb_showsta (   evt,
  val 
)
def msys_blender_mexpt.cb_showvid (   evt,
  val 
)
def msys_blender_mexpt.cb_showvta (   evt,
  val 
)
def msys_blender_mexpt.cb_sta (   evt,
  val 
)
def msys_blender_mexpt.cb_vta (   evt,
  val 
)
def msys_blender_mexpt.event (   evt,
  val 
)
def msys_blender_mexpt.export_mesh (   fn,
  outedg,
  is3d 
)

Export.

get object and mesh

Dictionary.

def msys_blender_mexpt.set_key (   key,
  val 
)
def msys_blender_mexpt.set_tag (   obj,
  key,
  id,
  tag 
)

Properties.

def msys_blender_mexpt.TC (   func)

try_catch


Variable Documentation

string msys_blender_mexpt::__author__ = "Dorival Pedroso"

MechSys - Open Library for Mechanical Systems # Copyright (C) 2005 Dorival M.

Pedroso, Raul D. D. Farfan # # 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 3 of the License, or # 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, see <http://www.gnu.org/licenses/> #

string msys_blender_mexpt::__bpydoc__ = """TODO"""

GUI.

string msys_blender_mexpt::lnk = 'msys_mex3dlink.py'
msys_blender_mexpt::scn = bpy.data.scenes.active
tuple msys_blender_mexpt::sdir = Blender.Get('scriptsdir')
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines