Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alembic/abcview
/ functions
Functions
763 in github.com/alembic/abcview
⨍
Functions
763
◇
Types & classes
76
Method
handle_new_camera
handles adding a new camera to the session :param camera: GLCamera
python/AbcView/lib/abcview/app.py:1186
Method
handle_object_selected
GLWidget object selected handler. :param name: name of object
python/AbcView/lib/abcview/app.py:1236
Method
handle_object_selection
(self)
python/AbcView/lib/abcview/app.py:1263
Method
handle_open
File->Open menud handler
python/AbcView/lib/abcview/app.py:1334
Method
handle_property_clicked
Property tree item clicked handler. :param item: PropertyTreeWidgetItem
python/AbcView/lib/abcview/app.py:1316
Method
handle_reload
File->Reload menu handler, reloads session
python/AbcView/lib/abcview/app.py:1358
Method
handle_remove_item
remove item action handler, calls remove_item().
python/AbcView/lib/abcview/widget/tree_widget.py:740
Method
handle_run_script
(self)
python/AbcView/lib/abcview/app.py:368
Method
handle_scene_opened
Scene open signal handler.
python/AbcView/lib/abcview/app.py:1107
Method
handle_scene_selected
GLWidget scene selected handler. :param scene: GLScene
python/AbcView/lib/abcview/app.py:1221
Method
handle_set_camera
handles setting the camera name on the session :param camera: GLCamera
python/AbcView/lib/abcview/app.py:1197
Method
handle_set_camera
Sets camera from name derived from the text of a QAction. :param action: QAction
python/AbcView/lib/abcview/widget/viewer_widget.py:945
Method
handle_set_color
Set item color menu handler :param item: SceneTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:753
Method
handle_set_mode
Set item shading mode menu handler :param mode: abcview.io.Mode enum value
python/AbcView/lib/abcview/widget/tree_widget.py:768
Method
handle_show_console
(self, toggled)
python/AbcView/lib/abcview/app.py:372
Method
handle_show_objects
(self)
python/AbcView/lib/abcview/app.py:375
Method
handle_show_props
(self)
python/AbcView/lib/abcview/app.py:378
Method
handle_show_timeline
(self)
python/AbcView/lib/abcview/app.py:381
Method
handle_show_viewer
(self)
python/AbcView/lib/abcview/app.py:384
Method
handle_state_change
State change signal handler.
python/AbcView/lib/abcview/widget/viewer_widget.py:939
Method
handle_state_play_fwd
viewer state play foward signal handler
python/AbcView/lib/abcview/app.py:1146
Method
handle_state_play_stop
viewer state play stop signal handler
python/AbcView/lib/abcview/app.py:1152
Method
handle_time_slider_change
handles frame changes coming from time slider :param frame: frame number
python/AbcView/lib/abcview/app.py:1118
Method
handle_update_frame
handles frame changes coming from viewer
python/AbcView/lib/abcview/app.py:1158
Method
handle_value_change
Handles text change for item delegate line edits.
python/AbcView/lib/abcview/widget/tree_widget.py:586
Method
handle_view_camera
object tree 'view through selected' menu handler :param item: CameraTreeWidgetItem
python/AbcView/lib/abcview/app.py:1207
Method
handle_viewer_error
(self, msg)
python/AbcView/lib/abcview/app.py:1115
Method
has_key
(self, key)
python/AbcView/lib/abcview/io.py:153
Method
initializeGL
(self)
python/AbcView/lib/abcview/widget/viewer_widget.py:1111
Method
initializeGL
bin/AbcView/GLWidget.cpp:75
Function
isConstant
This returns constancy.
lib/AbcOpenGL/MeshDrwHelper.h:83
Method
isConstant
lib/AbcOpenGL/SceneWrapper.cpp:103
Method
is_archive
(self)
python/AbcView/lib/abcview/io.py:204
Method
is_removable
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:406
Method
is_removable
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:454
Method
keyPressEvent
Handles key press events for the main application. If nothing matches, it defers to the viewer.
python/AbcView/lib/abcview/app.py:1458
Method
keyPressEvent
key press event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1203
Method
keyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/tree_widget.py:228
Method
keyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/console_widget.py:251
Method
keyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:297
Method
keyPressEvent
bin/AbcView/GLWidget.cpp:148
Method
leaveEvent
(self, event)
python/AbcView/lib/abcview/app.py:405
Method
leaveEvent
(self, event)
python/AbcView/lib/abcview/widget/console_widget.py:69
Method
leaveEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:220
Method
load
Defers actually loading the scene until necessary.
python/AbcView/lib/abcview/gl.py:173
Method
look_at
(self, eye, at)
python/AbcView/lib/abcview/gl.py:332
Method
look_at
(self, eye, at)
python/AbcView/lib/abcview/gl.py:433
Function
main
-
bin/AbcView/main.cpp:8
Function
make_clean
make abcview session clean decorator
python/AbcView/lib/abcview/app.py:77
Function
make_dirty
make abcview session dirty decorator
python/AbcView/lib/abcview/app.py:68
Method
mapToSphere
bin/AbcView/GLWidget.cpp:127
Method
max_bounds
lib/AbcOpenGL/SceneWrapper.cpp:205
Method
max_time
(self)
python/AbcView/lib/abcview/gl.py:234
Method
merge
Merges a given session into this session. :param session: Session object to merge in
python/AbcView/lib/abcview/io.py:886
Method
min_bounds
lib/AbcOpenGL/SceneWrapper.cpp:195
Method
min_time
(self)
python/AbcView/lib/abcview/gl.py:228
Method
mouseDoubleClickEvent
mouse double-click event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1308
Method
mouseMoveEvent
mouse move event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1545
Method
mouseMoveEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:101
Method
mouseMoveEvent
bin/AbcView/GLWidget.cpp:172
Method
mousePressEvent
mouse press event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1329
Method
mousePressEvent
(self, event)
python/AbcView/lib/abcview/widget/tree_widget.py:462
Method
mousePressEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:96
Method
mousePressEvent
bin/AbcView/GLWidget.cpp:163
Method
mouseReleaseEvent
mouse release event handler
python/AbcView/lib/abcview/widget/viewer_widget.py:1582
Method
mouseReleaseEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:111
Method
numChildren
bin/AbcView/ObjectTreeWidget.h:19
Method
numChildren
bin/AbcView/ObjectTreeWidget.h:36
Method
operator()
bin/AbcView/ObjectTreeWidget.cpp:8
Method
paintEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:117
Method
paintGL
bin/AbcView/GLWidget.cpp:96
Method
path
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:143
Method
playForward
lib/AbcOpenGL/SceneWrapper.cpp:68
Method
play_forward
(self, fps=24)
python/AbcView/lib/abcview/gl.py:758
Method
processHits
-
lib/AbcOpenGL/Scene.cpp:168
Method
properties
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:323
Method
properties
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:403
Method
remove_camera
:param: GLCamera
python/AbcView/lib/abcview/io.py:815
Method
remove_camera
:param camera: GLCamera object to remove
python/AbcView/lib/abcview/widget/viewer_widget.py:598
Method
remove_scene
Removes a given GLScene object from the master scene. :param scene: GLScene to remove.
python/AbcView/lib/abcview/widget/viewer_widget.py:578
Function
require_loaded
Load decorator
python/AbcView/lib/abcview/gl.py:103
Method
resizeEvent
(self, event)
python/AbcView/lib/abcview/app.py:1453
Method
resizeEvent
bin/AbcView/GLWidget.cpp:114
Method
resizeGL
bin/AbcView/GLWidget.cpp:121
Function
restart
lib/AbcOpenGL/Scene.h:62
Method
root
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:146
Method
rotate
(self, dx, dy)
python/AbcView/lib/abcview/gl.py:328
Method
run
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:87
Method
samples
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:327
Method
save_settings
Saves layout settings to a PyQt settings file.
python/AbcView/lib/abcview/app.py:731
Method
scene
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:152
Method
sceneAdded
bin/AbcView/ObjectTreeWidget.cpp:51
Method
selection
(self, x, y, camera)
python/AbcView/lib/abcview/gl.py:744
Method
selection
lib/AbcOpenGL/SceneWrapper.cpp:56
Method
selection
-
lib/AbcOpenGL/Scene.cpp:197
Method
serialize
(self)
python/AbcView/lib/abcview/io.py:280
Method
serialize
(self)
python/AbcView/lib/abcview/io.py:354
Method
serialize
(self)
python/AbcView/lib/abcview/io.py:531
Method
serialize
(self)
python/AbcView/lib/abcview/io.py:678
Function
setCenterOfInterest
lib/AbcOpenGL/GLCamera.h:69
← previous
next →
601–700 of 763, ranked by callers