Tool that allows view changes
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/12/2008 at 21:25, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R9-R11
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
If I were creating a Tool plugin where the user would double-click in the viewport to start some procedural object creation process that would take some time and wanted the user to be able to rotate/zoom/translate the camera view while the process was ongoing would it be best to do this process in a thread?And how would that affect or change updating the view to show the progress of this process?
Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/12/2008 at 20:03, xxxxxxxx wrote:
So far it seems more stable to use the Tool's SubDialog Timer to do this. Smooth and interactive.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/12/2008 at 05:21, xxxxxxxx wrote:
Do you still need feedback on this Robert or is this resolved?
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/12/2008 at 10:21, xxxxxxxx wrote:
Resolved. The Timer allows the tool process to work and draw into the view while the user can still abort the process or change the view camera.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/12/2008 at 12:34, xxxxxxxx wrote:
Hey thanks for finding and sharing the solution. Good to know!