Skip to content

Commit

Permalink
Release Kraken v1.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed May 5, 2024
1 parent c159704 commit 7883995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions Kraken.usda
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
#usda 1.0
(
doc = "Kraken v1.0.7 | 05-04-2024 19:58:31"
doc = "Kraken v1.0.9 | 05-04-2024 21:27:47"
)

def Xform "Geometry"
{
float3 xformOp:scale = (5, 5, 5)
double3 xformOp:translate = (0, 0, 0)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:scale"]

def Cone "Shape"
{
double3 xformOp:translate = (0, 0, -3)
uniform token[] xformOpOrder = ["xformOp:translate"]
}
}
2 changes: 1 addition & 1 deletion Sources/Kraken/KR/KR.Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public extension Kraken
{
/**
* The current version of Kraken. */
static let version = ".".join(array: Pixar.GfVec3i(1, 0, 7))
static let version = ".".join(array: Pixar.GfVec3i(1, 0, 9))

/**
* Returns version information for Kraken and USD. */
Expand Down

0 comments on commit 7883995

Please sign in to comment.