Skip to content

Commit

Permalink
Update Changelog for v1.11, fix formatting, fix submodules, add OpenE…
Browse files Browse the repository at this point in the history
…XR dependency
  • Loading branch information
araistrick authored and pvl-bot committed Nov 11, 2024
1 parent 26c00d7 commit 31a7286
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,7 @@ v1.10.0

v1.10.1
- Fix missing validity checks for camera-rig cameras which are not the 0th index
- Fix missing seat in dining chair
- Fix missing seat in dining chair

v1.11.0
- Update to Blender == 4.2.0
2 changes: 1 addition & 1 deletion infinigen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
from pathlib import Path

__version__ = "1.10.1"
__version__ = "1.11.0"


def repo_root():
Expand Down
1 change: 0 additions & 1 deletion infinigen/datagen/customgt/dependencies/fast_obj
Submodule fast_obj deleted from 85778d
1 change: 0 additions & 1 deletion infinigen/datagen/customgt/dependencies/indicators
Submodule indicators deleted from a5bc05
1 change: 0 additions & 1 deletion infinigen/datagen/customgt/dependencies/tinycolormap
Submodule tinycolormap deleted from 67198d
2 changes: 1 addition & 1 deletion infinigen/terrain/utils/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
import trimesh
from numpy import ascontiguousarray as AC

from infinigen.core.nodes.node_wrangler import ng_inputs, ng_outputs
from infinigen.core.util import blender as butil
from infinigen.core.util.logging import Timer
from infinigen.core.util.organization import Attributes

from ...core.nodes.node_wrangler import ng_inputs, ng_outputs
from .camera import getK
from .ctype_util import ASDOUBLE, ASINT, load_cdll
from .kernelizer_util import ATTRTYPE_DIMS, ATTRTYPE_FIELDS, NPTYPEDIM_ATTR, Vars
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies = [
"submitit",
"tqdm",
"trimesh",
"OpenEXR",

# used by trimesh, we could specify "trimesh[easy]" but this brings more packages
"python-fcl",
Expand Down

0 comments on commit 31a7286

Please sign in to comment.