We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0973c1c commit 16f5befCopy full SHA for 16f5bef
lib/default_presets/Standard Build.py
@@ -4,7 +4,7 @@ def execute():
4
ag = scn.aglist[scn.aglist_index]
5
ag.build_speed = 1.0
6
ag.velocity = 5.5
7
- ag.loc_offset = (5, 0, 0)
+ ag.loc_offset = (0, 0, 5)
8
ag.loc_interpolation_mode = "CUBIC"
9
ag.loc_random = 0.0
10
ag.rot_offset = (0, 0, 0)
ui/aglist_attrs.py
@@ -168,7 +168,7 @@ class ASSEMBLME_UL_animated_collections(bpy.types.PropertyGroup):
168
update=handle_outdated_preset,
169
default="ASSEMBLE")
170
inverted_build = BoolProperty(
171
- name="Assemble from other direction",
+ name="From other direction",
172
description="Invert the animation so that the objects start (dis)assembling from the other side",
173
default=False)
174
0 commit comments