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
2015-02-08Naming cleanup: better consistency in extern/ptexNicholas Bishop
2015-02-08Minor includes cleanup in bke_ptex.cNicholas Bishop
2015-02-08Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-08Initial vertex slide UV-correct supportCampbell Barton
2015-02-08BoxPack: avoid using static vars (make threadsafe)Campbell Barton
2015-02-08CMake: only quiet warnings for generated rna filesCampbell Barton
2015-02-08Move some of the Ptex code behind a WITH_PTEX ifdefNicholas Bishop
2015-02-08Minor code cleanups for PtexNicholas Bishop
2015-02-07Minor code cleanups for PtexNicholas Bishop
2015-02-07Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-07Fix linker error in blenderplayerNicholas Bishop
2015-02-07Compilation fix for game engineNicholas Bishop
2015-02-07RNA: use FUNC_USE_MAIN to avoid 'G' globalCampbell Barton
2015-02-07RNA: packing functions for vfont & soundCampbell Barton
2015-02-07GPencil: Initial support for GP Layers in OutlinerJoshua Leung
2015-02-07GPencil: Initial support for Grease Pencil in the OutlinerJoshua Leung
2015-02-06Fix T42950: Smoke particle flow doesn't work with high res and subframes unle...Miika Hamalainen
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-06cleanup: styleCampbell Barton
2015-02-06UserPrefs: increase max undo steps to 256Campbell Barton
2015-02-06rename SIPO_AUTOVIEW -> SIPO_AUTO_VIEW_SELECTEDCampbell Barton
2015-02-06One more crashing instance for hashesAntony Riakiotakis
2015-02-06Temporary hack to ensure packed image pointerNicholas Bishop
2015-02-06Hacky fix for saving texpaint ptex changesNicholas Bishop
2015-02-06Add initial Ptex support to texture paint modeNicholas Bishop
2015-02-06Allow ptex node to be a texpaint slotNicholas Bishop
2015-02-06Add Ptex mesh operatorsNicholas Bishop
2015-02-06Update Blend file saving/loading for PtexNicholas Bishop
2015-02-06Add Ptex UV interpolation to subsurf modifierNicholas Bishop
2015-02-06Add Ptex shader nodeNicholas Bishop
2015-02-06Add support for GPU drawing of Ptex textures to image nodeNicholas Bishop
2015-02-06Add Ptex infrastructure to GPU moduleNicholas Bishop
2015-02-06Update DerivedMesh for Ptex drawing/renderingNicholas Bishop
2015-02-06Tesselation for Ptex loop layerNicholas Bishop
2015-02-06RNA updates for PtexNicholas Bishop
2015-02-06Add new CustomData layers for PtexNicholas Bishop
2015-02-06Add basic Ptex reading via OIIO to ImBufNicholas Bishop
2015-02-06Slip tool accepts numerical input.Antony Riakiotakis
2015-02-06Get rid of no scaling for proxies for master, it causes FX to crash,Antony Riakiotakis
2015-02-06Graph Editor: Auto Viewjulianeisel
2015-02-06Fix T43578: Beauty Triangulation would hang in infinite loop, due to float rp...Bastien Montagne
2015-02-06Fix sequencer crashing after recent GHash refactor.Antony Riakiotakis
2015-02-06Add a precision to 'show group color' tooltip, that fcurve/action editors opt...Bastien Montagne
2015-02-06Fix some UI messages from own recent merge, and RNA code checking for final '...Bastien Montagne
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-06Animation play: Follow feature. Enabled from playback menu in theAntony Riakiotakis
2015-02-05More fixes for high DPI:Antony Riakiotakis