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-01-26missed last commitCampbell Barton
2015-01-26BGE: remove Py3.1 workaroundCampbell Barton
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-26Code cleanup: de-duplicate codegen texid assignmentNicholas Bishop
2015-01-26Code cleanup: use GPUDynamicType instead of intNicholas Bishop
2015-01-26Code cleanup: use GPUDataSource enum instead of intNicholas Bishop
2015-01-26Code cleanup: use bool instead of intNicholas Bishop
2015-01-26Code cleanup: use an enum for GPUNodeLink.imageNicholas Bishop
2015-01-26Code cleanup: use enums instead of definesNicholas Bishop
2015-01-26Code cleanup: move struct GPUFunction and related code out of headerNicholas Bishop
2015-01-26Code cleanup: use lowercase "gpu" prefix for static functionsNicholas Bishop
2015-01-26Code cleanup: remove do-nothing function `GPU_node_end`Nicholas Bishop
2015-01-26Code cleanup: remove some `UNUSED` parameters from static functionsNicholas Bishop
2015-01-26Code cleanup: retype various fields/parameters from int to GPUTypeNicholas Bishop
2015-01-26Code cleanup: remove parameter from GPU_node_link_create()Nicholas Bishop
2015-01-26Code cleanup: minor comment improvementsNicholas Bishop
2015-01-26Code cleanup: give anomymous enum used for CustomData.type a nameNicholas Bishop
2015-01-26UV Unwrap: Correct aspect was invertedCampbell Barton
2015-01-26Fix T43409: Particle instancing on hair sometimes doesn't have a pathLukas Tönne
2015-01-26Timeline: Draw keyframe lines at 60% heightSybren A. Stüvel
2015-01-26Fix T43394: hair remapping needs to handle "global" hair correctly.Lukas Tönne
2015-01-26Fix T38619: Confusing logic for Keying Set keyframing SettingsJoshua Leung
2015-01-26Fix T41834: Ctrl+LMB, Extrude Curves 2+ splinesCampbell Barton
2015-01-26Curves: BKE_nurb_copy left duplicate arraysCampbell Barton
2015-01-26Bugfix T43343: Buttons for Keyframing Settings are Mutually ExclusiveJoshua Leung
2015-01-26UI: macro for checking modifiersjulianeisel
2015-01-26Correction to c792e546991bd9: OS-Key should be checked as welljulianeisel
2015-01-26Cleanup: Remove ugly ELEM checks in modifier key handlingjulianeisel
2015-01-26If a modifier key is held, don't open context menujulianeisel
2015-01-25cleanup: warnings, spellingCampbell Barton
2015-01-25Crash when deleting NlaTrackRomanov Alexander
2015-01-25Fix T43399: VSE - don't show fps info when stopping animation with ALT+Ajulianeisel
2015-01-25Fix T43335: Node Editor: name doesn't updatejulianeisel
2015-01-25Cleanup: Ugly typo (retore->restore)julianeisel
2015-01-25Fix T43008: Support stacked fullscreen areasjulianeisel
2015-01-24Fix BGE compilation after recent renames in BKE_image (tsst...).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-24Cleanup: styleCampbell Barton
2015-01-23cleanup: styleCampbell Barton
2015-01-23Keep proper bone active group after removing first oneSergey Sharybin
2015-01-23PyAPI: Replace importlib.reload, not 'imp'Campbell Barton
2015-01-23Set bAction.chanbase to deprecatedCampbell Barton
2015-01-22Fix: Joining armatures fixes up the drivers accordinglyJoshua Leung
2015-01-22WIP: Attempt to get driver links remapped correctly when joining armaturesJoshua Leung
2015-01-22Fix: Joining armatures wasn't updating Action Constraints properlyJoshua Leung
2015-01-22Quit blender with non-zero exit code if tryign to use non-existing render eng...Sergey Sharybin
2015-01-22Fix T43120: Cycles mapping node rotation order is different from viewportSergey Sharybin
2015-01-22Expose shading node shading compatibility to the RNASergey Sharybin
2015-01-22bge.render.getStereoEye() and bge.types.LEFT_EYE/RIGHT_EYEDalai Felinto