Skip to content

Commit

Permalink
Updated to Cortex 9.0.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 13, 2015
1 parent 70812b0 commit 5f07aa7
Show file tree
Hide file tree
Showing 3,879 changed files with 434 additions and 62 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions cortex-9.0.0-b2/Changes → cortex-9.0.0-b3/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 9.0.0-b3

#### IECore

* Added implicit conversion from python datetime to DateTimeData.
* Linked scenes no longer return duplicate tags

#### IECoreMaya

* Only allow selection using the bounding box if the box is visible
* Latest registered custom attribute reader now takes precedence in IECoreMaya.LiveScene
* On transform nodes, plugs with names prefixed by "ieAttr_" are now translated into "user:" attributes by the IECoreMaya.LiveScene
* String attributes called "ieTags" on transform nodes now interpreted as a space separated list of tags

#### IECoreHoudini

* Latest registered custom attribute reader now takes precedence in IECoreHoudini.LiveScene

#### IECoreRI

* added IECoreRI support for DoubleData, V3dData and Color3dData attributes

# 9.0.0-b2

#### IECore
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cortex-9.0.0-b2/SConstruct → cortex-9.0.0-b3/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=9
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="b2" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="b3" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5f07aa7

Please sign in to comment.