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-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-23OpenNL: removed unused softbody code.Brecht Van Lommel
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-11-22Fix T46678: Extending left handle of a VSE multicam effect strip with snap cr...Bastien Montagne
2015-11-20Fix T46826: EXR Compression method set in UI does not always get passed corre...Bastien Montagne
2015-11-19Fix T48806: mesh.materials.clear() does not decrement users counts.Bastien Montagne
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-11-17Clear timer on region duplicate, avoid double freeCampbell Barton
2015-11-16Fix/enhance BKE_mesh_validate_arrays.Bastien Montagne
2015-11-16Cleanup: typosCampbell Barton
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-11-14Fix T46701: Sampled FCurve looks jagged when FModifiers (doing nothing) are p...Joshua Leung
2015-11-13Fix T46726 shading issues in sculpt mode.Antony Riakiotakis
2015-11-13Fix T46762: UV transfer Object transform crash.Bastien Montagne
2015-11-13Fix T46469: Data Transfer Modifier don't work.Bastien Montagne
2015-11-13Tighten checks around unlinkable datablocks becoming LIB_EXTERN.Bastien Montagne
2015-11-13Cleanup: readfile: cleanup a bit error messages.Bastien Montagne
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Cleanup: unused definesCampbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-11And another fix to psys ID handling - ParticleSystem->part **is** user counted!Bastien Montagne
2015-11-11Fix (unreported) foreach ID looper going over some psys' IDs twice...Bastien Montagne
2015-11-11OpenGL Render: Support full-sample Anti-AliasingCampbell Barton
2015-11-11Cleanup: GL Render (simplify internal logic)Campbell Barton
2015-11-11Free libraries last, and not first - most datablocks may have link to those...Bastien Montagne
2015-11-11Fix (unreported) potential crash: ParticleSystem->part shall never be NULL.Bastien Montagne
2015-11-11Fix T46694: UVLoop incorrectly copied flagCampbell Barton
2015-11-10Cleanup: use func definitions for wm/notifiers/editors ID callbacks.Bastien Montagne
2015-11-10Correct order-of-freeing error from last commitCampbell Barton
2015-11-10Cleanup: ID usercount: moar checks and factorization. No change in behavior e...Bastien Montagne
2015-11-10Fix T46720: Crash applying subsurf modifierCampbell Barton
2015-11-10Cleanup: minor deduplicate of code.Bastien Montagne
2015-11-09Cleanup: `BKE_library_update_ID_link_user`: use `id_us_ensure_real` for `IDWA...Bastien Montagne
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-09Rework a bit id_us_min, and make it assert on usercount error.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-09Fix broken groupobject usercount handling.Bastien Montagne
2015-11-08Remove unused header filesSergey Sharybin
2015-11-08Fix T46712: Crash while rendering Freestyle sceneSergey Sharybin
2015-11-07Cleanup: spelling, headersCampbell Barton
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-04Fix compilation error with OpenSubdiv disabledSergey Sharybin
2015-11-04OpenSubdiv: Use pool for delayed OpenGL buffers free when freeing from non-ma...Sergey Sharybin
2015-11-03Fix T46672: Concurrent access to source DM in datatransfer modifier.Bastien Montagne
2015-11-03imp: show alert color if mesh has weight groups but no active group is selectedGaia Clary
2015-11-03Avoid assert weight painting w/o an active groupCampbell Barton
2015-11-03Fix T46611: Vertex group locking failsCampbell Barton
2015-11-03Fix related to T46567: Skin modifier: add a warning message when no valid roo...Bastien Montagne