auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -23071,9 +23071,10 @@ export function App({
|
|||||||
<div className="material-summary">
|
<div className="material-summary">
|
||||||
Edit authored point positions directly. Keep at least{" "}
|
Edit authored point positions directly. Keep at least{" "}
|
||||||
{MIN_SCENE_PATH_POINT_COUNT} points. <code>Shift+W</code>{" "}
|
{MIN_SCENE_PATH_POINT_COUNT} points. <code>Shift+W</code>{" "}
|
||||||
appends a new point to the end of the selected path. When
|
adds a point after the selected control point, or appends
|
||||||
a point is selected, <code>Shift+D</code> appends one and
|
to the end when the whole path is selected. When a point is
|
||||||
starts grab mode.
|
selected, <code>Shift+D</code> adds one and starts grab
|
||||||
|
mode.
|
||||||
</div>
|
</div>
|
||||||
{selectedPathPointIndex === null ? null : (
|
{selectedPathPointIndex === null ? null : (
|
||||||
<div className="material-summary">
|
<div className="material-summary">
|
||||||
|
|||||||
Reference in New Issue
Block a user