Home
last modified time | relevance | path

Searched refs:handle_left (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Dcurves.py12 def __init__(self, handle_left, co, handle_right): argument
13 self.handle_left = handle_left
25 tmp = self.handle_left
26 self.handle_left = self.handle_right
62 self.ctrlPnt2 = self.bezierPoint2.handle_left
219 blBezPoint.handle_left = bezPoint.handle_left
319 nextSeg.bezierPoint1.handle_left = bezPoint2.handle_left
323 nextSeg.bezierPoint1.handle_left = bezPoint2.handle_left
376 mpHandleLeft = bezPoint1.handle_left.copy()
412 blBezPoint.handle_left = bezPoint.handle_left
[all …]
H A Doperators.py434 points[len_points].handle_left = h[1]
437 points[0].handle_left = h[4]
444 …surfacespline1.points[1].co = [points[0].handle_left.x, points[0].handle_left.y, points[0].handle_…
481 …[3].co = [points[len_points - i].handle_left.x, points[len_points - i].handle_left.y, points[len_p…
490 …facespline4.points[0].co = [points[i + 1].handle_left.x, points[i + 1].handle_left.y, points[i + 1…
525 …cespline6.points[2].co = [points[half+1].handle_left.x, points[half+1].handle_left.y, points[half+…
1105 … newSpline1.bezier_points[n].handle_left = matrix_world1 @ spline1.bezier_points[n].handle_left
1129 … newSpline.bezier_points[n].handle_left = matrix_world @ spline.bezier_points[n].handle_left
1204 float(bp_old.handle_left.x),
1205 float(bp_old.handle_left.y),
[all …]
H A Doutline.py48 …n = ((p[0].handle_right - p[0].co).normalized() - (p[0].handle_left - p[0].co).normalized()).norma…
54 …n = ((p[i].handle_right - p[i].co).normalized() - (p[i].handle_left - p[i].co).normalized()).norma…
59 …n = ((p[-1].handle_right - p[-1].co).normalized() - (p[-1].handle_left - p[-1].co).normalized()).n…
81 p_out[i].handle_left = out[i] + ((p[i].handle_left - p[i].co) * l2/l)
83 … p_out[i + 1].handle_left = out[i + 1] + ((p[i + 1].handle_left - p[i + 1].co) * l2/l)
H A Dsplines_sequence.py169 newSpline.bezier_points[n].handle_left = spline1.bezier_points[n].handle_left
189 spline1.bezier_points[n].handle_left = spline2.bezier_points[n].handle_left
210 spline2.bezier_points[m].handle_left = newSpline.bezier_points[m].handle_left
H A Dcad.py167 …handle = (points[1].handle_left if is_last_point[1] else points[1].handle_right)+new_co-points[1].…
169 points[0].handle_left += new_co-points[0].co
173 points[0].handle_left = handle
H A Dpath_finder.py57 spline.bezier_points[i + 1].handle_left,
66 spline.bezier_points[0].handle_left,
162 spline.bezier_points[i + 1].handle_left,
174 spline.bezier_points[0].handle_left,
H A Dinternal.py253 points = (beginPoint.co, beginPoint.handle_right, endPoint.handle_left, endPoint.co)
291 return [begin.co, begin.handle_right, end.handle_left, end.co]
490 segment['endPoint'].handle_left = newPoints[-1]
500 newPoint.handle_left = newPoints[index*3+1]
627 point.handle_left = vertices[index][0]
899 vertices.append([current.handle_left, current.co, current.handle_right])
901 …current.handle_left, current.handle_right = current.handle_right.copy(), current.handle_left.copy()
910 current_handle = current.handle_right if backward else current.handle_left
919 next.handle_left = current_handle
H A Dshow_resolution.py58 handle2 = matrix_world @ bezier_points[inext].handle_left
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/tools/utils/exporters/blender/
H A Dqt3d_animation_export.py185 …"leftHandle": [frameToTime(keyframe.handle_left.x), axisOrientationfactor * keyframe.handle_left.y…
210 … rotX = self.m_action.fcurves[self.m_fcurveIndices[0]].keyframe_points[keyframeIndex].handle_left.y
211 … rotY = self.m_action.fcurves[self.m_fcurveIndices[1]].keyframe_points[keyframeIndex].handle_left.y
212 … rotZ = self.m_action.fcurves[self.m_fcurveIndices[2]].keyframe_points[keyframeIndex].handle_left.y
218 … rotX = self.m_action.fcurves[self.m_fcurveIndices[0]].keyframe_points[keyframeIndex].handle_left.y
226 handle_left = []
230 handle_left = [time_hl, axisOrientationfactor * q_hl.w]
234 handle_left = [time_hl, axisOrientationfactor * q_hl.x]
238 handle_left = [time_hl, axisOrientationfactor * q_hl.y]
242 handle_left = [time_hl, axisOrientationfactor * q_hl.z]
[all …]
/dports/multimedia/libopenshot/libopenshot-0.2.7/tests/
H A DPoint.cpp48 CHECK(p.handle_left.X == 0.5);
49 CHECK(p.handle_left.Y == 1.0);
172 "handle_left": { "X": 2.0, "Y": 3.0 },
184 CHECK(p1.handle_left.X == 2.0);
185 CHECK(p1.handle_left.Y == 3.0);
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DPoint.cpp72 handle_left = Coordinate(x, y); in Initialize_LeftHandle()
94 root["handle_left"] = handle_left.JsonValue(); in JsonValue()
127 handle_left.SetJsonValue(root["handle_left"]); // update coordinate in SetJsonValue()
H A DPoint.h85 Coordinate handle_left; ///< This is the left handle coordinate (in percentages from 0 to 1) variable
/dports/multimedia/openshot/openshot-qt-2.6.1/src/blender/scripts/
H A Dlens_flare.py.in80 bpy.data.actions["SphereAction"].fcurves[0].keyframe_points[0].handle_left.y = params["start_x"]
84 bpy.data.actions["SphereAction"].fcurves[1].keyframe_points[0].handle_left.y = params["start_y"]
88 bpy.data.actions["SphereAction"].fcurves[2].keyframe_points[0].handle_left.y = params["start_z"]
92 bpy.data.actions["SphereAction"].fcurves[0].keyframe_points[1].handle_left.y = params["end_x"]
96 bpy.data.actions["SphereAction"].fcurves[1].keyframe_points[1].handle_left.y = params["end_y"]
100 bpy.data.actions["SphereAction"].fcurves[2].keyframe_points[1].handle_left.y = params["end_z"]
H A Dglass_slider.py.in128 bpy.data.actions["TextAction"].fcurves[0].keyframe_points[0].handle_left.y = params["start_x"]
132 bpy.data.actions["TextAction"].fcurves[0].keyframe_points[1].handle_left.y = params["start_x"]
136 bpy.data.actions["TextAction"].fcurves[2].keyframe_points[1].handle_left.y = params["start_z"]
140 bpy.data.actions["TextAction"].fcurves[0].keyframe_points[2].handle_left.y = params["start_x"]
144 bpy.data.actions["TextAction"].fcurves[2].keyframe_points[2].handle_left.y = params["start_z"]
148 bpy.data.actions["TextAction"].fcurves[0].keyframe_points[3].handle_left.y = params["start_x"]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mask/
H A Dmask_draw.c304 float handle_left[2], handle_right[2]; in draw_spline_points() local
305 BKE_mask_point_handle(point_deform, MASK_WHICH_HANDLE_LEFT, handle_left); in draw_spline_points()
308 mask_point_undistort_pos(sc, handle_left, handle_left); in draw_spline_points()
309 mask_point_undistort_pos(sc, handle_left, handle_left); in draw_spline_points()
312 mask_layer, point, MASK_WHICH_HANDLE_LEFT, draw_type, handle_size, vert, handle_left); in draw_spline_points()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_curve_svg/
H A Dimport_svg.py575 if handle_left is not None:
576 first['handle_left'] = handle_left
592 handle_left = (x, y)
598 'handle_left': handle_left,
707 handle_left_type='FREE', handle_left=(x2, y2),
741 handle_left_type='FREE', handle_left=(x1, y1),
819 handle_left_type='FREE', handle_left=(cpx, cpy),
844 handle_left_type='FREE', handle_left=coord2,
1338 bezt.handle_left = co
1517 handle_left = self._transformCoord(coord[1])
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_manipulator.py842 if self.handle_left.hover:
845 self.handle_left.active = True
852 self.handle_left.active = False
859 if self.handle_left.active:
1082 self.handle_left.draggable = True
1099 if self.handle_left.hover:
1106 self.handle_left.active = True
1120 self.handle_left.active = False
1225 if self.handle_left.hover:
1247 self.handle_left.active = True
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_curve_extra_objects/
H A Dadd_curve_simple.py591 p2.handle_left = v2
615 p2.handle_left = v2
622 all_points[1].handle_left = Vector((self.Simple_a * d, self.Simple_b, 0))
655 p2.handle_left = v2
660 p2.handle_left = v2
695 p2.handle_left = v2
700 p2.handle_left = v2
740 p2.handle_left = v2
745 p2.handle_left = v2
770 p2.handle_left = v2
[all …]
H A Dadd_curve_curly.py412 bp.handle_left.xyz = lh[p][c]
420 newSpline.bezier_points[3].handle_left.xyz = lh[p][3]
434 bp.handle_left.xyz = lh[p][c]
442 newSpline.bezier_points[3].handle_left.xyz = lh[p][3]
H A Dadd_curve_celtic_links.py236 handle_left = midpoint - s_binormal - c_tangent
238 handle_lefts.extend(handle_left)
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/
H A Dscrollbar.c446 int handle_left = parent_left + scrollbar->render_state.handle_x; in guac_terminal_scrollbar_handle_mouse() local
448 int handle_right = handle_left + scrollbar->render_state.handle_width; in guac_terminal_scrollbar_handle_mouse()
467 && x >= handle_left && x < handle_right in guac_terminal_scrollbar_handle_mouse()
/dports/games/abuse_sdl/abuse-0.8/src/imlib/
H A Dscroller.h52 virtual void handle_left(image *screen, InputManager *inm);
85 virtual void handle_left(image *screen, InputManager *inm);
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dcurve_assign_shapekey.py386 spline.bezier_points[j].handle_left = newPoint[1]
448 segs = [Segment(p[i-1].co, p[i-1].handle_right, p[i].handle_left, p[i].co) \
451 segs.append(Segment(p[-1].co, p[-1].handle_right, p[0].handle_left, p[0].co))
721 pt.handle_left = key.data[i].handle_left
735 key.data[i].handle_left = pt[1]
880 p.handle_left.copy(), p.handle_right_type, \
892 pt.handle_left = p[2]
/dports/multimedia/webvfx-qt5/webvfx-e918ce4/tools/blender/addons/io_anim_webvfx/
H A Dimport_webvfx.py39 keyframe.handle_left = points[2]
H A Dexport_webvfx.py57 list(nextk.handle_left),

123