Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Russian guidelines.
1928 of 172 results
19.
If an ATL statement requires evaluation of an expression, such evaluation occurs when the transform is first added to the scene list. (Such as when using a show statement or ui function.)
Если оператор ATL требует вычисления выражения, это вычисление выполняется когда трансформация впервые добавляется к списку сцен. (Например, при использовании оператора show или функции ui.)
Translated and reviewed by theadmin
Located in ../../source/atl.rst:115
20.
ATL Statements
Операторы ATL
Translated and reviewed by theadmin
Located in ../../source/atl.rst:120
21.
The following are the ATL statements.
Ниже перечислены операторы ATL.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:122
22.
Interpolation Statement
Оператор интерполяции
Translated and reviewed by theadmin
Located in ../../source/atl.rst:125
23.
The interpolation statement is the main way that ATL controls transformations.
Оператор интерполяции - главный способ управления трансформациями в ATL.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:127
24.
The first part of the interpolation statement is used to select a function that time-warps the interpolation. (That is, a function from linear time to non-linear time.) This can either be done by giving the name of a warper registered with ATL, or by giving the keyword "warp" followed by an expression giving a function. Either case is followed by a number, giving the number of seconds the interpolation should take.
Первая часть оператора интерполяции используется для выбора функции, ограничивающей интерполяцию по времени (т.е. функции от линейного времени к нелинейному). Это может быть сделано передачей ограничителя ATL, или ключевого слова "warp" и выражения-функции. В любом случае, после этого указывается число, дающее количество секунд, которое длится интерполяция.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:137
25.
If no warp function is given, the interpolation is run for 0 seconds, using the pause function.
Если не дано никакой функции-ограничителя, интерполяция будет длиться 0 секунд, с использованием функции pause.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:144
26.
The warper and duration are used to compute a completion fraction. This is done by dividing the time taken by the interpolation by the duration of the interpolation. This is clamped to the duration, and then passed to the warper. The result returned by the warper is the completion fraction.
Ограничитель и продолжительность используются для вычисления доли завершенности. Это делается делением времени, занимаемого интерполяцией, на его продолжительность. Это передается ограничителю. Результат, возвращаемый ограничителем - доля завершенности.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:147
27.
The interpolation statement can then contain a number of other clauses. When a property and value are present, then the value is the value the property will obtain at the end of the statement. The value can be obtained in several ways:
Оператор интерполяции может содержать несколько других выражений. Когда присутствуют свойство и значение, тогда значение будет передано свойству в конце оператора. Значение можно получить несколькими способами:
Translated and reviewed by theadmin
Located in ../../source/atl.rst:152
28.
If the value is followed by one or two knots, then spline motion is used. The starting point is the value of the property at the start of the interpolation, the end point is the property value, and the knots are used to control the spline.
Если за значением следуют один или два узла, используется движение-сплайн. Начальная точка - значение свойства в начале интерполяции, конечная - значение свойства, а узлы контролируют сплайн.
Translated and reviewed by theadmin
Located in ../../source/atl.rst:156
1928 of 172 results

This translation is managed by Russian Launchpad Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: theadmin.