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
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-04-20Cleanup: run autopep8 on release/scripts/modules/Campbell Barton
2022-04-06Cleanup: use context.path_resolve instead of eval(..)Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-25UI: Improve layout of custom property edit panelHans Goudey
2021-10-20Cleanup: trailing space, use single quotes for enumsCampbell Barton
2021-10-09Cleanup: Change variable name, comment formattingHans Goudey
2021-09-23Custom Properties: Rewrite edit operator, improve UXHans Goudey
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2020-12-09Fix custom property UI handling names with quotes and back-slashesCampbell Barton
2020-10-29UI: Improved alignment of labels and buttonsYevgeny Makarov
2020-08-18Fix IDProps definition still being editable in liboverrides.Bastien Montagne
2020-06-30Custom Properties: support default values for stringsDemeter Dzadik
2020-01-13Fix T73062: Custom properties misalignedWilliam Reynish
2019-09-25LibOverride: tweaks to custom props UI.Bastien Montagne
2019-08-14Custom Properties: allow changing the property UI to color picker.Alexander Gavrilov
2019-08-13Custom Properties: officially support int and float arrays in the UI.Alexander Gavrilov
2019-07-28Cleanup: pep8Campbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-05-19UI: add Panel.bl_order property to control order of panels for add-onsBrecht Van Lommel
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2019-04-16Cleanup: use keyword only args to rna_idprop_ui_createCampbell Barton
2019-04-16Python: add a utility function for creating custom properties.Alexander Gavrilov
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-08-28RNA: UILayout.split(..) 'percentage' to 'factor'Campbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-07-19Cleanup: styleCampbell Barton
2018-07-17UI: Single-column and flow layout for Scene propertiesVuk Gardašević
2018-07-13UI: only show API defined custom properties when Developer Extras is on.Brecht Van Lommel
2017-04-19Fix 'API defined' ID properties still having 'remove' button in UI.Bastien Montagne
2015-11-30Fix T46891: Error removing PropertyGroupCampbell Barton
2015-09-10Fix T46048: Custom properties UI redraw issueCampbell Barton
2015-03-25Fix T44026: ID prop delete leaves names in _RNA_UICampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-06-06Fix T40520: Properties panel in properties region in 3D view does not go away.Bastien Montagne
2014-02-25Fix T38778: Properties from bpy.props could be edited as custom propsCampbell Barton
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-08disable translations for some python buttons.Campbell Barton
2013-01-23fix [#29950] Linked proxy armature object properties can't be editedCampbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-19fix for own error [#25299] custom properties not showing in viedw3d panelCampbell Barton