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-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
2013-03-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-18Just added a comment:Ton Roosendaal
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-03-05patch [#34103]Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04BugfixTon Roosendaal
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-19Small correction to make strict compiler setup be happySergey Sharybin
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-17Fix #34285: sculpt/paint radial control F key operators did not adjust brush ...Brecht Van Lommel
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-12fix for own commit r54482, PROP_DISTANCE was being checked for by radial cont...Campbell Barton
2013-02-11fix for weight gradient crashing on redo (wasn't possible to redo this initia...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-17Release Cycle:Thomas Dinges