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
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2018-03-02Object Mode: move logic to 'object_modes.c'Campbell Barton
2018-02-13Add ED_object_editmode_exit_exCampbell Barton
2018-02-08Fail gracefully when editmode data doesn't existCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06DNA: move eObjectMode into own headerCampbell Barton
2018-01-30Fix T52520: Metaballs in edit mode causes infinite Cycles viewport resetSergey Sharybin
2017-11-19Option not to select with un-hideCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-08-27Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-21Text Object: Vertical AlignmentDalai Felinto
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-29Remove redundant selection flush callCampbell Barton
2016-02-27Fix T47593: 'Move to layer' will be crash in blender 2.77rc1.Bastien Montagne
2016-02-26Restore ability to clear motionpaths from selected objects/bones onlyJoshua Leung
2016-02-07Motion Paths: Use custom poll functions for "Update" operatorJoshua Leung
2016-02-07Clear motionpaths for all objects and bones instead of only selected onesJoshua Leung
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
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-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-28BGE: added clamping of angular velocity.Sybren A. Stüvel
2015-05-24Fix RNA type accessCampbell Barton
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-04-22Fix crashes when moving game property with invalid index (from py/redoJulian Eisel
2015-04-22Logic Editor: Buttons for moving game properties up/downTristan Porteries
2015-03-16Fix T43976: Edit-mode crash /w (scene/screen.scene) mismatchCampbell Barton
2015-03-11Cleanup: indentationCampbell Barton
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-01-29Fix T42858: Non uniform gamelogic names on copyJorge Bernal
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-08-05Replace explicit object type check with already-existing macroNicholas Bishop
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-29Fix T41227: Do not select unselectable items when unhiding them!Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-18Code cleanup: replace direct operator calls with ED_object_toggle_modesCampbell Barton
2014-06-18Code cleanup: de-duplicate flag check in ED_object_toggle_modesCampbell Barton
2014-05-08Fix T40080: forcefield_toggle_exec() doesn't always enable force field.Lukas Tönne
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton