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
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
2010-12-17bugfix [#25240] Custom properties panel on pinned data fail.Campbell Barton
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-08-27bugfix [#23534] Custom Properties not showing in OBJECT panelCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-06-14naming changesCampbell Barton
2010-05-10Fix [#22296] Wrong Operator Names?Matt Ebb
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-24allow cloth sim for linked duplicates, not many people use this but we need f...Campbell Barton
2010-02-12correct fsf addressCampbell Barton