I paint a texture for my hovercrafter in PhotoShop. Houdini reads this file and after I save this texture again, it doesn't want to reload the picture.
How to reload texture file in Houdini?
How to reload texture file?
7479 2 0-
- Suvo
- Member
- 19 posts
- Joined: 7月 2005
- オフライン
-
- stevenong
- Member
- 1634 posts
- Joined: 7月 2005
- オフライン
Hi there,
I believe the following will help you.
- / >help tex
texcache
Usage: texcache
This command allows access to the internal texture map cache
used by Houdini. The texture map cache is used when
displaying texture maps in the viewports (or also for
background images when texturing is turned on).
Query options:
-s See the current settings
-l List the contents of the texture map cache
Control options:
-v Verbose
-c Clear the cache
-n Clear the cache only if newer files exist on disk.
-a on/off Turn auto-flushing of maps on or off. Leaving
maps in the cache improves performance at the
cost of extra memory.
-r x y Specify the maximum resolution of an image for
the cache. This does not include maps stored
in COPs.
-m nimages Specify the cache size (maximum number of
images stored in the cache).
-M megabytes Specify the maximum number of RAM (in Mb) that
the cache can use.
Example:
hscript-> texcache -r 512 512 -M 32 -a on
Sets the maximum resolution of images in the cache to 512x512
pixels, the maximum memory to 32 Mb and turns auto-flushing
on.
See also: geocache, opupdate
Cheers!
steven
I believe the following will help you.
- / >help tex
texcache
Usage: texcache
This command allows access to the internal texture map cache
used by Houdini. The texture map cache is used when
displaying texture maps in the viewports (or also for
background images when texturing is turned on).
Query options:
-s See the current settings
-l List the contents of the texture map cache
Control options:
-v Verbose
-c Clear the cache
-n Clear the cache only if newer files exist on disk.
-a on/off Turn auto-flushing of maps on or off. Leaving
maps in the cache improves performance at the
cost of extra memory.
-r x y Specify the maximum resolution of an image for
the cache. This does not include maps stored
in COPs.
-m nimages Specify the cache size (maximum number of
images stored in the cache).
-M megabytes Specify the maximum number of RAM (in Mb) that
the cache can use.
Example:
hscript-> texcache -r 512 512 -M 32 -a on
Sets the maximum resolution of images in the cache to 512x512
pixels, the maximum memory to 32 Mb and turns auto-flushing
on.
See also: geocache, opupdate
Cheers!
steven
-
- Suvo
- Member
- 19 posts
- Joined: 7月 2005
- オフライン
-
- Quick Links

