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
path: root/source
AgeCommit message (Expand)Author
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-08-31text spacing was using DPI rather then the size of the text.Campbell Barton
2013-08-31text drawing glitche - highlight line was offset slightly from selection.Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-31tweak mempool loop comparisons when we know there is no chance for skipping p...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-31remove unnecessary check in BLI_mempool_iterstep and add doxygen comments to ...Campbell Barton
2013-08-31mempool internal change, use unsigned ints where possible (less overhead),Campbell Barton
2013-08-30Fix #36609: glsl materials with reroute nodes not working correct.Brecht Van Lommel
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-30Cleanup, bitflags as bitshift ops, and some formating...Bastien Montagne
2013-08-30execute bisect immediately (without starting modal input) if the plane is alr...Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-30Followup for rev59629.Sergey Sharybin
2013-08-30Fix [#36600]: Smoke subframes not working with initial velocityMiika Hamalainen
2013-08-30Fix #36605: Segfault when border selecting markers in the "graph" mode when n...Sergey Sharybin
2013-08-30Cleaning up some prints related to SDL.Mitchell Stokes
2013-08-30Allowing the BGE to build with SDL2. I'm not sure if this is the correct fix ...Mitchell Stokes
2013-08-30Fix #36602: crash with freestyle and full sample render of empty render layer.Brecht Van Lommel
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-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29Fix building under windows after r59631 (grr, sorry :/ ).Bastien Montagne
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-08-29fix [#34462] Crash when switching modes via mix of TAB and spacebar menuCampbell Barton
2013-08-29fix for glitch where the text editor could be clamped to scroll above line 1 ...Campbell Barton
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-29don't replace the extension with '.blend' in save code since the file selecto...Campbell Barton
2013-08-29fix [#36570] Changing the filename of a image strip doesnt refresh sequencerCampbell Barton
2013-08-29edits to curve operatorCampbell Barton
2013-08-29code cleanup: curves, replace magic numbers for enums.Campbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-29Fix #36598: blender render crash baking and then doing a full sample render.Brecht Van Lommel
2013-08-29micro-optimization, avoid checking is_power_of_2_i once in power_of_2_max_iCampbell Barton
2013-08-29Fix #36595: file browser sorting with link/append would mix together .blend f...Brecht Van Lommel
2013-08-28Some tweaking to uiList dragsize, to make it more reactive to very quick moves.Bastien Montagne
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-28Fix #36584, in python inputs/outputs of created node group not accessable by ...Lukas Toenne
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-28remove unused function. also typoCampbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-28remove doubles: source/target can be swapped, check both flags.Campbell Barton