Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-16Fix #24280: NURBS default "12x12" UV resolution is not actually "12x12"Sergey Sharybin
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-11Fix #24215: Bad shorcut indication for Bezier curve handles.Sergey Sharybin
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-09-30rename makeknots to nurbs_knot_calc_u/vCampbell Barton
2010-09-30cleanup of nurb spin function, was very confusing. no functional changes.Campbell Barton
2010-09-29fix for nurbs spin tool (broken since being moved to 2.5x).Campbell Barton
2010-09-29bugfix [#24041] Adding NURBS Sphere and NURBS Donut problemCampbell Barton
2010-09-29Fix #24054: Shift+A add menu in Surface editmode shows curve items.Sergey Sharybin
2010-09-22minor changes to text3d editing, skip wchar --> utf-8 conversion on cursor mo...Campbell Barton
2010-09-21bugfix [#23923] extra material slots createdCampbell Barton
2010-09-10Fix #23742: a NURBS surface created with two joined curves crashes Blender on...Sergey Sharybin
2010-09-02revert own commit which changed weight range, the set weight operator is for ...Campbell Barton
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-09-02Internal Code Renaming:Thomas Dinges
2010-08-29fix for the weight range for curve set weight operatorCampbell Barton
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includesCampbell Barton
2010-08-04Missed keyIndex data existment check when the whole nurb is deletingSergey Sharybin
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-26Curve shape keys:Sergey Sharybin
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-24bugfix [#22990] Crash rendering joined curvesCampbell Barton
2010-07-21Fix #22897: text insert operator only worked for one character,Brecht Van Lommel
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-27Fix [#22564] Object name by object typeMatt Ebb
2010-06-23Fix #22642: NURBS surfaces doesnt displaySergey Sharybin
2010-06-22Added ability to add and remove text boxes back from Blender 2.4x. One on tho...William Reynish
2010-06-15Fix for crash on bpy.ops.curve.vertex_add/bpy.ops.curve.extrudeSergey Sharybin
2010-06-14adding curve and mesh objects through python would create the object without ...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-13Made Add Surface Operator more atomic, now each primitive has own operator, b...Michael Fox
2010-06-09enable adding objects in background mode by not using the context to get the ...Campbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-05-24- remove OBJECT_OT_curve_addCampbell Barton
2010-05-23(no commit message)Michael Fox
2010-05-10"Every Nth number of Points" operator for curves/surfacesSergey Sharybin
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish
2010-04-30Highlight last selected point in curve/surface edit mode.Sergey Sharybin
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton