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-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
2013-08-30Fix for [#36610] The new sky model produces strange resultsThomas Dinges
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-30Fix #36609: glsl materials with reroute nodes not working correct.Brecht Van Lommel
2013-08-30Fix #36611: cycles issue loading png file with 2 channels.Brecht Van Lommel
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Cycles Standalone: Thomas Dinges
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-30refresh paint_common_properties file on script refresh, found by Sebastian Ko...Antony Riakiotakis
2013-08-30Followup for rev59629.Sergey Sharybin
2013-08-30Fix [#36600]: Smoke subframes not working with initial velocityMiika Hamalainen
2013-08-30Fix for [#36599] Freestyle: Line thickness modifier with certain blend types ...Tamito Kajiyama
2013-08-30Fix #36605: Segfault when border selecting markers in the "graph" mode when n...Sergey Sharybin
2013-08-30Attempted fix for #36569: couldn't unmap memory errors on Windows. The guarde...Brecht Van Lommel
2013-08-30Cleaning up some prints related to SDL.Mitchell Stokes
2013-08-30Adding support for enabling/disabling vsync to Ghost_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-30Fix part of #36594: 16 bit tiff not loading with correct color space in cycles.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-29Optimizations by Campbell, thanks!Bastien Montagne
2013-08-29Fix building under windows after r59631 (grr, sorry :/ ).Bastien Montagne
2013-08-29UIList: update examples and templates.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-29Use static odifier for non-public functions in new sky model.Sergey Sharybin
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-29use os.remove rather then unlink (the same but all other areas use 'remove')Campbell Barton
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-29BGE: The WM_OT_blenderplayer_start addon now saves a copy of the current blen...Mitchell Stokes
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-29correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.Campbell 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: change Gaussian subsurface scattering falloff to be more similar toBrecht Van Lommel
2013-08-28Cycles / OpenCL:Thomas Dinges