Giter VIP home page Giter VIP logo

panda3d-editor's People

Contributors

derfies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

panda3d-editor's Issues

No License

You should probably add a license of some sort.

Unable to add primitives

Just tried to add any primitive (using latest revision, fbdd82b right?), got :
Traceback (most recent call last):
File "D:\0\panda3d-editor\src\wxExtra\utils.py", line 95, in
self.Bind( event, lambda event: handler( event, _args, *_kwargs ), id=id )
File "D:\0\panda3d-editor\src\pandaEditor\ui\mainFrame.py", line 341, in OnCreate
self.app.AddComponent( typeStr )
File "D:\0\panda3d-editor\src\pandaEditor\app.py", line 293, in AddComponent
wrpr = wrprCls.Create( _args, *_kwargs )
File "D:\0\panda3d-editor\src\userPlugins\primitives\gamePlugin\box.py", line 60, in Create
wrpr = cls( pm.NodePath( p3d.geometry.Box() ) )
File "D:\0\panda3d-editor\src\userPlugins\primitives\gamePlugin\box.py", line 49, in init
self.AddAttributes( NPOAttr( *data, pyTagName=TAG_PRIMITIVE_OBJECT ), parent='Box' )
File "D:\0\panda3d-editor\src\pandaEditor\game\nodes\attributes\properties.py", line 52, in init
None, pyTagName=pyTagName )
TypeError: init() got an unexpected keyword argument 'pyTagName'

wxPython AttributeError on startup (Linux)

panda3d 1.8.0, wxPython 2.8.11, Ubuntu Linux 11.10
Error occures in .../ui/sceneGraphBasePanel.py", line 34 on startup

AttributeError: 'FlatMenuBar' object has no attribute 'GetRendererManager'

I looked into the reference and the file (and every parentclass to), and I can't find this attribute. Same for fm.StyleVista in the same line. If this code works on windows, it seems that wxPython differs from platform to platform.

Traceback (most recent call last):
File "main.py", line 7, in
app = pandaEditor.App( redirect=False )
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in init
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return core.PyApp__BootstrapApp(_args, *_kwargs)
File ".../src/pandaEditor/app.py", line 34, in OnInit
self.frame = ui.MainFrame( None, size=(800, 600) )
File ".../src/pandaEditor/ui/mainFrame.py", line 117, in init
self.pnlSceneGraph = SceneGraphPanel( self, style=wx.SUNKEN_BORDER )
File ".../src/pandaEditor/ui/sceneGraphPanel.py", line 11, in init
SceneGraphBasePanel.init( self, _args, *_kwargs )
File ".../src/pandaEditor/ui/sceneGraphBasePanel.py", line 34, in init
self.fm.GetRendererManager().SetTheme( fm.StyleVista )
AttributeError: 'FlatMenuBar' object has no attribute 'GetRendererManager'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.