2010-06-04 11:34:57 +00:00
|
|
|
# ***** BEGIN GPL LICENSE BLOCK *****
|
|
|
|
|
#
|
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with this program; if not, write to the Free Software Foundation,
|
|
|
|
|
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
# ***** END GPL LICENSE BLOCK *****
|
|
|
|
|
|
|
|
|
|
set(INC
|
2010-09-18 03:55:56 +00:00
|
|
|
../include
|
2011-06-15 08:28:56 +00:00
|
|
|
../../blenfont
|
2010-06-04 20:56:56 +00:00
|
|
|
../../blenkernel
|
|
|
|
|
../../blenlib
|
2015-08-16 17:32:01 +10:00
|
|
|
../../blentranslation
|
2010-07-19 04:44:37 +00:00
|
|
|
../../bmesh
|
2020-12-11 15:00:22 +11:00
|
|
|
../../depsgraph
|
2014-07-23 15:24:07 +02:00
|
|
|
../../gpu
|
2012-11-27 20:07:12 +00:00
|
|
|
../../ikplugin
|
2010-06-04 20:56:56 +00:00
|
|
|
../../makesdna
|
|
|
|
|
../../makesrna
|
2020-11-06 10:10:18 -05:00
|
|
|
../../render
|
2020-10-05 02:58:56 +02:00
|
|
|
../../sequencer
|
2019-04-24 14:39:31 +10:00
|
|
|
../../windowmanager
|
2014-10-07 15:46:19 -05:00
|
|
|
../../../../intern/glew-mx
|
2019-04-24 14:39:31 +10:00
|
|
|
../../../../intern/guardedalloc
|
2011-05-31 01:15:44 +00:00
|
|
|
)
|
|
|
|
|
|
2010-06-04 11:34:57 +00:00
|
|
|
|
2010-10-23 04:05:55 +00:00
|
|
|
set(SRC
|
|
|
|
|
transform.c
|
|
|
|
|
transform_constraints.c
|
2019-09-05 14:34:54 -03:00
|
|
|
transform_convert.c
|
|
|
|
|
transform_convert_action.c
|
|
|
|
|
transform_convert_armature.c
|
|
|
|
|
transform_convert_cursor.c
|
|
|
|
|
transform_convert_curve.c
|
|
|
|
|
transform_convert_gpencil.c
|
2019-09-09 20:50:11 +10:00
|
|
|
transform_convert_graph.c
|
2019-09-05 14:34:54 -03:00
|
|
|
transform_convert_lattice.c
|
|
|
|
|
transform_convert_mask.c
|
|
|
|
|
transform_convert_mball.c
|
|
|
|
|
transform_convert_mesh.c
|
2020-06-06 10:57:05 -03:00
|
|
|
transform_convert_mesh_edge.c
|
2021-01-04 17:36:51 -03:00
|
|
|
transform_convert_mesh_skin.c
|
2020-06-06 10:57:05 -03:00
|
|
|
transform_convert_mesh_uv.c
|
2019-09-05 14:34:54 -03:00
|
|
|
transform_convert_nla.c
|
|
|
|
|
transform_convert_node.c
|
|
|
|
|
transform_convert_object.c
|
2019-09-09 20:50:11 +10:00
|
|
|
transform_convert_paintcurve.c
|
2019-09-05 14:34:54 -03:00
|
|
|
transform_convert_particle.c
|
2019-09-10 19:55:15 +02:00
|
|
|
transform_convert_sculpt.c
|
2019-09-05 14:34:54 -03:00
|
|
|
transform_convert_sequencer.c
|
|
|
|
|
transform_convert_tracking.c
|
2019-12-20 18:16:44 +11:00
|
|
|
transform_draw_cursors.c
|
2010-10-23 04:05:55 +00:00
|
|
|
transform_generics.c
|
2018-07-14 23:16:34 +02:00
|
|
|
transform_gizmo_2d.c
|
|
|
|
|
transform_gizmo_3d.c
|
2018-11-21 09:20:19 +11:00
|
|
|
transform_gizmo_extrude_3d.c
|
|
|
|
|
transform_input.c
|
2020-02-14 08:42:17 -03:00
|
|
|
transform_mode.c
|
|
|
|
|
transform_mode_align.c
|
|
|
|
|
transform_mode_baketime.c
|
2020-02-14 11:57:56 -03:00
|
|
|
transform_mode_bbone_resize.c
|
2020-02-14 08:42:17 -03:00
|
|
|
transform_mode_bend.c
|
|
|
|
|
transform_mode_boneenvelope.c
|
|
|
|
|
transform_mode_boneroll.c
|
|
|
|
|
transform_mode_curveshrinkfatten.c
|
|
|
|
|
transform_mode_edge_bevelweight.c
|
|
|
|
|
transform_mode_edge_crease.c
|
|
|
|
|
transform_mode_edge_rotate_normal.c
|
|
|
|
|
transform_mode_edge_seq_slide.c
|
|
|
|
|
transform_mode_edge_slide.c
|
|
|
|
|
transform_mode_gpopacity.c
|
|
|
|
|
transform_mode_gpshrinkfatten.c
|
|
|
|
|
transform_mode_maskshrinkfatten.c
|
|
|
|
|
transform_mode_mirror.c
|
|
|
|
|
transform_mode_push_pull.c
|
|
|
|
|
transform_mode_resize.c
|
|
|
|
|
transform_mode_rotate.c
|
|
|
|
|
transform_mode_shear.c
|
|
|
|
|
transform_mode_shrink_fatten.c
|
|
|
|
|
transform_mode_skin_resize.c
|
|
|
|
|
transform_mode_tilt.c
|
|
|
|
|
transform_mode_timescale.c
|
|
|
|
|
transform_mode_timeslide.c
|
|
|
|
|
transform_mode_timetranslate.c
|
|
|
|
|
transform_mode_tosphere.c
|
|
|
|
|
transform_mode_trackball.c
|
|
|
|
|
transform_mode_translate.c
|
|
|
|
|
transform_mode_vert_slide.c
|
2020-03-14 15:22:04 +11:00
|
|
|
transform_ops.c
|
|
|
|
|
transform_orientations.c
|
2010-10-23 04:05:55 +00:00
|
|
|
transform_snap.c
|
2016-04-21 11:29:32 +10:00
|
|
|
transform_snap_object.c
|
2010-11-29 04:35:56 +00:00
|
|
|
|
|
|
|
|
transform.h
|
2020-02-28 21:25:47 -03:00
|
|
|
transform_constraints.h
|
2019-09-05 14:34:54 -03:00
|
|
|
transform_convert.h
|
2020-06-07 18:36:01 -03:00
|
|
|
transform_data.h
|
2019-12-20 18:16:44 +11:00
|
|
|
transform_draw_cursors.h
|
2020-02-14 08:42:17 -03:00
|
|
|
transform_mode.h
|
2020-10-08 11:42:14 -03:00
|
|
|
transform_orientations.h
|
2019-10-29 00:45:05 +11:00
|
|
|
transform_snap.h
|
2010-06-04 11:34:57 +00:00
|
|
|
)
|
|
|
|
|
|
2019-04-14 15:18:44 +02:00
|
|
|
set(LIB
|
2019-04-16 06:18:52 +02:00
|
|
|
bf_blenfont
|
|
|
|
|
bf_blenkernel
|
|
|
|
|
bf_blenlib
|
|
|
|
|
bf_bmesh
|
|
|
|
|
bf_editor_mask
|
|
|
|
|
bf_gpu
|
2019-04-14 15:18:44 +02:00
|
|
|
)
|
|
|
|
|
|
2012-03-17 12:07:58 +00:00
|
|
|
if(WITH_INTERNATIONAL)
|
|
|
|
|
add_definitions(-DWITH_INTERNATIONAL)
|
|
|
|
|
endif()
|
|
|
|
|
|
2014-10-07 15:46:19 -05:00
|
|
|
|
2019-04-14 15:18:44 +02:00
|
|
|
blender_add_lib(bf_editor_transform "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|