Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Feb 5, 2024
1 parent fa51525 commit 28c4cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DynamoCore/Configuration/PreferenceSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,10 @@ internal static string GetDefaultPythonEngine()
return defaultPythonEngine;
}

/// <summary>
/// Initialize namespaces to exclude from Library based on conditions
/// </summary>
/// <param name="isTSplineNodesExperimentToggleVisible">indicates if the experiment toggle is visible under feature flag</param>
internal void InitializeNamespacesToExcludeFromLibrary(bool isTSplineNodesExperimentToggleVisible)
{
// When the experiment toggle is disabled by feature flag, include the TSpline namespace from the library OOTB.
Expand Down

0 comments on commit 28c4cc2

Please sign in to comment.