Changed: #1193 Object Viewer is converted into a plug-in to the Object Viewer Qt
@ -1,62 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>images/nel.png</file>
|
||||
<file>images/open-file.png</file>
|
||||
<file>images/go-down.png</file>
|
||||
<file>images/go-up.png</file>
|
||||
<file>images/list-add.png</file>
|
||||
<file>images/list-remove.png</file>
|
||||
<file>images/play.png</file>
|
||||
<file>images/pause.png</file>
|
||||
<file>images/stop.png</file>
|
||||
<file>images/seek-backward.png</file>
|
||||
<file>images/seek-forward.png</file>
|
||||
<file>images/skip-backward.png</file>
|
||||
<file>images/skip-forward.png</file>
|
||||
<file>images/preferences.png</file>
|
||||
<file>images/time.png</file>
|
||||
<file>images/anim.png</file>
|
||||
<file>images/animset.png</file>
|
||||
<file>images/dqynight.png</file>
|
||||
<file>images/mixer.png</file>
|
||||
<file>images/pqrticles.png</file>
|
||||
<file>images/sound.png</file>
|
||||
<file>images/veget.png</file>
|
||||
<file>images/water.png</file>
|
||||
<file>images/wind.png</file>
|
||||
<file>images/ico_bgcolor.png</file>
|
||||
<file>images/ico_framedelay.png</file>
|
||||
<file>images/ico_skelscale.png</file>
|
||||
<file>images/ico_mrm_mesh.png</file>
|
||||
<file>images/ico_light_group.png</file>
|
||||
<file>images/clear.png</file>
|
||||
<file>images/insert.png</file>
|
||||
<file>images/new.png</file>
|
||||
<file>images/refresh.png</file>
|
||||
<file>images/save-as.png</file>
|
||||
<file>images/save.png</file>
|
||||
<file>images/insert-horizontal.png</file>
|
||||
<file>images/polymode.png</file>
|
||||
<file>images/rmfill.png</file>
|
||||
<file>images/rmline.png</file>
|
||||
<file>images/rmpoints.png</file>
|
||||
<file>images/cam_del.png</file>
|
||||
<file>images/cam_add.png</file>
|
||||
<file>images/Emitter.bmp</file>
|
||||
<file>images/Force.bmp</file>
|
||||
<file>images/nel_ide_load.png</file>
|
||||
<file>images/bad_particle_system_item.png</file>
|
||||
<file>images/particle_system_item.png</file>
|
||||
<file>images/instance_item.png</file>
|
||||
<file>images/light_item.png</file>
|
||||
<file>images/located_item.png</file>
|
||||
<file>images/particle_item.png</file>
|
||||
<file>images/sound_item.png</file>
|
||||
<file>images/workspace_item.png</file>
|
||||
<file>images/collision_zone_item.png</file>
|
||||
<file>translations/object_viewer_qt_en.qm</file>
|
||||
<file>translations/object_viewer_qt_fr.qm</file>
|
||||
<file>translations/object_viewer_qt_de.qm</file>
|
||||
<file>translations/object_viewer_qt_ru.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -0,0 +1,154 @@
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${LIBXML2_INCLUDE_DIR}
|
||||
${QT_INCLUDES})
|
||||
|
||||
FILE(GLOB SRC *.cpp *.h)
|
||||
|
||||
SET(OVQT_EXT_SYS_SRC ${CMAKE_CURRENT_SOURCE_DIR}/../../extension_system/iplugin.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../extension_system/iplugin_manager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../extension_system/iplugin_spec.h)
|
||||
|
||||
SET(OBJECT_VIEWER_PLUGIN_HDR object_viewer_plugin.h
|
||||
main_window.h
|
||||
graphics_viewport.h
|
||||
animation_dialog.h
|
||||
animation_set_dialog.h
|
||||
settings_dialog.h
|
||||
setup_fog_dialog.h
|
||||
slot_manager_dialog.h
|
||||
particle_control_dialog.h
|
||||
particle_workspace_dialog.h
|
||||
particle_tree_model.h
|
||||
particle_system_page.h
|
||||
particle_workspace_page.h
|
||||
edit_range_widget.h
|
||||
emitter_page.h
|
||||
attrib_widget.h
|
||||
located_bindable_page.h
|
||||
located_page.h
|
||||
particle_force_page.h
|
||||
particle_light_page.h
|
||||
particle_zone_page.h
|
||||
particle_sound_page.h
|
||||
basic_edit_widget.h
|
||||
direction_widget.h
|
||||
color_edit_widget.h
|
||||
particle_property_dialog.h
|
||||
ps_mover_page.h
|
||||
value_blender_dialog.h
|
||||
value_gradient_dialog.h
|
||||
value_from_emitter_dialog.h
|
||||
curve_dialog.h
|
||||
bin_op_dialog.h
|
||||
hoverpoints.h
|
||||
mesh_widget.h
|
||||
morph_mesh_dialog.h
|
||||
constraint_mesh_widget.h
|
||||
tail_particle_widget.h
|
||||
auto_lod_dialog.h
|
||||
particle_texture_widget.h
|
||||
particle_texture_anim_widget.h
|
||||
multi_tex_dialog.h
|
||||
spinner_dialog.h
|
||||
follow_path_dialog.h
|
||||
water_pool_dialog.h
|
||||
skeleton_scale_dialog.h
|
||||
skeleton_tree_model.h
|
||||
particle_link_skeleton_dialog.h
|
||||
vegetable_dialog.h
|
||||
global_wind_dialog.h
|
||||
day_night_dialog.h
|
||||
sun_color_dialog.h
|
||||
vegetable_noise_value_widget.h
|
||||
vegetable_density_page.h
|
||||
vegetable_landscape_page.h
|
||||
vegetable_scale_page.h
|
||||
vegetable_appearance_page.h
|
||||
vegetable_rotate_page.h
|
||||
tune_mrm_dialog.h
|
||||
tune_timer_dialog.h
|
||||
camera_control.h)
|
||||
|
||||
SET(OBJECT_VIEWER_PLUGIN_UIS animation_form.ui
|
||||
animation_set_form.ui
|
||||
settings_form.ui
|
||||
setup_fog_form.ui
|
||||
slot_form.ui
|
||||
particle_control_form.ui
|
||||
particle_workspace_form.ui
|
||||
edit_range_float_form.ui
|
||||
edit_range_uint_form.ui
|
||||
particle_system_form.ui
|
||||
workspace_form.ui
|
||||
attrib_form.ui
|
||||
emitter_form.ui
|
||||
located_bindable_form.ui
|
||||
located_form.ui
|
||||
particle_force_form.ui
|
||||
particle_light_form.ui
|
||||
particle_zone_form.ui
|
||||
particle_sound_form.ui
|
||||
basic_edit_form.ui
|
||||
direction_form.ui
|
||||
color_edit_form.ui
|
||||
ps_mover_form.ui
|
||||
curve_form.ui
|
||||
mesh_form.ui
|
||||
morph_mesh_form.ui
|
||||
constraint_mesh_form.ui
|
||||
tail_form.ui
|
||||
auto_lod_form.ui
|
||||
particle_texture_form.ui
|
||||
particle_texture_anim_form.ui
|
||||
multi_tex_form.ui
|
||||
skeleton_scale_form.ui
|
||||
particle_link_skeleton_form.ui
|
||||
water_pool_form.ui
|
||||
vegetable_dialog_form.ui
|
||||
vegetable_noise_value_form.ui
|
||||
global_wind_form.ui
|
||||
sun_color_form.ui
|
||||
day_night_form.ui
|
||||
vegetable_density_form.ui
|
||||
vegetable_apperance_form.ui
|
||||
vegetable_landscape_form.ui
|
||||
vegetable_rotate_form.ui
|
||||
vegetable_scale_form.ui
|
||||
tune_mrm_form.ui
|
||||
tune_timer_form.ui)
|
||||
|
||||
SET(OBJECT_VIEWER_PLUGIN_RCS object_viewer.qrc)
|
||||
|
||||
SET(QT_USE_QTGUI TRUE)
|
||||
SET(QT_USE_QTOPENGL TRUE)
|
||||
|
||||
QT4_ADD_RESOURCES(OBJECT_VIEWER_PLUGIN_RC_SRCS ${OBJECT_VIEWER_PLUGIN_RCS})
|
||||
QT4_WRAP_CPP(OBJECT_VIEWER_PLUGIN_MOC_SRC ${OBJECT_VIEWER_PLUGIN_HDR})
|
||||
QT4_WRAP_UI(OBJECT_VIEWER_PLUGIN_UI_HDRS ${OBJECT_VIEWER_PLUGIN_UIS})
|
||||
|
||||
SOURCE_GROUP(QtResources FILES ${OBJECT_VIEWER_PLUGIN_UIS})
|
||||
SOURCE_GROUP(QtGeneratedUiHdr FILES ${OBJECT_VIEWER_PLUGIN_UI_HDRS})
|
||||
SOURCE_GROUP(QtGeneratedMocSrc FILES ${OBJECT_VIEWER_PLUGIN_MOC_SRC})
|
||||
SOURCE_GROUP("Object Viewer Plugin" FILES ${SRC})
|
||||
SOURCE_GROUP("OVQT Extension System" FILES ${OVQT_EXT_SYS_SRC})
|
||||
|
||||
ADD_LIBRARY(ovqt_plugin_object_viewer MODULE ${SRC} ${OBJECT_VIEWER_PLUGIN_MOC_SRC} ${OVQT_EXT_SYS_SRC} ${OBJECT_VIEWER_PLUGIN_UI_HDRS} ${OBJECT_VIEWER_PLUGIN_RC_SRCS})
|
||||
|
||||
TARGET_LINK_LIBRARIES(ovqt_plugin_object_viewer
|
||||
ovqt_plugin_core
|
||||
nelmisc
|
||||
nel3d
|
||||
nelsound
|
||||
nelligo
|
||||
nelgeorges
|
||||
${QT_LIBRARIES}
|
||||
${QT_QTOPENGL_LIBRARY})
|
||||
|
||||
NL_DEFAULT_PROPS(ovqt_plugin_object_viewer "NeL, Tools, 3D: Object Viewer Qt Plugin: Object Viewer")
|
||||
NL_ADD_RUNTIME_FLAGS(ovqt_plugin_object_viewer)
|
||||
NL_ADD_LIB_SUFFIX(ovqt_plugin_object_viewer)
|
||||
|
||||
ADD_DEFINITIONS(-DQT_NO_KEYWORDS ${LIBXML2_DEFINITIONS} -DQT_PLUGIN -DQT_SHARED ${QT_DEFINITIONS})
|
||||
|
||||
INSTALL(TARGETS ovqt_plugin_object_viewer LIBRARY DESTINATION lib RUNTIME DESTINATION bin ARCHIVE DESTINATION lib COMPONENT tools3d)
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |