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-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-26Update nurb keyindex data when subdividing -- shape key data wouldn't be lost...Sergey Sharybin
2010-11-23Bugfix #24860Ton Roosendaal
2010-11-21Toggle cyclic on when creating segment between first and last points of non-c...Sergey Sharybin
2010-11-21Recalc handles after toggling bezier's cyclic flag when deleting segmentSergey Sharybin
2010-11-21Applying patch #24822: Select linked for curves as for meshes, CTRL + L versionSergey Sharybin
2010-11-21fix for RNA ranges exceeding the range of the type (INT_MAX used on short's f...Campbell Barton
2010-11-20- add python/rna function region.tag_redraw()Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-22fix warningsCampbell Barton
2010-10-21Changes to "evaluation time" for Curves:Joshua Leung
2010-10-20fix for fix [#24336] evaluation time - curve has no effectCampbell Barton
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