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
2018-02-28Cleanup: comment for depth picking code, const argsCampbell Barton
2018-02-28Cleanup: use 'uint' for GPU_selectCampbell Barton
2018-02-27Collada: Remove obsolete codeGaia Clary
2018-02-27fix: Collada Matrixdata Importer tried to fix rotations where nothing was to ...Gaia Clary
2018-02-27Collada: removed unnecessary dup[licate matrix conversion in matrix data expo...Gaia Clary
2018-02-27Collada exporter: Replaced numbers 0/1 by boolean values fasle/true for bette...Gaia Clary
2018-02-27Collada Shape key export can create huge datafiles and may need some optimiza...Gaia Clary
2018-02-27Collada enable Export of animation data by defaultGaia Clary
2018-02-27Cleanup: remove unused duplicate codeCampbell Barton
2018-02-27Collada: Remove unused vector of flaot[4][4] valuesSergey Sharybin
2018-02-27Collada: Use floating point version of abs()Sergey Sharybin
2018-02-27GPU_select: correction to select-pick-finalizeCampbell Barton
2018-02-27GPU_select: utility function to finalize selectionCampbell Barton
2018-02-27Fix T54106: Save blend ignores 'check_existing'Campbell Barton
2018-02-27Collada: removed unused variables. fixed incompatible format in console outpu...Gaia Clary
2018-02-26simplified collada integration in Blender. made functions mostly similar with...Gaia Clary
2018-02-26Adding support for Matrix Transformation exportGaia Clary
2018-02-26collada: fix typo in if statementGaia Clary
2018-02-26as discussed on IRC this definition seems to be not necessaryGaia Clary
2018-02-26Cleanup: typosCampbell Barton
2018-02-26Revert "changing collada parameters"Campbell Barton
2018-02-26Cleanup: use function for clearing bmesh tagsCampbell Barton
2018-02-26Fix T50132: UV sticky mode is not respected with border/circle/lasso select.Hugo Sales
2018-02-25Fix incorrect text clipping on node link button in material properties.Brecht Van Lommel
2018-02-25Fix Player tm, a lifes jobJens Verwiebe
2018-02-25changing collada parametersGaia Clary
2018-02-24Fix a whitespace slipped inJens Verwiebe
2018-02-24Fix Plyer tmJens Verwiebe
2018-02-24T45687: Rework the Export/Import of AnimationsGaia Clary
2018-02-24Smoke: expose empty space clipping property to the UI.Kévin Dietrich
2018-02-24OpenVDB : use underscores instead of spaces in grid names.Kévin Dietrich
2018-02-23Cycles: add Principled Volume shader.Brecht Van Lommel
2018-02-23Smoke: change default flame temperatures to match OpenGL preview.Brecht Van Lommel
2018-02-23Smoke: add temperature grid, with values 0..1 corresponding to 0..1000K.Brecht Van Lommel
2018-02-23Nodes: left align text for color and string sockets, same as other types.Brecht Van Lommel
2018-02-23Fix T54137: OpenEXR files with long red/green/blue channel names not loading ...Brecht Van Lommel
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2018-02-23Cleanup: header guards & styleCampbell Barton
2018-02-22Depsgraph: Fix mistake in previous refactor commitSergey Sharybin
2018-02-22Cleanup: Fix const pointers mess in previous commit.Bastien Montagne
2018-02-22Fix (unreported) meshes changing shading when creating empty clnors data.Bastien Montagne
2018-02-22Cleanup: clnor code: more 'do not use same varname for two different things'.Bastien Montagne
2018-02-22Fix T54129: Moving keyframes on top of other keyframes, removes both keyframesJoshua Leung
2018-02-22Fix: Don't ignore duplicate channels when doing border/circle/lasso selectJoshua Leung
2018-02-22Depsgraph: Remove unused argumentSergey Sharybin
2018-02-22Depsgraph: Remove unused bmain from modifiers relations update contextSergey Sharybin
2018-02-22Fix compilation error with legacy depsgraph disabledSergey Sharybin
2018-02-22Depsgraph: Wrap all arguments foe modifiers relations update into a structSergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin