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-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
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-19code cleanup: replace wm_macro_modal inline search for BLI_findptr.Campbell Barton
2013-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-07-08fix [#36043] Missing Tooltip for Excluded Paths field of Auto Run Python Scri...Campbell Barton
2013-07-04correct bad use of bool for cursor arg.Campbell Barton
2013-06-27Fix #35809: dragging a non-active node in the node editor did not work reliably.Brecht Van Lommel
2013-06-27Blender 2.68 Release maintenance:Thomas Dinges
2013-06-25Fix part of #35859: lib linking errors were not shown when opening files thro...Brecht Van Lommel
2013-06-19Usability:Ton Roosendaal
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-18use booleans for operator check functions.Campbell Barton
2013-06-10correction to typo in r57327, ui-load wasnt working on splash screen.Campbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-26edgeslide fixes/tweaksCampbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-13Bug fix #34896Ton Roosendaal
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Add property update for radial control operator. It will be necessaryAntony Riakiotakis
2013-04-10alternate solution for r55921 which was calling invoke() from exec(), which s...Campbell Barton
2013-04-09temporary fix for saving custom template files similar to startup .blend fileGaia Clary
2013-04-04Release Logs:Thomas Dinges
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton