MCPcopy Create free account

hub / github.com/alembic/abcview / functions

Functions763 in github.com/alembic/abcview

↓ 2 callersMethoddraw_bounds
Draw scene-level bounding box for a given time in secs.
python/AbcView/lib/abcview/gl.py:716
↓ 2 callersMethoddraw_text
(self, rect, qp, value)
python/AbcView/lib/abcview/widget/time_slider.py:57
↓ 2 callersMethodfind
searches for objects in the tree matching name
python/AbcView/lib/abcview/app.py:1246
↓ 2 callersMethodgetMaxTime
-
lib/AbcOpenGL/IObjectDrw.cpp:182
↓ 2 callersMethodgetMinTime
-
lib/AbcOpenGL/IObjectDrw.cpp:176
↓ 2 callersFunctionget_final_matrix
(obj, sec=0)
python/AbcView/lib/abcview/gl.py:84
↓ 2 callersMethodget_rows
(self, start, end)
python/AbcView/lib/abcview/widget/tree_widget.py:1005
↓ 2 callersMethodhandle_frame_scene
Scene level framing handler. :param item: SceneTreeWidgetItem
python/AbcView/lib/abcview/app.py:1372
↓ 2 callersMethodhandle_stop
(self)
python/AbcView/lib/abcview/widget/time_slider.py:285
↓ 2 callersMethodhas_xform_overrides
(self)
python/AbcView/lib/abcview/io.py:338
↓ 2 callersFunctionio2gl
Recursively recasts an IO-module object to a GL-module object. Used for loading session items into the GL viewer. :param item: Session,
python/AbcView/lib/abcview/app.py:105
↓ 2 callersFunctionload
()
python/AbcView/lib/abcview/widget/viewer_widget.py:157
↓ 2 callersMethodload
(item)
python/AbcView/lib/abcview/app.py:1285
↓ 2 callersMethodload
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:391
↓ 2 callersMethodload_script
Loads and executes a python AbcView script. :param script: code or path to file containing python code.
python/AbcView/lib/abcview/app.py:1071
↓ 2 callersMethodmakeInvalid
-
lib/AbcOpenGL/MeshDrwHelper.cpp:446
↓ 2 callersMethodmake_clean
(self)
python/AbcView/lib/abcview/io.py:866
↓ 2 callersFunctionmake_uuid
()
python/AbcView/lib/abcview/io.py:91
↓ 2 callersMethodmap_to_sphere
(self, v2d)
python/AbcView/lib/abcview/widget/viewer_widget.py:923
↓ 2 callersMethodname
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:263
↓ 2 callersMethodplay
Plays loaded scenes by activating timer and setting callback
python/AbcView/lib/abcview/widget/viewer_widget.py:432
↓ 2 callersMethodplayForward
lib/AbcOpenGL/SceneWrapper.cpp:150
↓ 2 callersMethodreset_settings
Resets the AbcView layout settings to default values.
python/AbcView/lib/abcview/app.py:662
↓ 2 callersMethodrow_count
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:1002
↓ 2 callersMethodrunCommand
(self)
python/AbcView/lib/abcview/widget/console_widget.py:212
↓ 2 callersMethodsamples
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:278
↓ 2 callersMethodsave_session
Saves the current AbcView session to a given filepath, or to the current filepath if filepath is None. :param filepath: sav
python/AbcView/lib/abcview/app.py:1053
↓ 2 callersMethodselected
Returns selected item's object
python/AbcView/lib/abcview/widget/tree_widget.py:643
↓ 2 callersMethodselection
Bounding box selection handler. This handles selecting at the scene level, e.g. GLScenes. Object-level selection is handled
python/AbcView/lib/abcview/widget/viewer_widget.py:983
↓ 2 callersMethodserialize
(self)
python/AbcView/lib/abcview/io.py:189
↓ 2 callersMethodsetIObject
bin/AbcView/ObjectTreeWidget.cpp:106
↓ 2 callersMethodsetState
bin/AbcView/GLWidget.cpp:60
↓ 2 callersMethodsetTime
-
lib/AbcOpenGL/Scene.cpp:150
↓ 2 callersMethodsetVisited
bin/AbcView/ObjectTreeWidget.h:18
↓ 2 callersMethodset_color
Sets the color indicator delegate in the tree widget item. :param color: QColor object
python/AbcView/lib/abcview/widget/tree_widget.py:439
↓ 2 callersMethodset_default_mode
Sets the default display mode that overrides anything in the session file(s). Disable by setting mode to None. :param mode:
python/AbcView/lib/abcview/app.py:785
↓ 2 callersMethodset_time
(self, value)
python/AbcView/lib/abcview/gl.py:750
↓ 2 callersMethodsetup_default_camera
Creates the default interactive camera for this view (and others if the state is shared between viewers).
python/AbcView/lib/abcview/widget/viewer_widget.py:543
↓ 2 callersMethodtime_range
Returns min/max time range in seconds as a tuple.
python/AbcView/lib/abcview/widget/viewer_widget.py:375
↓ 2 callersMethodupdate
-
lib/AbcOpenGL/MeshDrwHelper.cpp:55
↓ 2 callersMethodvisited
bin/AbcView/ObjectTreeWidget.h:17
↓ 1 callersFunctionDictListUpdate
(lis1, lis2)
python/AbcView/lib/abcview/io.py:84
↓ 1 callersFunctionInit
lib/AbcOpenGL/Scene.h:60
↓ 1 callersMethod__init__
(self, parent)
python/AbcView/lib/abcview/widget/time_slider.py:46
↓ 1 callersMethod_paint_fixed
Changes the GL viewport according to the camera's aspect ratio.
python/AbcView/lib/abcview/widget/viewer_widget.py:882
↓ 1 callersMethod_paint_grid
Paints the grid.
python/AbcView/lib/abcview/widget/viewer_widget.py:823
↓ 1 callersMethod_paint_hud
Paints the heads-up-display information.
python/AbcView/lib/abcview/widget/viewer_widget.py:846
↓ 1 callersMethod_paint_normals
Paints normals for polys and subds.
python/AbcView/lib/abcview/widget/viewer_widget.py:778
↓ 1 callersMethod_set_draw_bounds
(self, force=None)
python/AbcView/lib/abcview/io.py:437
↓ 1 callersMethod_set_draw_grid
(self, force=None)
python/AbcView/lib/abcview/io.py:415
↓ 1 callersMethod_set_draw_hud
(self, force=None)
python/AbcView/lib/abcview/io.py:459
↓ 1 callersMethod_set_draw_labels
(self, force=None)
python/AbcView/lib/abcview/io.py:448
↓ 1 callersMethod_set_draw_normals
(self, force=None)
python/AbcView/lib/abcview/io.py:426
↓ 1 callersMethod_set_fixed
(self, force=None)
python/AbcView/lib/abcview/io.py:489
↓ 1 callersMethod_set_valid
(self, valid=True)
python/AbcView/lib/abcview/widget/tree_widget.py:130
↓ 1 callersMethod_set_visible
(self, force=None)
python/AbcView/lib/abcview/io.py:500
↓ 1 callersMethod_start
This is the startup callback function for when the QApplication starts its event loop. This handles deferred file loading.
python/AbcView/lib/abcview/app.py:858
↓ 1 callersMethod_wait
Waits for the window to be drawn before proceeding.
python/AbcView/lib/abcview/app.py:994
↓ 1 callersFunctionaccumXform
(xf, obj, sec=0)
python/AbcView/lib/abcview/gl.py:76
↓ 1 callersMethodaddScene
bin/AbcView/GLState.cpp:11
↓ 1 callersMethodaddScene
bin/AbcView/MainWindow.cpp:74
↓ 1 callersMethodaddToHistory
(self, command)
python/AbcView/lib/abcview/widget/console_widget.py:157
↓ 1 callersMethodadd_camera
Adds a new GLCamera to the state. :param camera: GLCamera object
python/AbcView/lib/abcview/widget/viewer_widget.py:292
↓ 1 callersMethodadd_file
Adds a filepath to the session :param filepath: path to file
python/AbcView/lib/abcview/io.py:791
↓ 1 callersMethodadd_file
Generic add file method. :param filepath: path to file to add
python/AbcView/lib/abcview/widget/viewer_widget.py:271
↓ 1 callersMethodadd_scene
Adds a scene to the viewer session. :param scene: GLScene object
python/AbcView/lib/abcview/widget/viewer_widget.py:567
↓ 1 callersFunctionbasename
bin/AbcView/ObjectTreeWidget.cpp:14
↓ 1 callersMethodcamera
(self)
python/AbcView/lib/abcview/widget/tree_widget.py:240
↓ 1 callersMethodclear
(self)
python/AbcView/lib/abcview/io.py:869
↓ 1 callersMethodclear
(self)
python/AbcView/lib/abcview/gl.py:699
↓ 1 callersMethodconfirm_close
Window close confirmation. :param message: text to display
python/AbcView/lib/abcview/app.py:628
↓ 1 callersFunctioncreate_viewer_app
Creates a standalone viewer app. :: >>> from abcview.widget.viewer_widget import create_viewer_app >>> create_viewer_app("file.a
python/AbcView/lib/abcview/widget/viewer_widget.py:126
↓ 1 callersMethoddraw
lib/AbcOpenGL/SceneWrapper.cpp:140
↓ 1 callersMethoddraw
-
lib/AbcOpenGL/Scene.cpp:243
↓ 1 callersMethoddrawBounds
lib/AbcOpenGL/SceneWrapper.cpp:135
↓ 1 callersFunctiondraw_bounding_box
Draws a simple bounding bex defined by the "bounds" arg, using the OpenGL mode defined by "mode". :param bounds: imath.Box3d object that
python/AbcView/lib/abcview/gl.py:93
↓ 1 callersMethodexit
(self)
python/AbcView/lib/abcview/widget/console_widget.py:76
↓ 1 callersMethodfar
(self, seconds=0)
python/AbcView/lib/abcview/io.py:657
↓ 1 callersFunctionfind_objects
Recursive generator function that yields objects with names matching given name regex. :param obj: Alembic object :param name: Name
python/AbcView/lib/abcview/utils.py:68
↓ 1 callersMethodfovx
(self, seconds=0)
python/AbcView/lib/abcview/io.py:660
↓ 1 callersFunctionfovy
lib/AbcOpenGL/GLCamera.h:74
↓ 1 callersMethodframe
Frames the viewer's active camera on the bounds of the currently loaded and visible scenes. :param bounds: imath.Box3d bound
python/AbcView/lib/abcview/widget/viewer_widget.py:667
↓ 1 callersMethodframe
lib/AbcOpenGL/SceneWrapper.cpp:190
↓ 1 callersMethodframe
bin/AbcView/GLWidget.cpp:67
↓ 1 callersMethodgetConstruct
(self, command)
python/AbcView/lib/abcview/widget/console_widget.py:134
↓ 1 callersMethodgetCurrentTime
lib/AbcOpenGL/SceneWrapper.cpp:175
↓ 1 callersMethodgetCursorPosition
(self)
python/AbcView/lib/abcview/widget/console_widget.py:176
↓ 1 callersMethodgetIObject
bin/AbcView/ObjectTreeWidget.h:32
↓ 1 callersMethodgetNextHistoryEntry
(self)
python/AbcView/lib/abcview/widget/console_widget.py:168
↓ 1 callersMethodgetNonInheritedBounds
This function is for getting bounds which we don't want multiplied by the local and ancestor transforms
lib/AbcOpenGL/Drawable.h:82
↓ 1 callersMethodgetPointSize
Get/Set point size
lib/AbcOpenGL/DrawContext.h:64
↓ 1 callersMethodgetPrevHistoryEntry
(self)
python/AbcView/lib/abcview/widget/console_widget.py:162
↓ 1 callersMethodgetScene
bin/AbcView/ObjectTreeWidget.h:15
↓ 1 callersFunctionget_archive
caches alembic archives
python/AbcView/lib/abcview/gl.py:254
↓ 1 callersMethodget_camera
Returns a named camera for a given viewer. :param camera: GLCamera object
python/AbcView/lib/abcview/widget/viewer_widget.py:316
↓ 1 callersFunctionget_object
Returns an Alembic object from filepath matching the full path name fullname. :param filepath: file path to archive :param fullname:
python/AbcView/lib/abcview/utils.py:84
↓ 1 callersFunctionget_packages
(path)
python/AbcView/setup.py:41
↓ 1 callersFunctionget_scene
caches alembicgl scenes
python/AbcView/lib/abcview/gl.py:263
↓ 1 callersMethodhandle_frame_all
Frame all.
python/AbcView/lib/abcview/app.py:1365
↓ 1 callersMethodhandle_frame_object
Object level framing handler. Called when a user types 'f' while the object tree widget has focus. :param item: ObjectTreeW
python/AbcView/lib/abcview/app.py:1382
← previousnext →101–200 of 763, ranked by callers