blender/source
Sergey Sharybin 5acde0d24c Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not create a surface
This issue it totally related on issue with changing object datablock.
For curves it used to guess object type from curve datablock based on
count of control points in V direction.
This quess fails in case when SurfCircle datablock is trying to be reused
by another surface object or as another sample empty surface databouck used
to be treated as curve.

Store type in Curve when creating new Curve datablock which is used in
this object type quessing function.

Note: Previously saved files wouldn't change behavior at all.
2011-11-24 14:30:37 +00:00
..
blender Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not create a surface 2011-11-24 14:30:37 +00:00
blenderplayer Fix compilation error of blenderplayer caused by recent commit. 2011-11-23 16:44:33 +00:00
creator image format arg parsing for creator.c 2011-11-24 05:18:26 +00:00
darwin replace former applescript with an editable one 2011-10-19 19:15:35 +00:00
gameengine rename mathutils constructors to match other parts of the bpy/api (no functional changes) 2011-11-24 04:45:36 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests hide overly picky warnings from 'pylint' for pep8 script, indentation edits. 2011-11-19 16:17:35 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00