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-02-13Improve filtering across Ptex cornerscycles-ptex-49Nicholas Bishop
2015-02-13Better method for updating adjacent Ptex bordersNicholas Bishop
2015-02-13Move extern/ptex to intern/ptexNicholas Bishop
2015-02-13Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-13Fix T43649: Geometry node breaks GLSL shadingSergey Sharybin
2015-02-13Fix again tablets with linux!Bastien Montagne
2015-02-13Fix issue with some files having non-unique modifier namesSergey Sharybin
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-02-13Fix Cycles compilation on x86, without SSE.Thomas Dinges
2015-02-13Fix (revert) mistake in rB1ae2098a6e04359b, causing broken UI (see e.g. Scene...Bastien Montagne
2015-02-13cleanupCampbell Barton
2015-02-13cleanup: ui, use boolsCampbell Barton
2015-02-13UI: show check-boxes pie-menu bool/enumsCampbell Barton
2015-02-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-13BGE: Fix for T42285 & T38935 crashes. They are Rayhit related.Jorge Bernal
2015-02-13BGE: Remove translation and rotation constrains subpanel from dynamics typeJorge Bernal
2015-02-13BGE Fix T39026: No collisions detected with parented rigid body objectJorge Bernal
2015-02-13Cleanup horrible artifact of Greek to English translation.Antony Riakiotakis
2015-02-12Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-12Consistently use "ptex_rects" instead of "ptex_regions"Nicholas Bishop
2015-02-12Use the RNA for overriding the name instead.Antony Riakiotakis
2015-02-12More naming refinement GPU fstop -> Viewport f-stopAntony Riakiotakis
2015-02-12First pass at fixing Ptex texpaint resolution undo/redoNicholas Bishop
2015-02-12Revert "Add missing trailing '}' in GLSL files"Antony Riakiotakis
2015-02-12Add DOF fstop property for cycles, also don't grey it out when object isAntony Riakiotakis
2015-02-12Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-12Add missing trailing '}' in GLSL filesCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-12Fix (unreported) `load_file()` func from creator.c not setting G.save_over co...Bastien Montagne
2015-02-12Removed the cloth preroll feature.Lukas Tönne
2015-02-12Tracker operators: filter & copy track settingsCampbell Barton
2015-02-12GPencil: Alt-S can now be used to adjust the pressure values (i.e. thickness)...Joshua Leung
2015-02-12GPencil: Some tweaks to make GPencil UI more compact when there are 0 or 1 la...Joshua Leung
2015-02-12GPencil: LKEY can now be used for Select Linked too nowJoshua Leung
2015-02-12Bugfix: Old NLA Strips from 2.4x got converted with no names (since they didn...Joshua Leung
2015-02-12Improve Ptex filter border updatesNicholas Bishop
2015-02-12cleanupCampbell Barton
2015-02-12Addons: print short message if an addons missingCampbell Barton
2015-02-12Follow functionality: Scrubbing with the arrow keys and during jumps,Antony Riakiotakis
2015-02-12Fix T43612: VSE crash clearing proxiesCampbell Barton
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
2015-02-12Correct fix for T43424Campbell Barton
2015-02-12Expand Ptex paint redraw region to include filter borderNicholas Bishop
2015-02-12Fix T43471, based on patch submitted by @sean_loh.Lukas Tönne
2015-02-12BGE: Improve UI of Anisotropic Friction subpanelJorge Bernal
2015-02-12Start using BPXRect for IMB ptex regionsNicholas Bishop
2015-02-12Fix for previous commit - since it's for non-debug unused vars, name it UNUSE...Bastien Montagne
2015-02-12Use BPXRect for internal storage in Ptex layout codeNicholas Bishop
2015-02-12Add new UNUSED_VARS_DEBUG utils, which is NOP in debug build, but tags given ...Bastien Montagne
2015-02-11Outliner: use enum for outliner_group_operation()Campbell Barton