Arjun Thekkumadathil

tarjun

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

houdini.pref Sept. 27, 2018, 4:05 a.m.

thanks a lot @jsmack, that's working now

houdini.pref Sept. 25, 2018, 3:02 p.m.

I have my files structured as below

> [test_houdini_settings]$ tree
.
└── houdini16.5
    └── colors.pref.nosave

and the data in colors.pref.nosave is as below

ui.render.val := 1;
ui.flipbook.val := 1;
ui.imageview.val := 1;
ui.saveimage.val := 1;
ui.view3d.val := 1;
ui.renderstate.val := 1;
ui.swatch.val := 1;
ui.cc.gamma.val := 1;
ui.cc.lut.val := "/scratch/custom_aces.lut";

I first export HOUDINI_PATH as

export HOUDINI_PATH=/scratch/test_houdini_settings/houdini16.5

Now when I launch houdini I get the following error

Could not find scene mouse modifier file: SceneMouseModifiers
Unrecognized modifier key token: scene.handle.floor.mirror
Unrecognized modifier key token: scene.handle.common.scale_delta
Unrecognized modifier key token: scene.selector.plane.fullspec.pick_normal
Unrecognized modifier key token: scene.selector.plane.quickspec.align_only
Unrecognized modifier key token: scene.selector.plane.quickspec.move_only
Unrecognized modifier key token: scene.selector.plane.quickspec.point_at
Unrecognized modifier key token: scene.floor.xy
Unrecognized modifier key token: scene.floor.h
Unrecognized modifier key token: scene.common.extend
Unrecognized modifier key token: scene.handle.bbox.mirror
Unrecognized modifier key token: scene.handle.bbox.uniform
Unrecognized modifier key token: scene.handle.crosshair.scope
Unrecognized modifier key token: scene.handle.crop.mirror
Unrecognized modifier key token: scene.handle.crop.restrict
Unrecognized modifier key token: scene.handle.domain.mirror
Unrecognized modifier key token: scene.handle.domain.copy
Unrecognized modifier key token: scene.handle.hose.group
Unrecognized modifier key token: scene.handle.hose.uniform
Unrecognized modifier key token: scene.handle.ikpivot.lock_click
Unrecognized modifier key token: scene.handle.isosegment.extend
Unrecognized modifier key token: scene.handle.pill.mirror
Unrecognized modifier key token: scene.handle.slider.mode
Unrecognized modifier key token: scene.handle.motionpath.insert
Unrecognized modifier key token: scene.handle.motionpath.delete
Unrecognized modifier key token: scene.handle.motionpath.move_key
Unrecognized modifier key token: scene.handle.mousewheelbump.slow
Unrecognized modifier key token: scene.handle.mousewheelbump.fast
Unrecognized modifier key token: scene.handle.mousewheelradius.slow
Unrecognized modifier key token: scene.state.brush.brush_radius
Unrecognized modifier key token: scene.state.brush.brush_radius_wheel_slow
Unrecognized modifier key token: scene.state.brush.stencil_clear
Unrecognized modifier key token: scene.state.capturelayerpaint.select
Unrecognized modifier key token: scene.state.edit.brush_radius
Unrecognized modifier key token: scene.state.edit.brush_radius_wheel_slow
Unrecognized modifier key token: scene.selector.join.flip_click
Unrecognized modifier key token: scene.state.stroke.cursor_radius
Unrecognized modifier key token: scene.state.stroke.cursor_radius_wheel_slow
Unrecognized modifier key token: scene.selector.uvpelt.hint_click
Unrecognized modifier key token: scene.state.bone_create.split
Unrecognized modifier key token: scene.state.bone_create.parent
Unrecognized modifier key token: scene.state.capture_weights.bone_toggle
ERROR: Couldn't open resource file "resources" (No such file or directory)
Can't open dophints.cmd
Could not initialize the help server:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named houdinihelp

ERROR: Couldn't find 'SI_ColorEditor.ui' for reading. Looked in:
  /scratch/test_houdini_settings/houdini16.5/config/Applications

am using houdini-16.5.323, anyone has any idea what's this issue, I tried with removing the file name suffix of .nosave

get all points id from a group using python June 24, 2015, 5:38 a.m.

Am trying to write out a python operator node that can get all points from a group
and write that point id into a text file.

How do I access the id for points in a group in a python sop operator node