太字は引数です。未チェックのため間違っている可能性もありますので、あらかじめご了承ください。ミス等を発見しましたらopenspc@alpha.ocn.ne.jpまでメールをいただければ幸いです。



■グローバルオブジェクト
this_comp
time
value
comp(name)
footage(name)


■ベクトル演算メソッド
add(v1,v2)
sub(v1,v2)
mul(v1,amount)
div(v1,amount)
length(v)
length(p1,p2)
normalize(v)
cross(v1,v2)
dot(v1,v2)
look_at(from_pt,at_pt)


■乱数メソッド
random()
random(max)
random(min,max)
random(max_array)
random(min_array,max_array)
gauss_random(max)
gauss_random(min,max)
gauss_random(max_array)
gauss_random(min_array,max_array)
seed_random(n)
noise(val)


■補間法メソッド
liner(t,val1,val2)
liner(t,tmin,tmax,val1,val2)
ease(t,val1,val2)
ease(t,tmin,tmax,val1,val2)
ease_in(t,tmin,tmax,val1,val2)
ease_out(t,val1,val2)
ease_out(t,tmin,tmax,val1,val2)


■カラー変換メソッド
rgb_to_hsl(rgba)
hsl_to_rgb(hsla)


■コンポジション属性/メソッド
width
height
duration
frame_duration
bg_color
shutter_angle
shutter_phase
num_layers
pixel_aspect
layer(index)
layer("name")
layer(other_layer,rel_index)


■フッテージ属性/メソッド
width
height
duration
frame_duration
pixel_aspect


■レイヤー属性/メソッド
width
height
start_time
in_point
out_point
has_video
has_audio
active
audio_active
index
parent
anchor_point
scale
position
rotation
rotationX
rotationY
rotationZ
orientation
opacity
audio_levels
time_remap
source
mask(index)
mask(name)
effect(index)
effect(name)


■3Dレイヤーマテリアルプロパティ
casts_shadows
accepts_shadows
accepts_lights
ambient
diffuse
specular
shininess


■レイヤー空間トランスフォームメソッド
to_comp(point,t=time)
from_comp(point,t=time)
to_world(point,t=time)
from_world(point,t=time)
to_comp_vec(point,t=time)
from_comp_vec(point,t=time)
to_world_vec(point,t=time)
from_world_vec(point,t=time)
from_comp_to_surface(point,t=time)


■カメラ属性/メソッド
point_of_interest
zoom
depth_of_field
focus_distance
aperture
blur_level
active


■ライト属性/メソッド
point_of_interest
intensity
color
cone_angle
cone_feather
shadow_darkness
shadow_diffusion


■エフェクト属性/メソッド
active
param(name)
param(index)


■マスクの属性/メソッド
opacity
feather
expansion
invert


■プロパティ属性/メソッド
value
value_at_time(t)
velocity
velocity_at_time(t)
speed
speed_at_time(t)
smooth(width=.2,samples=5,t=time)
temporal_wiggle(freq,amp,octaves=1,amp_mult=.5,t=time)
wiggle(freq,amp,octaves=1,amp_mult=.5,t=time)




<< 戻る


2001 Copyright 古籏一浩/openspc@alpha.ocn.ne.jp