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
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Fix for warnings/errorsLukas Tönne
2015-01-20Removed unused line.Lukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-20Fix glitch in view-axis (order of drawing)Campbell Barton
2015-01-20Fix UI glitches drawing text at different sizesCampbell Barton
2015-01-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-20BLF: remove paranoid checks for unset default fontCampbell Barton
2015-01-19Fix two potential bugs reported by latest coverity scan.Bastien Montagne
2015-01-19Bugfix T43293: Crash when editing shared GPencil datablock in VSEJoshua Leung
2015-01-19GPencil: Added asserts for checking when trying to convert coordinates for in...Joshua Leung
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2015-01-19WM: add a notifier for camera/viewport optionsCampbell Barton
2015-01-19RNA/API: name outliner sort option like UIListCampbell Barton
2015-01-19Outliner: Make alphabetical sorting optionaljulianeisel
2015-01-18Fix T43301: Three of the 'mirror keyframes' tools were mirroring along wrong ...Bastien Montagne
2015-01-17Fix T43283: Crash on undo/redo/ and save/reload after (new) weight transfer.Bastien Montagne
2015-01-17Fix T23942: Add "Delete Hierarchy" to outliner context menu.Torsten Rupp
2015-01-15Nodes: Put Blended Box Mapping properties next to each other.Thomas Dinges
2015-01-15Sequencer: Allow generating proxies from script without having sequencer spac...Sergey Sharybin
2015-01-15Sequencer: Don't crash when trying to rebuild proxy without having sequence e...Sergey Sharybin
2015-01-15Remove 'locked' parameter from sound_read_waveform()Nicholas Bishop
2015-01-14Fix operator tooltip MBALL_OT_duplicate_moveSybren A. Stüvel
2015-01-14Fix T43201: Update the "in use" flags of sockets before drawing,Lukas Tönne
2015-01-14Transfer Data: resurrect fake AND/OR when transferring 'boolean' values like ...Bastien Montagne
2015-01-14Workaround/Fix T43139: Calling bpy.ops.screen.screen_full_area() multiple tim...julianeisel
2015-01-14UI: Eyedropper for view-depthCampbell Barton
2015-01-13Fix UI messages (own stupidness even :/ ).Bastien Montagne
2015-01-13Recent extrude rework caused bug with single facesCampbell Barton
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-13error in last commitCampbell Barton
2015-01-13FileBrowser: Add an 'hidden file' icon, and use it instead of named checkbox ...Bastien Montagne
2015-01-13Fix T42459: Knife fails at small scaleCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-13Fix T43229: Knife-project regression (broke knife-project)Campbell Barton
2015-01-13Fix T43128: Headerless panels are reorderable on Windowsjulianeisel
2015-01-12Fix: Don't show filesel buttons when no operators runningCampbell Barton
2015-01-12Fix T42754: File-Selector lost on fullscreen exitCampbell Barton
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-12Cleanup: styleCampbell Barton
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Fix T43208 material flickering in edit mode.Antony Riakiotakis
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-11Transfer data: cleanup: Remove 'vertex_group_transfer_weight' operator.Bastien Montagne
2015-01-11Data transfer: make operator able to work 'reversed' (i.e. transfer from sele...Bastien Montagne
2015-01-11Fix three issues reported by coverity in own recent code. Including two poten...Bastien Montagne
2015-01-10Fix building with very strict flags, use size_t rather than int for string le...Bastien Montagne