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-07-17Volume object datablock skeleton code.temp-volume-objectBrecht Van Lommel
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-03Fix T53632: Objects outside scene shown in popupCampbell Barton
2017-12-12Add eyedropper to color-ramp widgetRay Molenkamp
2017-12-08Cleanup: moar busting of nasty C++ keywords-as-varnames.Bastien Montagne
2017-12-08Cleanup: avoid using C++ keywords as variables, even in pure C code.Bastien Montagne
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-29Alembic: added frame offset propertySybren A. Stüvel
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-05-05Revert "Add red alert in UI controls for datablock pointer properties"Julian Eisel
2017-04-13Add red alert in UI controls for datablock pointer propertiesAlexander Romanov
2017-03-17Various icon adjustmentsraa
2017-03-01All drop-down buttons should use the same widthraa
2017-02-27Fix missing break setting curve auto-handlesCampbell Barton
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-10-28CacheFile: only enable scale property slider if we are editing the cacheKévin Dietrich
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-08-12Depsgraph: Tag relations for update when making datablocks single userSergey Sharybin
2016-08-07Don't hide on/off buttons of the Softbody modifier when there's Collision.Alexander Gavrilov
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-01Support Auto-Clamped Handle for Curve-MappingCampbell Barton
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-24Cleanup: use return argument prefixCampbell Barton
2016-06-08Make uiLists placed in popups usableJulian Eisel
2016-05-06Fix T47657: Using template_list() with invoke_props_dialog()Bastien Montagne
2016-04-01Fix T48001: Highlighting selected item in filtered lists.Bastien Montagne
2016-03-24UI: search operator's by word prefixCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
2016-03-09Fix/workaround T47685: Drag keymap slider failsCampbell Barton
2016-03-02UI: Show categories in operator search popupCampbell Barton
2016-03-02UI: Add search-create callbackCampbell Barton
2016-02-25Cleanup: de-duplicate curve menuCampbell Barton
2016-02-24UI: Use zoom in/out icons for curvesCampbell Barton
2016-02-10Cleanup: double promotionCampbell Barton