Skip to content

Commit 16f5bef

Browse files
committed
minor fixes
1 parent 0973c1c commit 16f5bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/default_presets/Standard Build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def execute():
44
ag = scn.aglist[scn.aglist_index]
55
ag.build_speed = 1.0
66
ag.velocity = 5.5
7-
ag.loc_offset = (5, 0, 0)
7+
ag.loc_offset = (0, 0, 5)
88
ag.loc_interpolation_mode = "CUBIC"
99
ag.loc_random = 0.0
1010
ag.rot_offset = (0, 0, 0)

ui/aglist_attrs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class ASSEMBLME_UL_animated_collections(bpy.types.PropertyGroup):
168168
update=handle_outdated_preset,
169169
default="ASSEMBLE")
170170
inverted_build = BoolProperty(
171-
name="Assemble from other direction",
171+
name="From other direction",
172172
description="Invert the animation so that the objects start (dis)assembling from the other side",
173173
default=False)
174174

0 commit comments

Comments
 (0)