Custom Snapping
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/03/2010 at 06:10, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10-11.5
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Hi,I have some questions concerning c4ds snapping.
Is there any way to add my own custom snapping option to the c4d snapping tool tab, so all tools can use my snapping routine? Please don´t say no otherwise I loose my last hairs (though I fear that´s the case as I don´t see anything in the docs)
If I understand correctly, the snapping tab is stored per document and so if I change the settings in one tool and swithc to another tool it will always be the same settings as long as I am moving inside the same scene right?
thx
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/03/2010 at 23:05, xxxxxxxx wrote:
Well, if I remember correctly, the current snapping is implemented as CSC scripts, so it should indeed be possible. I can't provide more info on this issue though ;-/
Kabe
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/03/2010 at 04:14, xxxxxxxx wrote:
Turned out that I was wrong... there are just few scripts that set the snap parameters.
The SnapTool is a single monolithic tool, see GetSnapTool() in the SDK. As it's a member of the BaseDocumentClass, I think you're right about the storage per document.Kabe
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/03/2010 at 05:20, xxxxxxxx wrote:
Unfortunatly you can't add custom snapping methods to Cinema's own snapping interface.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/03/2010 at 10:06, xxxxxxxx wrote:
thank you both.