Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue with baked foliages not moving along the landscape #229

Open
wants to merge 4 commits into
base: Houdini19.5-Unreal5.00
Choose a base branch
from

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    9d1ee20 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Bumping to Houdini Version: 19.5.516

    Houdini Engine Version: 5.0 (API: 5)
    dpernuit authored and SilverWinter0511 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6a0d9dd View commit details
    Browse the repository at this point in the history
  2. - Added support for all types of image packing (RGB, BGR, RGBA, ABGR …

    …etc..)
    
      This fixes a crash when trying to create an texture that wasn't packed as RGBA.
    - CreateUnrealTexture: Added a HOUDINI_CHECK_RETURN call when texture packing is invalid.
    - Fixed a regression that caused the plugin to not automatically refine meshes when saving the level on World Partition World.
      This was caused by UE not calling the PreSaveWorld callback, considering that only the actor (not the world) was modified.
    - Fixed a regression that broke the "Proxy refinement by timer" option.
    dpernuit authored and SilverWinter0511 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a8853f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    12c31b3 View commit details
    Browse the repository at this point in the history