Wrong description SDK

On 06/01/2017 at 01:58, xxxxxxxx wrote:

User Information:
Cinema 4D Version:    
Platform:      
Language(s) :       PYTHON  ;

---------
Just an SDK error
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.modules/hair/HairLibrary/index.html#HairLibrary.BlendColors

The description said Gets the number of guides.

On 09/01/2017 at 02:23, xxxxxxxx wrote:

Hi,

Thanks for reporting this issue in the Python SDK docs. It will be fixed.

On 11/01/2017 at 02:24, xxxxxxxx wrote:

I guess it would be nice to have a sticky post where we can put missing constant for python and another one for SDK error, cause opening a thread each time is a bit anoying.

Btw another weird thing
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/class_s_d_k_browser.html#afa231099d07583c3ed0981e0bb665f55adbaa571d71f11eccdcd8c6ebdc3a0021

Edit: some missing python constant(or I didn't find them)
SplineMask should be c4d.Osplinemask
Python generator should be c4d.Opythongenerator

On 31/01/2017 at 16:42, xxxxxxxx wrote:

Since I get no answer to my last post and issue ar still here i made a double post ;)

https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.gui/GeDialog/index.html?highlight=gedialog#GeDialog.CheckValueRanges
Got a wrong description :)

On 09/02/2017 at 02:53, xxxxxxxx wrote:

Hi,

Thanks for reporting the errors in the docs.

About the object types, these aren't missing in the docs. The Python API uses the constant identifiers from the C++ API and the IDs you mention doesn't exist.