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
2015-07-25Cleanup: double-promotion warningsCampbell Barton
2015-07-09Select Shortest Path for edit-curveCampbell Barton
2015-07-09Curve: change rules wrt active bezierCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-07-08Select Similar for edit-curveCampbell Barton
2015-07-08EditCurve: move selection into own fileCampbell Barton
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-05-30Fix reading uninitialized bufferCampbell Barton
2015-05-27Fix T44854: Creating hooks from curve to objects doesn't workSergey Sharybin
2015-05-27Use PKey for edit-armature separateCampbell Barton
2015-05-22Fix second crashing part of T44497, out of bounds access to hookAntony Riakiotakis
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-03-23Remove 'lorem ipsum' operatorCampbell Barton
2015-03-18Select nth option to skip stepsCampbell Barton
2015-03-10Fix crash extruding an empty curveCampbell Barton
2015-02-27cleanup: double promotionCampbell Barton
2015-02-09more direct fix for last commitCampbell Barton
2015-02-09Fix T43498: New curves fails /w radius & rotationCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-26Fix T41834: Ctrl+LMB, Extrude Curves 2+ splinesCampbell Barton
2015-01-26Curves: BKE_nurb_copy left duplicate arraysCampbell Barton
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-20Fix T42639, editcurve flags not getting restored on undo.Antony Riakiotakis
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Cleanup: use SELECT flagCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-09-24Cleanup: de-duplicate text select logicCampbell Barton
2014-09-10Text3d: assert for <0 len textCampbell Barton
2014-09-10Text3D: fixes to selectionCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-15Fix T41443: Separate bug with Curves & HooksSergey Sharybin
2014-08-01Revert "Fix T41226: Wrong Undo on curves and hooks"Sergey Sharybin
2014-07-31Fix T41226: Wrong Undo on curves and hooksSergey Sharybin
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