Skip to content

Commit bb96e07

Browse files
authored
Merge pull request #49 from SketchUp/release/su2025.0.3
Update for SketchUp 2025.0.3
2 parents 99bcb71 + 550c83d commit bb96e07

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

Sketchup/Environment.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ <h2>
442442

443443

444444
<span class="summary_desc"><div class='inline'>
445-
<p>The <span class='object_link'><a href="#path-instance_method" title="Sketchup::Environment#path (method)">#path</a></span> method is used to get the file name of the image used for the <span class='object_link'><a href="" title="Sketchup::Environment (class)">Environment</a></span>.</p>
445+
<p>The <span class='object_link'><a href="#path-instance_method" title="Sketchup::Environment#path (method)">#path</a></span> method is used to get the file name of the image or SKE file used for the <span class='object_link'><a href="" title="Sketchup::Environment (class)">Environment</a></span>.</p>
446446
</div></span>
447447

448448
</li>
@@ -1405,7 +1405,7 @@ <h3 class="signature " id="path-instance_method">
14051405
<div class="docstring">
14061406
<div class="discussion">
14071407

1408-
<p>The <span class='object_link'><a href="#path-instance_method" title="Sketchup::Environment#path (method)">#path</a></span> method is used to get the file name of the image used for the <span class='object_link'><a href="" title="Sketchup::Environment (class)">Sketchup::Environment</a></span>.</p>
1408+
<p>The <span class='object_link'><a href="#path-instance_method" title="Sketchup::Environment#path (method)">#path</a></span> method is used to get the file name of the image or SKE file used for the <span class='object_link'><a href="" title="Sketchup::Environment (class)">Sketchup::Environment</a></span>.</p>
14091409

14101410

14111411
</div>
@@ -1436,7 +1436,7 @@ <h4 class="tag_title">Examples:</h4>
14361436

14371437
&mdash;
14381438
<div class='inline'>
1439-
<p>the file name of the image used for the environment</p>
1439+
<p>the file name of the image or SKE file used for the environment</p>
14401440
</div>
14411441

14421442
</li>

Sketchup/Environments.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ <h3 class="signature " id="add-instance_method">
609609
<div class="note notetag">
610610
<strong>Note:</strong>
611611
<div class='inline'>
612-
<p>The supported image formats are HDR, EXR and SKE.</p>
612+
<p>The supported file formats are HDR, EXR and SKE.</p>
613613
</div>
614614
</div>
615615

@@ -660,7 +660,7 @@ <h4 class="tag_title">Examples:</h4>
660660

661661
&mdash;
662662
<div class='inline'>
663-
<p>the path to the image used for the environment</p>
663+
<p>the path to the image or SKE file used for the environment</p>
664664
</div>
665665

666666
</li>
@@ -697,7 +697,7 @@ <h4 class="tag_title">Examples:</h4>
697697

698698

699699
<div class='inline'>
700-
<p>ArgumentError if the image could not be loaded.</p>
700+
<p>ArgumentError if the file could not be loaded.</p>
701701
</div>
702702

703703
</li>

Sketchup/Style.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ <h2>Overview</h2><div class="docstring">
191191

192192
<p>The Style class contains methods for modifying information about a specific style. Styles are a collection of display settings that tell SketchUp how to draw the model.</p>
193193

194+
<p>In SketchUp, there are two important style objects in a model: The <span class='object_link'><a href="Styles.html#selected_style-instance_method" title="Sketchup::Styles#selected_style (method)">Sketchup::Styles#selected_style</a></span> is the style currently selected in the Styles Browser. The <span class='object_link'><a href="Styles.html#active_style-instance_method" title="Sketchup::Styles#active_style (method)">Sketchup::Styles#active_style</a></span> is a temporary copy of the selected style that allows editing without committing changes. Changes to the active style are not saved unless you call <span class='object_link'><a href="Styles.html#update_selected_style-instance_method" title="Sketchup::Styles#update_selected_style (method)">Sketchup::Styles#update_selected_style</a></span>.</p>
195+
194196

195197
</div>
196198
</div>

file.ReleaseNotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 id="label-Build+Numbers">Build Numbers</h2>
169169

170170
<p>Here are the build numbers for recent SketchUp releases. Note that build numbers in languages besides English are larger for each release, so it is best to check for builds that are greater than or equal to the numbers here.</p>
171171
<ul><li>
172-
<p><strong>SU2025.0</strong> = 25.0.634 on Windows 64-bit, 25.0.633 on Mac 64-bit.</p>
172+
<p><strong>SU2025.0</strong> = 25.0.660 on Windows 64-bit, 25.0.659 on Mac 64-bit.</p>
173173
</li><li>
174174
<p><strong>SU2024.0.2</strong> = 24.0.594 on Windows 64-bit, 24.0.595 on Mac 64-bit.</p>
175175
</li><li>

0 commit comments

Comments
 (0)