Markus Ng

markusng

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

H14 Floating view focus problem 2015年4月16日16:45

I have version 14.0.291 installed, and seems the focus issue is still there? Can anyone confirm this?


Thanks!

Trying to add path to HOUDINI_DSO_PATH 2010年6月23日16:06

Excellent.. that did it.

I changed the HOUDINI_OTLSCAN_PATH to: “@/otls;Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/otls”


===========================================
HOUDINI_OTLSCAN_PATH := “@/otls;Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/otls”
This path specifies the directories Houdini will search for OTL files.
This value is only used if the Operator Type Manager is configured not
to use OPlibraries files to find OTL files. The default for this value
is the HOUDINI_OTL_PATH with “/otls” appended to each directory in
that path.

Default path: ‘@/otls’
Where @ is replaced with HOUDINI_OTL_PATH
Directories searched (in order) are:
1) “$HOME/houdini10.0/otls”
2) “$HFS/houdini/otls”
3) “Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/otls”
===========================================


Thanks for your help!

Trying to add path to HOUDINI_DSO_PATH 2010年6月23日15:39

hconfig output:
==========================================
N:\repo\deployment\GridTools\toolsetManagement\selectors41>hconfig
EDITOR := ‘CPROGRA~1/vim/vim72/gvim.exe’
HFS := ‘CPROGRA~1/SIDEEF~1/HOUDIN~1.430’
HOME := ‘H:’
HOUDINI_DESKTOP_DIR := ‘CDOCUME~1/mng/desktop’
HOUDINI_DSO_PATH := ‘Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/dso_10.0.430;@/dso_^;@/dso’
HOUDINI_OTLSCAN_PATH := ‘/houdini/otls;Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/otls’
HOUDINI_TEMP_DIR := ‘CTEMP’
HSITE := ‘CPROGRA~1/SIDEEF~1/HOUDIN~1.430/site’
JOB := ‘nprojects/gnomeo/gn01/production/show/’
USER := ‘mng’
==========================================

hconfig -ap output:
==========================================
HOUDINI_DSO_PATH := “Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/dso_10.0.430;@/dso_^;@/dso”
The search path for loading custom plug-ins (Dynamic Shared
Objects or Dynamic Link Libraries).

Default path: ‘@/dso_^;@/dso’
Where @ is replaced with HOUDINI_PATH
and ^ is replaced with nt_x86_64
Directories searched (in order) are:
1) “Cdev/mng/gnomeo_m2008_64bit-rcan/houdini/dso_10.0.430”
2) “$HFS/houdini/dso”
===========================================