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
↓ 1 callers
Method
handle_import
File->Import menud handler
python/AbcView/lib/abcview/app.py:1347
↓ 1 callers
Method
handle_item_clicked
Item click handler.
python/AbcView/lib/abcview/widget/tree_widget.py:552
↓ 1 callers
Method
handle_item_removed
(self, item=None)
python/AbcView/lib/abcview/app.py:1099
↓ 1 callers
Method
handle_object_clicked
Object tree item clicked handler. :param item: ObjectTreeWidgetItem
python/AbcView/lib/abcview/app.py:1305
↓ 1 callers
Method
handle_play
Playback handler, starts playing the viewer.
python/AbcView/lib/abcview/app.py:1086
↓ 1 callers
Method
handle_play
(self)
python/AbcView/lib/abcview/widget/time_slider.py:289
↓ 1 callers
Method
handle_refresh_scripts
(self)
python/AbcView/lib/abcview/app.py:277
↓ 1 callers
Method
handle_save
(self)
python/AbcView/lib/abcview/app.py:1439
↓ 1 callers
Method
handle_save_as
(self)
python/AbcView/lib/abcview/app.py:1445
↓ 1 callers
Method
handle_set_mode
Set active camera drawing mode. :param mode: abcview.io.Mode enum value
python/AbcView/lib/abcview/widget/viewer_widget.py:953
↓ 1 callers
Method
handle_stop
Viewer playback stop handler, stops the viewer playback.
python/AbcView/lib/abcview/app.py:1092
↓ 1 callers
Method
import_file
File importer :param filepath: file path to import, adds to session :param overrides: parameter overrides dict
python/AbcView/lib/abcview/app.py:1013
↓ 1 callers
Method
init
(self, viewer, **kwargs)
python/AbcView/lib/abcview/gl.py:411
↓ 1 callers
Method
init
(self, viewer)
python/AbcView/lib/abcview/gl.py:588
↓ 1 callers
Method
init_header
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:519
↓ 1 callers
Function
isConstant
Return whether it's animated. ...
lib/AbcOpenGL/Scene.h:101
↓ 1 callers
Method
isReady
(self)
python/AbcView/lib/abcview/widget/viewer_widget.py:1093
↓ 1 callers
Method
is_constant
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:318
↓ 1 callers
Method
is_dirty
Change that requires saving.
python/AbcView/lib/abcview/io.py:857
↓ 1 callers
Method
is_playing
Returns True if the playback timer is running.
python/AbcView/lib/abcview/widget/viewer_widget.py:426
↓ 1 callers
Method
is_removable
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:159
↓ 1 callers
Method
keyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/tree_widget.py:183
↓ 1 callers
Method
keyPressEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:153
↓ 1 callers
Method
leaveEvent
(self, event)
python/AbcView/lib/abcview/widget/time_slider.py:88
↓ 1 callers
Method
length
(self)
python/AbcView/lib/abcview/widget/time_slider.py:240
↓ 1 callers
Method
load
Loads a session .io file.
python/AbcView/lib/abcview/io.py:922
↓ 1 callers
Method
load
(self)
python/AbcView/lib/abcview/gl.py:688
↓ 1 callers
Method
load_settings
Loads AbcView layout settings from a PyQt settings file.
python/AbcView/lib/abcview/app.py:685
↓ 1 callers
Method
lookAt
-
lib/AbcOpenGL/GLCamera.cpp:134
↓ 1 callers
Method
make_dirty
(self)
python/AbcView/lib/abcview/io.py:863
↓ 1 callers
Method
matrix
(self, seconds=0)
python/AbcView/lib/abcview/io.py:651
↓ 1 callers
Function
message
(info)
python/AbcView/lib/abcview/widget/viewer_widget.py:164
↓ 1 callers
Function
message
(info)
python/AbcView/lib/abcview/widget/tree_widget.py:53
↓ 1 callers
Method
near
(self, seconds=0)
python/AbcView/lib/abcview/io.py:654
↓ 1 callers
Method
open_file
File loader :param filepath: file path to load, replaces session
python/AbcView/lib/abcview/app.py:1004
↓ 1 callers
Method
paintGL
OpenGL painting override
python/AbcView/lib/abcview/widget/viewer_widget.py:1122
↓ 1 callers
Function
popName
lib/AbcOpenGL/IObjectDrw.cpp:72
↓ 1 callers
Function
pushName
-
lib/AbcOpenGL/IObjectDrw.cpp:50
↓ 1 callers
Function
register_opengl
-
python/PyAbcOpenGL/PyAlembicOpenGL.cpp:43
↓ 1 callers
Method
remove_camera
Removes a GLCamera object from the state. :param camera: GLCamera object
python/AbcView/lib/abcview/widget/viewer_widget.py:304
↓ 1 callers
Method
remove_item
Removes an item from the session :param item: Scene or Session object
python/AbcView/lib/abcview/io.py:779
↓ 1 callers
Method
remove_item
removes an item from the tree and session. :param: objecttreewidgetitem or subclass.
python/AbcView/lib/abcview/widget/tree_widget.py:725
↓ 1 callers
Method
remove_view
Removes a view (glcamera) from this camera.
python/AbcView/lib/abcview/gl.py:356
↓ 1 callers
Method
resizeGL
(self, width, height)
python/AbcView/lib/abcview/widget/viewer_widget.py:1196
↓ 1 callers
Method
review_settings
Loads "review" display settings. Does not affect saved settings.
python/AbcView/lib/abcview/app.py:674
↓ 1 callers
Method
rotate
(self, dx, dy)
python/AbcView/lib/abcview/gl.py:428
↓ 1 callers
Method
rotate
-
lib/AbcOpenGL/GLCamera.cpp:269
↓ 1 callers
Method
runScript
(self, script_path)
python/AbcView/lib/abcview/widget/console_widget.py:202
↓ 1 callers
Method
scene
(self)
python/AbcView/lib/abcview/gl.py:680
↓ 1 callers
Method
screen_window
(self, seconds=0)
python/AbcView/lib/abcview/io.py:674
↓ 1 callers
Method
selection
lib/AbcOpenGL/SceneWrapper.cpp:130
↓ 1 callers
Method
serialize
Serializes the session object to a JSON dict.
python/AbcView/lib/abcview/io.py:836
↓ 1 callers
Method
set
(self, key, value)
python/AbcView/lib/abcview/io.py:150
↓ 1 callers
Method
setBoundsOnly
lib/AbcOpenGL/DrawContext.h:73
↓ 1 callers
Method
setCursorPosition
(self, position)
python/AbcView/lib/abcview/widget/console_widget.py:179
↓ 1 callers
Method
setPointSize
lib/AbcOpenGL/DrawContext.h:65
↓ 1 callers
Function
setRotation
lib/AbcOpenGL/GLCamera.h:60
↓ 1 callers
Method
setScene
bin/AbcView/ObjectTreeWidget.cpp:93
↓ 1 callers
Method
setVisibleOnly
lib/AbcOpenGL/DrawContext.h:69
↓ 1 callers
Method
setWorldToCamera
lib/AbcOpenGL/DrawContext.h:61
↓ 1 callers
Method
set_bad
Set this tree widget item as being "bad" for some reason, e.g. an undrawable scene, with a visual indicator.
python/AbcView/lib/abcview/widget/tree_widget.py:162
↓ 1 callers
Method
set_current_frame
(self, frame)
python/AbcView/lib/abcview/app.py:811
↓ 1 callers
Function
set_diffuse_light
Sets up the GL calls for the light that illuminates objects.
python/AbcView/lib/abcview/widget/viewer_widget.py:91
↓ 1 callers
Function
set_diffuse_light
bin/AbcView/GLWidget.cpp:6
↓ 1 callers
Method
set_first_frame
(self, frame)
python/AbcView/lib/abcview/app.py:795
↓ 1 callers
Method
set_frames_from_scene
Updates the time slider's frame range according to the min/max frames of the given scene. :param scene: GLScene object.
python/AbcView/lib/abcview/app.py:845
↓ 1 callers
Method
set_frames_from_session
Updates the time slider's frame range according to the min/max frames of the given session. :param session: GLScene object.
python/AbcView/lib/abcview/app.py:830
↓ 1 callers
Method
set_last_frame
(self, frame)
python/AbcView/lib/abcview/app.py:803
↓ 1 callers
Method
setup_file_menu
(self)
python/AbcView/lib/abcview/app.py:213
↓ 1 callers
Method
setup_header
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:525
↓ 1 callers
Method
setup_help_menu
(self)
python/AbcView/lib/abcview/app.py:272
↓ 1 callers
Method
setup_script_menu
(self)
python/AbcView/lib/abcview/app.py:268
↓ 1 callers
Method
setup_wid_menu
(self)
python/AbcView/lib/abcview/app.py:230
↓ 1 callers
Method
showMessage
(self, message)
python/AbcView/lib/abcview/widget/console_widget.py:104
↓ 1 callers
Method
show_properties
(self, item)
python/AbcView/lib/abcview/widget/tree_widget.py:937
↓ 1 callers
Method
show_samples
(self, item)
python/AbcView/lib/abcview/widget/tree_widget.py:975
↓ 1 callers
Method
split_horz
Splits the viewer horizontally.
python/AbcView/lib/abcview/widget/viewer_widget.py:740
↓ 1 callers
Method
split_vert
Splits the viewer vertically.
python/AbcView/lib/abcview/widget/viewer_widget.py:734
↓ 1 callers
Method
tabComplete
(self)
python/AbcView/lib/abcview/widget/console_widget.py:184
↓ 1 callers
Method
top
(self)
python/AbcView/lib/abcview/gl.py:777
↓ 1 callers
Method
track
(self, dx, dy)
python/AbcView/lib/abcview/gl.py:423
↓ 1 callers
Method
track
-
lib/AbcOpenGL/GLCamera.cpp:205
↓ 1 callers
Method
type
(cls)
python/AbcView/lib/abcview/io.py:528
↓ 1 callers
Method
type
(cls)
python/AbcView/lib/abcview/io.py:594
↓ 1 callers
Method
type
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:308
↓ 1 callers
Method
uid
(self)
python/AbcView/lib/abcview/gl.py:124
↓ 1 callers
Method
uid
(self)
python/AbcView/lib/abcview/gl.py:186
↓ 1 callers
Method
uid
(self)
python/AbcView/lib/abcview/gl.py:248
↓ 1 callers
Method
uid
(self)
python/AbcView/lib/abcview/widget/viewer_widget.py:204
↓ 1 callers
Method
uid
(self)
python/AbcView/lib/abcview/widget/viewer_widget.py:537
↓ 1 callers
Method
unload
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:397
↓ 1 callers
Method
unsplit
Unsplits and deletes current viewer
python/AbcView/lib/abcview/widget/viewer_widget.py:747
↓ 1 callers
Method
updateNamespace
(self, namespace)
python/AbcView/lib/abcview/widget/console_widget.py:73
↓ 1 callers
Method
updateProgress
Updates the splash screen progress bar. :param value: new value (must be b/w min and max values)
python/AbcView/lib/abcview/app.py:441
↓ 1 callers
Method
valid
-
lib/AbcOpenGL/IPolyMeshDrw.cpp:88
↓ 1 callers
Method
valid
-
lib/AbcOpenGL/IObjectDrw.cpp:188
↓ 1 callers
Method
valid
-
lib/AbcOpenGL/ICurvesDrw.cpp:79
↓ 1 callers
Method
valid
-
lib/AbcOpenGL/INuPatchDrw.cpp:85
↓ 1 callers
Method
valid
-
lib/AbcOpenGL/IPointsDrw.cpp:92
↓ 1 callers
Method
valid
-
lib/AbcOpenGL/IXformDrw.cpp:86
← previous
next →
201–300 of 763, ranked by callers