1.1.5.0
Features
PrimitiveVariableQuery : Added new node to query multiple primitive variables from a scene location.
Each query specifies the name and type of the primitive variable
Each query has a corresponding output plug with
exists,interpolation,typeandvaluechild plugs.
Improvements
ArnoldOptions : Added support for
texture_use_existing_tx,texture_auto_generate_txandtexture_auto_tx_path.Arnold : Added support for attributes containing InternedStringData, as would be obtained by loading
tokenprimvars from a USD file.Random : Added the
outFloatplug to the NodeEditor, and moved output plugs into their ownOutputssection.
Fixes
Arnold :
Fixed deletion of
ai:transform_typeattribute during interactive renders. The object now reverts to the default transform type in this case.Fixed broken Viewer after Arnold encountered an error (such as a missing texture).
Fixed
Tools/Arnold/Flush Cachenot working when no interactive renders are running.
API
TypedObjectPlug : Added V2fVectorDataPlug and V3iVectorDataPlug.
PlugAlgo : Added support for V2iVectorData, V3fVectorData and Color3fVectorData types in
canSetValueFromData()andsetValueFromData()functions.VectorDataPlugValueWidget : Added support for V2iVectorData and Color3fVectorData plug types.