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
2017-02-22Fix T50745: Shape key editing on bezier objects broken with Rendered Viewport...Bastien Montagne
2017-02-22Cleanup: remove unused orig_nu from keyIndex ghash of editcurves.Bastien Montagne
2017-02-17Fix T50614: Curve doesn't restore initial form after deleting all its shapekeysBastien Montagne
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-07-25Curve Fitting: Add alternate 'refit' methodCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-08Mesh/Curve Join: remove edit-mode toggleCampbell Barton
2016-06-03Cleanup & simplify snapping functionsGermano Cavalcante
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-02Missed setting handles in curve dissolveCampbell Barton
2016-05-02Curve: new dissolve toolCampbell Barton
2016-04-22Transform Snap: initial snap context refactorCampbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-04-04Fix curve adding 3D nurbs when 2D is setCampbell Barton
2016-04-04Fix curve, missing update on Ctrl-LMBCampbell Barton
2016-04-04Fix curve add-vertex w/ 2D curvesCampbell Barton
2015-12-02Cleanup: transform snap argumentsCampbell Barton
2015-12-01Fix T39935: Duplicate looses active curve splineKevin Mackay
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-03Fix buffer overrun lofting nurbsCampbell Barton
2015-08-02parenthisize macro args to avoid errorsCampbell Barton
2015-07-09Curve: change rules wrt active bezierCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell 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-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-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-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
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-11UI Refactor T41640Campbell Barton
2014-10-28Cleanup: use SELECT flagCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell 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