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-30Libquery: fix double-handling of object pointer in scene's basact base.Bastien Montagne
2015-11-30Fix T46628: Strips overlapping in VSEJulian Eisel
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-26Fix crash when ding dyntopo sculptingSergey Sharybin
2015-11-26Fix (unreported) libquery's IDLooper for constraints not handling correctly r...Bastien Montagne
2015-11-26Fix recent c99 cleanup w/ openmpCampbell Barton
2015-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-24Fix T46851: Crash on multires more than millionSergey Sharybin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-24Fix T46816: Vert/Edge snap fails at edge of boundsCampbell Barton
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