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
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Fix T41039: Hook modifier sometimes fails to retain correct bezier curve poin...Sergey Sharybin
2014-07-18Fix wrong index update when removing CV pointsSergey Sharybin
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-05-26Fix curve switch direction ignoring active vertexCampbell Barton
2014-05-26EditCurve: Replace -1 with CU_ACT_NONE defineCampbell Barton
2014-05-26Fix for curve having invalid active vertex after setting typeCampbell Barton
2014-05-16Fix T40214: Wrong size calculation on new curve objectsBastien Montagne
2014-05-15Fix 3D font selection and material lagging behind with vertical cursor motionCampbell Barton
2014-05-15Code cleanup: remove '\r' check for 3d text, its removed on load even on windowsCampbell Barton
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Fix for nurbs surface merge didn't update key indexSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28Fix for curve smooth ignoring cyclicWalid Shouman
2014-03-17Code cleanup: styleCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-12Fix T39109: Vertices affected by Hook Modifiers change after "switch Directio...Sergey Sharybin
2014-03-113D Text: textbox selection while in editmodeCampbell Barton
2014-03-11View3d: take pixelsize into account for selection distanceCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-24Fix T38786: Curve unable to make segmentCampbell Barton
2014-02-21Modifier: rename triangulate scanfill to ear-clipCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-04Correct 3d text editing update logicCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-18Increase maximum allowed amount of points for Splines in both U and V directionsSimon Repp
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-13Code cleanup: no need to check display list elements in texture space matchSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-08Text3d: improve error checking when pasting from filesCampbell Barton
2014-01-06Fix for own error in recent text3d changesCampbell Barton
2014-01-05Text3d: avoid assert, clamp position before getting the selectionCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-05Text3d: paste additionsCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton