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-08-08Merge branch 'master' into blender2.8Bastien Montagne
2017-08-08Fix T52263: Crash When Splitting and Merging Areas with Header Text Set.Bastien Montagne
2017-07-31Fix glitch updating manipulator after undoCampbell Barton
2017-07-31Cleanup: remove next/prev from manipulator mapCampbell Barton
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-01Move custom transform orientations to workspaceJulian Eisel
2017-06-01Main Workspace IntegrationJulian Eisel
2016-12-01UI: Previews for screen layoutsJulian Eisel
2016-10-07Custom Manipulators Core BackendJulian Eisel
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-11-17Clear timer on region duplicate, avoid double freeCampbell Barton
2015-09-19Fix leak in UI PanelsCampbell Barton
2015-05-13UI: check visible layers when reading contextCampbell Barton
2015-05-04Fix T44376: Buttons context, invalid data accessCampbell Barton
2015-04-27Fix T44011: Ruler/Knife/Loop-cut fail in quad-viewCampbell Barton
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-01-21BKE_screen: add BKE_screen_find_area_xyCampbell Barton
2015-01-07PyAPI: Call to get the pixel x,y in a text blockMartin Felke
2014-09-02Fixes localview and view-local layersCampbell Barton
2014-04-23Fix T39847: uiPreview not being copied with areasCampbell Barton
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-11-25Transform: old todo, removing an orientation now checks all screens.Campbell Barton
2013-09-29Fix [#36830] 'Reset to Default Value' on Current Area Type button causes crashBastien Montagne
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-01-30Add active region for operator execution.Campbell Barton
2013-01-07ui_lists shall be NULLed in BKE_area_region_copySergey Sharybin
2012-12-28add missing free for ui listsCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-17more mini optimizations - don't call UI_ThemeColor 4 times per curve handle, ...Campbell Barton
2011-05-20Remedy compile error on windows/msvc introduced in r36787.Nathan Letwory
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-03-25Bugfix #26195Ton Roosendaal
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton