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
2013-09-19Did not rename operator properties properly in all cases.soc-2013-ui_replayack-err
2013-09-19Fixed drag and drop for custom panels, added copying of operator properties. ...ack-err
2013-09-16Failed attempt at refreshing popup blocks in commented code.ack-err
2013-09-13Incorrectly restored UI_EMBOSS, which caused the pullout buttons on areas to ...ack-err
2013-09-13Adds an option in the right-click menu for dividers to remove the divider fro...ack-err
2013-09-13Fixes a small bug whereby an RNA pointer was improperly created. Also removes...ack-err
2013-09-12Added an option to pin the operator redo panel. When it is pinned it stays op...ack-err
2013-09-12Dividers can now be dragged. Buttons display a bit of text if there is no ico...ack-err
2013-09-11Dividers can be folded, but not dragged yet.ack-err
2013-09-11Added dividers and made the tool shelf context dependentack-err
2013-09-10Implemented drag and drop for the icon shelf. Removed code for menubar menus ...ack-err
2013-09-10Small tweaks to the custom panel button dragging.ack-err
2013-09-10Added a separate SVG file for operator icons.ack-err
2013-09-06Buttons in the icon shelf are now icon-only. The region and buttons are 1.5 *...ack-err
2013-09-06Custom buttons in the menubar copy over the operator properties from the oper...ack-err
2013-09-05When an operator button is dragged the but->opptr is copied to the drag event...ack-err
2013-09-05Started to implement operator to icon pairing. ack-err
2013-09-04The toolbar did not properly redraw when a panel was hidden in case the regio...ack-err
2013-09-04Hidden panels did not survive a save and load. This fixes that by making sure...ack-err
2013-09-04The popup menu to hide panels now shows the toggles in the right order.ack-err
2013-09-04Implemented a menu in the toolbar header that allows individual panels to be ...ack-err
2013-09-04Drag polling and drag operator naming does now respect and prefer overlapping...ack-err
2013-09-03Menu is closed immediately when an operator button is dragged.ack-err
2013-09-03The operator redo panel now stays open when the toolbar is hidden. This only ...ack-err
2013-09-03The operator redo panel is in its old place again. The size of it's region is...ack-err
2013-09-03Commented out menubar text menus. It now displays only custom buttons.ack-err
2013-09-02Resolved conflicts in icon file.ack-err
2013-09-02Merged trunk.ack-err
2013-09-02* Tweaked the layout of the toolbar panels, added a compact representation fo...ack-err
2013-09-02Related to #36632: cycles textured draw mode now shows the image from an imageBrecht Van Lommel
2013-09-02Cycles:Thomas Dinges
2013-09-02Fix #36639, textures not reloaded after fixing paths.Lukas Toenne
2013-09-02Fix #36640: node editor header with world nodes not drawing correct after rec...Brecht Van Lommel
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-09-02Fix for the BKE_image_walk_all_users function: This included a check for movi...Lukas Toenne
2013-09-02Fix crash when adjusting plane track after re-tracking point tracksSergey Sharybin
2013-09-02Some function didn't match their declarationSergey Sharybin
2013-09-02Removed some unused old function declarations for loop node register, awkward...Lukas Toenne
2013-09-02fix [#36412] Pivot of active element switches to last selected face after dup...Campbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-09-02add hash iterator functions to access the pointer to the value.Campbell Barton
2013-09-02text editor cursor motion (left/right arrows) with selected text typically ju...Campbell Barton
2013-09-02add attributes to ghash and edgehash functions.Campbell Barton
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-09-02Cleanup!Bastien Montagne
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-09-01Fixed another strict compilation error, mixed declarations and code.ack-err
2013-09-01Fixed a strict compilation error, mixed declarations and code.ack-err
2013-09-01Fixed some compilation errors for strict compilation.ack-err