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-03-12UI: Always open enum-search popups with empty search stringJulian Eisel
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix missing non-ID nodetrees in ID relationships built from library_query.cBastien Montagne
2017-01-24Use new manual URLAaron Carlisle
2016-10-12Fix T49631: radial control operators not using DPI properly.Brecht Van Lommel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-11NDOF: allow view movement for modal border and circle select operators.Kai Mach
2016-09-01Fix crash calling wm.open_mainfile from menu with --debug-memory enabledJulian Eisel
2016-09-01Fix T49199: Combination of dialog + wm.open_mainfile causes crashJulian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-11Fix T48812: Brush size invalid with HIDPICampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-23Dopesheet: Lasso and Circle Select tools work for selecting keyframesJoshua Leung
2016-06-22ID-Remap, step two: add some user-level tools.Bastien Montagne
2016-06-08Make uiLists placed in popups usableJulian Eisel
2016-05-31Fix T48552: Ctrl-D to add drivers shows disabled menu itemsCampbell Barton
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-05-06Image Editor: Add border zoomCampbell Barton
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-22BLF: use float vector passing color argsCampbell Barton
2016-04-19Cleanup unused header includes from previous commit.Bastien Montagne
2016-04-19Cleanup: move operators & related code of files & append/link to relevant ded...Bastien Montagne
2016-03-24Make IDPreview handling code use new recursive libquery looper.Bastien Montagne
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne
2016-03-23Radial Operator: Tweak number of digits displayed for the different property ...Joshua Leung
2016-03-23Radial Control Operator: Always show the property name + value on the headerJoshua Leung
2016-03-02UI: Show categories in operator search popupCampbell Barton
2016-03-02UI: Add search-create callbackCampbell Barton
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-09Fix T47339: Unified color not used w/ radial controlCampbell Barton
2016-02-07Cleanup: line widthCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27Move generic operator props into own fileCampbell Barton
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-20Add operator to close a windowCampbell Barton
2015-10-16UI: only show thumbnail size when its enabledCampbell Barton
2015-10-15Cleanup: BLO_read: linking API arg order and name.Bastien Montagne
2015-10-12Usual UI message fixes...Bastien Montagne
2015-10-12Fix T46451: edge slide even and flipped not available in redo popup.Brecht Van Lommel
2015-10-12WM linking code rework.Bastien Montagne
2015-10-12Cleanup & rework of BLO_linking code.Bastien Montagne
2015-10-12Cleanup in BLO API: rename 'append' funcs to 'link', since none do append, bu...Bastien Montagne
2015-10-10Random Select Seed OptionCampbell Barton