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-01-29cleanup: pep8Campbell Barton
2015-01-29Audaspace: Fix typo in speed of sound initialization value by lordloki (Jorge...Jörg Müller
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-28Update scons build documentationSergey Sharybin
2015-01-28Added default install location from install_deps.sh to FindOpenEXR.cmakeSergey Sharybin
2015-01-28Fix clicking into texpaint slots not changing active image in blenderAntony Riakiotakis
2015-01-28Fix warning from previous commit:Antony 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-28cleanup: py importsCampbell Barton
2015-01-28Stacked fullscreen area support (proper implemenation)julianeisel
2015-01-28OSL: Updates for OSL 1.5 API changes.Thomas Dinges
2015-01-27Fix T43388 Cycles Baking gives different results than Cycles RenderDalai Felinto
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 T43346: Window mapping is wrong in preview renderSergey Sharybin
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 T43367: Non-wacom tablets broken on Blender in linux?Bastien Montagne
2015-01-27Fix T43371 lamps not updated on appenidng. Remove GPU materials onAntony Riakiotakis
2015-01-27Correct path to mingw64 libs so some minimal blender subset is possible to be...Sergey Sharybin
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-27Fix T43408: Putting steps and keys properties into an inactive sublayoutLukas Tönne
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