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-29Bone calculate roll (pos/neg options in menu)Campbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-29File Browser: Remove unused fileselect event valuejulianeisel
2015-01-29BGE: draw contact points + normals in yellowSybren A. Stüvel
2015-01-29BGE: draw contact points as sphere + line indicating the surface normal.Sybren A. Stüvel
2015-01-28Based on Sergey's suggestion, use spinlocks for threaded loading ofAntony Riakiotakis
2015-01-28Fix clicking into texpaint slots not changing active image in blenderAntony Riakiotakis
2015-01-28Code cleanup: break up project_paint_begin() into smaller functionsNicholas Bishop
2015-01-28Texture painting, support cycles UV Map nodes:Antony Riakiotakis
2015-01-28Sequencer: Option to skip strip proxy generation if they already existsSergey Sharybin
2015-01-28Add theme option for cliping borderAntony Riakiotakis
2015-01-28Fix dreaded black screen for missing proxies - if requested proxy sizeAntony Riakiotakis
2015-01-28Properly decrease users of images when deleting a paint slot.Antony Riakiotakis
2015-01-28Switch windows MSVC builds to OpenAL-softMartijn Berger
2015-01-28Stacked fullscreen area support (proper implemenation)julianeisel
2015-01-27Interface get rid of some quadstrips in favor of trianglestripsMartijn Berger
2015-01-27Correction to tooltip, object texture space is supported by both SVM and OSLSergey Sharybin
2015-01-27Fix T43398: Viewport "Renderend" ist not updated when a material is assigned ...Sergey Sharybin
2015-01-27Fix T43309 saving takes longer.Antony Riakiotakis
2015-01-27Followup fix for T43394: Reconnect feature was using identity matrix forLukas Tönne
2015-01-27Fix T43250, lamp node did not use energy when used with nodes in blenderAntony Riakiotakis
2015-01-27And one more infamous BPlayer Fix (tm).Bastien Montagne
2015-01-27Fix T43371 lamps not updated on appenidng. Remove GPU materials onAntony Riakiotakis
2015-01-27Fix T43429: bpy.ops.render.render() not working with scene in VSESergey Sharybin
2015-01-27Proxy job: make user cancelling actually matterAntony Riakiotakis
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
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