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-11-13Cleanup: readfile: avoid some verbose if() checks which are already done in c...Bastien Montagne
2015-11-13Fix T46757: Blender Close when try to render an AnimationSergey Sharybin
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Fix T46749: Texture paint & shadeless mode failsCampbell Barton
2015-11-12Frame Server: use main render loopCampbell Barton
2015-11-12Fix T46641: Bicubic transform on ID channel is not bicubicSergey Sharybin
2015-11-12Fix T46320: New Depsgraph: Auto-IK doesn't workSergey Sharybin
2015-11-12Fix T46729: Render result different between animated and still rendersSergey Sharybin
2015-11-12Fix T46748: OpenEXR output different when frame saved with F3 vs. in an anima...Sergey Sharybin
2015-11-12Fix error cutting node linksCampbell Barton
2015-11-12Transform input: don't change initial cursor valueCampbell Barton
2015-11-12Fix for factory settings loading without UICampbell Barton
2015-11-12Cleanup: unused definesCampbell Barton
2015-11-12Correct error in own matrix normalize commitCampbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-11Correct assert in own last commitCampbell Barton
2015-11-11Cleanup: readfile.c: use id_us_ensure_real() instead of own custom 'at least ...Bastien Montagne
2015-11-11Fix T46741: Transform ignores constraint spaceCampbell Barton
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-10Fix T46743: Crash w/ limit rotation constraintCampbell Barton
2015-11-10Cleanup: make readfile.c also use ID_FAKE_USERS.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-10Fix T46711: view3d UI limits not scaled w/ sceneCampbell Barton
2015-11-10Cleanup: minor deduplicate of code.Bastien Montagne
2015-11-10BGE: allow setting velocity to zero in a motion actuator.Sybren A. Stüvel
2015-11-10Fix (unreported) broken background mode of Blender (due to OSD cleanup called...Bastien Montagne
2015-11-10Fix T46738: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-10Fix compilation error with IME enabled after recent changesSergey Sharybin
2015-11-10"Fix" assert in new UI align code.Bastien Montagne
2015-11-10Prevent non-button space used as a SPACE_BUTS from template_previewSergey Sharybin
2015-11-10Text Editor: use line-number color for marginCampbell Barton
2015-11-10Cleanup: move ui-selextend defines into headerCampbell Barton
2015-11-10UI: support editing >400 length text buttonsCampbell Barton
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-09Cleanup: readfile: get rid of USER_ONE, replaced by USER_REAL everywhere.Bastien Montagne
2015-11-09UI: avoid duplicating the string to set the cursorCampbell Barton
2015-11-09Fix broken groupobject usercount handling.Bastien Montagne
2015-11-08Code cleanup: remove some unused mesh laplacian code.Brecht Van Lommel