align rotations
This commit is contained in:
parent
a5e45c7439
commit
d081d1d42d
3 changed files with 209 additions and 10 deletions
|
@ -446,6 +446,8 @@ class FONT3D_OT_TestFont(bpy.types.Operator):
|
|||
ob.constraints["Follow Path"].use_curve_follow = True
|
||||
ob.constraints["Follow Path"].forward_axis = "FORWARD_X"
|
||||
ob.constraints["Follow Path"].up_axis = "UP_Y"
|
||||
# samplecurve = nodes.new(type="GeometryNodeSampleCurve")
|
||||
|
||||
# butils.ShowMessageBox("WHAT","INFO","I don't really know what you mean, lsaidry")
|
||||
else:
|
||||
offset.x = advance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue