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
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-08Fix #23358: template_curve_mapping doesn't work in split viewsSergey Sharybin
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-09-23support for PROP_ENUM_FLAG buttons, these were only supported by python.Campbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-23new UI rna functionCampbell Barton
2010-08-17when complaining that an RNA name doesnt exist in the UI, give the struct nam...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-08-01bugfix [#23134] uv project modifier not working.Campbell Barton
2010-07-31- add back prefix for ID lists (LF) for linked and fake user for search fields.Campbell Barton
2010-07-27Fix #22950: width of a layout object does not propagate to its sub-layoutBrecht Van Lommel
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-04convenience functionality for browse button (requested by Colin for the seque...Campbell Barton
2010-06-27align menu text to the left when displayed in a panel.Campbell Barton
2010-06-27- changed recent commit from William to have enum in user preferences as an e...Campbell Barton
2010-06-26alpha drawing for color picker, move alpha button into the picker.Campbell Barton
2010-05-15Make creating and saving previews for Lamp, World, Texture, Material and Imag...Andrea Weikert
2010-04-27Add missing null check solving crash on texture panel, also fix possible 'fre...Daniel Genrich
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-14Better tooltips and button name in some case in file browserDaniel Salazar
2010-02-12correct fsf addressCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-07Color Picker work:Matt Ebb
2010-01-06Fix for PROP_MATRIX auto UI layoutMatt Ebb
2010-01-03Changes to Brush texture workflowMatt Ebb
2009-12-24Key map related things:Matt Ebb
2009-12-22Fix #20433: make single user doesn't work from menu. Popup menus forBrecht Van Lommel
2009-12-16First version of updated key map editor UI (in User Preferences)Matt Ebb
2009-12-10align option for splitCampbell Barton
2009-12-10Fix for [#20216] Search List is unorderedMatt Ebb
2009-12-02UI: remove unnecessary colon on toggle array buttons.Brecht Van Lommel
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-28experemental UI introspection added for mindrones,Campbell Barton
2009-11-23Various bugfixes:Joshua Leung
2009-11-05* Partial fix for bug [#19734] N panel's transform doesn't display the unitsMatt Ebb
2009-10-28UI Icon Toggles Fix:Joshua Leung
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22UI: List Template tweaks to get it a bit more usableBrecht Van Lommel
2009-10-19Fix #19638: crash when assiging self in boolean modifier.Brecht Van Lommel
2009-10-19Fixed Layout-Engine bug that was causing checkbox menu entries to draw with t...Joshua Leung
2009-10-093D View panels now show object and bone name again, not sure itBrecht Van Lommel
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-06new operator - bpy.ops.wm.call_menu(name="SOME_MT_menu")Campbell Barton