← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3705: Addition in doc of Omega.engines to state it is = to O.engines in python

 

------------------------------------------------------------
revno: 3705
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Tue 2015-07-21 10:54:29 -0600
message:
  Addition in doc of Omega.engines to state it is = to O.engines in python
modified:
  py/wrapper/yadeWrapper.cpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'py/wrapper/yadeWrapper.cpp'
--- py/wrapper/yadeWrapper.cpp	2015-06-16 13:54:56 +0000
+++ py/wrapper/yadeWrapper.cpp	2015-07-21 16:54:29 +0000
@@ -815,7 +815,7 @@
 		.def("resetTime",&pyOmega::resetTime,"Reset simulation time: step number, virtual and real time. (Doesn't touch anything else, including timings).")
 		.def("plugins",&pyOmega::plugins_get,"Return list of all plugins registered in the class factory.")
 		.def("_sceneObj",&pyOmega::scene_get,"Return the :yref:`scene <Scene>` object. Debugging only, all (or most) :yref:`Scene` functionality is proxies through :yref:`Omega`.")
-		.add_property("engines",&pyOmega::engines_get,&pyOmega::engines_set,"List of engines in the simulation (Scene::engines).")
+		.add_property("engines",&pyOmega::engines_get,&pyOmega::engines_set,"List of engines in the simulation (accessed using Scene::engines in C++ source code, or O.engines through python interface).")
 		.add_property("_currEngines",&pyOmega::currEngines_get,"Currently running engines; debugging only!")
 		.add_property("_nextEngines",&pyOmega::nextEngines_get,"Engines for the next step, if different from the current ones, otherwise empty; debugging only!")
 		.add_property("miscParams",&pyOmega::miscParams_get,&pyOmega::miscParams_set,"MiscParams in the simulation (Scene::mistParams), usually used to save serializables that don't fit anywhere else, like GL functors")


Follow ups