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-08-08UI: don't show pie menu w/ no active objectCampbell Barton
2018-07-09Fix object mode menu crashing w/o active objectCampbell Barton
2018-07-05Keymap: Make Ctrl-Tab toggles pose modeCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-20Objects: support for hiding all objects in a collection.Brecht Van Lommel
2018-06-12UI: Name N-Key toggle to SidebarCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-03-30Layers: Scene->basact > SceneLayer->basact (more work)Dalai Felinto
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-02Remove tons of OBACTDalai Felinto
2016-12-28Various UI message and API doc tweaks and fixes.Bastien Montagne
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2015-11-10Fix T46711: view3d UI limits not scaled w/ sceneCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-13Add real boundbox support to lattice, and update armature one.Philipp Oeser
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-03-27Cleanup: view3d headersCampbell Barton
2015-01-07Fix for bool flag useCampbell Barton
2014-11-30Removing last vestigial remains of old C-based UI for Grease PencilJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-10-15Refactor 'apply' part of Editmode View3d Transform panel code.Bastien Montagne
2014-10-15Cleanup: Editmode 3DView Transform panel code: do not check for hidden BMesh ...Bastien Montagne
2014-10-15Cleanup: Edit mode 3DView Transform panel code.Bastien Montagne
2014-10-15Add Vertex bevel weight to Editmode UI.Bastien Montagne
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-05Correct hard-coded height for UV-Vertex buttonsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-21Reduce crease & bevel weight precision to hide float/ubyte roundingCampbell Barton
2014-01-14Fix T38176: can't set vertex coordinate to 0.0 when it's set to 0.0000001.Brecht Van Lommel
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-11User Interface: add colon separator for number buttonsCampbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-09More fix for [#37327] Inconsistent numeric input conversion.Bastien Montagne