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-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
2015-01-10GPencil Editing: FKEY now controls the eraser size when in Stroke Edit ModeJoshua Leung
2015-01-10cleanup: style & warningsCampbell Barton
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-10Fix: Delkey didn't activate the Grease Pencil strokes delete operator like XK...Joshua Leung
2015-01-09Transfer Data: add main core code and operators.Bastien Montagne
2015-01-09Fix texture sampling with generative modifiers - sample backbufferAntony Riakiotakis
2015-01-09BLI_string: BLI_str_ends_with -> BLI_str_endswithCampbell Barton
2015-01-09Fix rotate around selection only working if object is at origin forAntony Riakiotakis
2015-01-09Gooseberry animation request: Paste flipped pose in actionAntony Riakiotakis
2015-01-08Fix T43154: Extrude edges ignored isolated vertsCampbell Barton
2015-01-08Fix crash in texture paint sampling when sampling materials withoutAntony Riakiotakis
2015-01-08Fix for wrong boolean flag checkSergey Sharybin
2015-01-08Better check that preview seq is cleared on exitCampbell Barton
2015-01-08cleanup: styleCampbell Barton
2015-01-08Fix invalid memory access in gradient brushes - could cause a crash inAntony Riakiotakis
2015-01-07PyAPI: Call to get the pixel x,y in a text blockMartin Felke
2015-01-07Ugh, forgot to invert that one in previous commit, sorry for the noise...Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2015-01-07Fix for bool flag useCampbell Barton
2015-01-07cleanup: de-duplicate codeCampbell Barton
2015-01-07Fix: Segfault in Image Editor when transforming GPencil StrokesJoshua Leung
2015-01-07Fix: Missing updates for UI panels and main region when using Grease Pencil i...Joshua Leung
2015-01-07Fix: Restored "Draw Poly" to D Ctrl RMB, as D Alt LMB was blocked by Alt-D (d...Joshua Leung
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-06Sequencer: show extensions when preview enabledCampbell Barton
2015-01-06cleanup: warningsCampbell Barton
2015-01-06UI: refactor button string get/set into functions.Campbell Barton
2015-01-06Correction to previous commitjulianeisel
2015-01-05Fix/cleanup very ugly and unsafe usage of but->str in ui_but_update().Bastien Montagne
2015-01-05Fix T43111: Node Editor (Slider) Draw Glitchjulianeisel
2015-01-05More border clamping removed.Antony Riakiotakis