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
2016-11-24Base list refcount with Bastien MontagnelayersDalai Felinto
2016-11-24Fix reading collection objects and small refactors here and thereDalai Felinto
2016-11-24collections.objects.link()Dalai Felinto
2016-11-24Use BLI_genericNodeNDalai Felinto
2016-11-23Layers doversion: use 1, 2, 3, ... for new collectionsDalai Felinto
2016-11-23RNA: layer.collections[2].objectsDalai Felinto
2016-11-23Fix mem leak for recursive collections and get layer.bases and objectsDalai Felinto
2016-11-23Cleanup: silence unused prop warningDalai Felinto
2016-11-23Finish nested collections rna (recursions ftw)Dalai Felinto
2016-11-23Fix nested collection write/readDalai Felinto
2016-11-23Fix crash when dupli sceneDalai Felinto
2016-11-22Layer collection nesting (DNA/RNA)Dalai Felinto
2016-11-22Layer collection initial RNADalai Felinto
2016-11-22BKE_scene_ layer/collection API touch upsDalai Felinto
2016-11-22Fix compiling with Cycles enabledJulian Eisel
2016-11-22Merge branch 'blender2.8' into layersJulian Eisel
2016-11-22Use const for color array argumentsJulian Eisel
2016-11-22Fix missing conversion of uchar color to floatJulian Eisel
2016-11-22Use enum instead of preprocessor definesJulian Eisel
2016-11-22Add/use DNA_DEPRECATED_LAYERSJulian Eisel
2016-11-22Initial RNA for scene layersDalai Felinto
2016-11-22Fixup for versioning: name initial layer ... "Layer"Dalai Felinto
2016-11-21Layers - initial commitDalai Felinto
2016-11-19Merge branch 'master' into blender2.8Bastien Montagne
2016-11-19bgl do not bind parts of OpenGL that are not exposed in core profilesMartijn Berger
2016-11-19Fix T49991: reloading librairies doesn't update node groups.Bastien Montagne
2016-11-19Fix NodeGroup generic verify function crashing if node's ID pointer is NULL.Bastien Montagne
2016-11-19Fix (unreported) nodeRemoveAllSockets() not clearing inputs/outputs sockets l...Bastien Montagne
2016-11-19Fix forward-compat Nodes write code being executed also for undo steps writing.Bastien Montagne
2016-11-19Fix Node space ID remap callback not handling node trees.Bastien Montagne
2016-11-19Fix T50071: Radience HDR fomat does not support alpha at all.Bastien Montagne
2016-11-18Fix UV layer bug in object_utils.object_data_add()Campbell Barton
2016-11-18Add Torus: avoid excessive attr accessCampbell Barton
2016-11-18BMesh: invalid return from BM_mesh_validateCampbell Barton
2016-11-18Minor debug-report tweak to autosave code.Bastien Montagne
2016-11-18Cycles: Different noise seed for stereoscopic rendering (Fix #T50024)Dalai Felinto
2016-11-18Depsgraph: Fix residue of debug-only codeSergey Sharybin
2016-11-18convert icon_draw_texture to gawain imm mode replacementsMartijn Berger
2016-11-18Fix T50035: Minor interface bug: UV/ImageEditor - Paint Mode - Fill BrushBastien Montagne
2016-11-18Fix (unreported) bad handling of brush's fill threshold value.Bastien Montagne
2016-11-18Fix T50052: bpy.utils.unregister_module doesn't unregister classes of submodu...Bastien Montagne
2016-11-18Fix T50063: Editing driver's expression eliminates "Zero" numberJulian Eisel
2016-11-18Implement multi-view stereo support for image emptiesDalai Felinto
2016-11-18Fix potential NULL dereference in mesh sequence cache modifier.Bastien Montagne
2016-11-18Fix copy/paste typo in new depsgraph object geometry builder (found by coveri...Bastien Montagne
2016-11-18fix problem from D2360Mike Erwin
2016-11-18Moved UI_view2d_grid_draw() to immediate functionsBenjamin N. Summerton
2016-11-18OpenGL: textview port to immediate mode -> T49043Mike Erwin
2016-11-18use new enum types in glutil & imm_utilMike Erwin
2016-11-17delete deprecated fdrawXORcirc functionMike Erwin