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
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-28File Reading: add revert operatorCampbell Barton
2014-01-28File Reading: add wrapper function for WM_file_readCampbell Barton
2014-01-28Fix T38367: operators activated from popups didnt reuse settingsCampbell Barton
2014-01-23Fix T38042: Keymap crash after reloading operatorsCampbell Barton
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-01Fix wrongly shorten labels in splash (allocated size was a bit too small, rB3...Bastien Montagne
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-12Radial control operator support for pixel propertiesAntony Riakiotakis
2013-12-09Tooltips: abbreviate long python operator tooltipsWalid Shouman
2013-12-08Fix T37731: some window manager operators unnecessarily required a window to ...Brecht Van Lommel
2013-12-02Correct previous commit with BLF & buildinfoCampbell Barton
2013-11-30D54: Added a filepath attribute to the read_homefile operator.gaiaclary
2013-11-29Fix T37149: Macros store settings from a cancelled operationCampbell Barton
2013-11-27Resolve T37240: saving a new file always had absolute paths, now remap.Campbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-26Usual ui messages fixes...Bastien Montagne
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: hide internal properties of radial control operator from user.Emanuel Claesson
2013-11-17* Some less technical tooltip for the splash screen.Thomas Dinges
2013-11-17Documentation:Thomas Dinges
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-11-06Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).Lukas Toenne
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-10-31cancelling an operator popup now calls the operators cancel callback.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-09fix [#37011] "Save Copy" option misfunctionDalai Felinto
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-09-20Release cycle / 2.69:Thomas Dinges
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-08-29don't show screen-space-line start/end points in operator redo panel.Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton