forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 10
API Changes
Ian Keough edited this page Oct 23, 2015
·
33 revisions
This document details changes to the Dynamo API.
##Dynamo Core
###0.9.0
- All node attributes,
NodeNameAttribute
,NodeCategoryAttribute
,NodeSearchTagAttribute
..., have been moved from theDynamo.Models
namespace to theDynamo.Nodes
namespace. This namespace will change again in the next release.
###0.9.1
-
Dynamo.Visualization
- The
Dynamo.Rendering
namespace has been replaced withDynamo.Visualization
-
Dynamo.DefaultRenderPackageFactory
is nowDynamo.Visualization.DefaultRenderPackageFactory
-
Dynamo.Interfaces.IRenderpackageFactory
is nowDynamo.Visualization.IRenderPackageFactory
-
Dynamo.Interfaces.IRenderPackageSource
is nowDynamo.Visualization.IRenderPackageSource
- The
-
Dynamo.Configuration
-
Dynamo.UI.Configurations
is nowDynamo.Configuration.Configurations
-
Dynamo.Core.DebugSettings
is nowDynamo.Configuration.DebugSettings
-
Dynamo.Core.PathManagerParams
is nowDynamo.Configuration.PathManagerParams
-
Dynamo.Core.PathManager
is nowDynamo.Configuration.PathManager
-
Dynamo.Core.Context
is nowDynamo.Configuration.Context
-
Dynamo.Interfaces.IPathResolver
is nowDynamo.Configuration.IPathResolver
-
Dynamo.Interfaces.IPathManager
is nowDynamo.Configuration.IPathManager
-
Dynamo.Interfaces.IPreferences
is nowDynamo.Configuration.IPreferences
-
Dynamo.PreferenceSettings
is nowDynamo.Configuration.PreferenceSettings
-
-
Dynamo.Logging
-
net.reversofdata.dhlogger.Log
is nowDynamo.Logging.Log
-
Dynamo.Core.DynamoLogger
is nowDynamo.Logging.DynamoLogger
-
Dynamo.Interfaces.ILog
is nowDynamo.Logging.ILog
-
Dynamo.Interfaces.Ilogger
is nowDynamo.Logging.ILogger
-
Dynamo.Services.Heartbeat
is nowDynamo.Logging.Hearbeat
-
Dynamo.Services.InstrumentationLogger
is nowDynamo.Logging.InstrumentationLogger
-
Dynamo.Services.StabilityTracking
is nowDynamo.Logging.StabilityTracking
-
##Libraries ###Python ####0.9.0
-
DSIronPythonNode.PythonNodeBase
is nowPythonNodeModels.PythonNodeBase
-
DSIronPythonNode.PythonNode
is nowPythonNodeModels.PythonNode
-
DSIronPythonNode.PythonStringNode
is nowPythonNodeModels.PythonStringNode
. -
DSIronPythonNode.PythonNodeViewCustomization
is nowPythonNodeModelsWpf.PythonNodeViewCustomization
-
DSIronPythonNode.ScriptEditorWindow
is nowPythonNodeModelsWpf.ScriptEditorWindow