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
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-19Code cleanup: warningsCampbell Barton
2014-07-19Fix T40658: UV map node not working for GLSL materials.Brecht Van Lommel
2014-07-19Fix T41100: draw other object UVs doesn't work when both objects have no image.Brecht Van Lommel
2014-07-19Editmesh: Add options for selecting manifoldCampbell Barton
2014-07-19Cleanup: Use more logically constructed ELEM macrosCampbell Barton
2014-07-19Fix T41010: MetaBall Duplivert Unwanted Movement Bug.Bastien Montagne
2014-07-19MBall cleanup: remove unused F_ERROR references, als fix/enhance BKE_mball_ba...Bastien Montagne
2014-07-19Fix RGN_DRAW_REFRESH_UI flag being overwrittenCampbell Barton
2014-07-19Cleanup: warningCampbell Barton
2014-07-18Cleanup in MBALL/displist: no need to create curvecache for non-basis mballs,...Bastien Montagne
2014-07-18Cleanup: curvecaches for curves, not mballs!Bastien Montagne
2014-07-18Fix T41109: Reloading image that has been modified outside Blender does not u...Sergey Sharybin
2014-07-18Fix T41114: Particle systems cause memory corruption due to invalidLukas Tönne
2014-07-18Fix T41039: Hook modifier sometimes fails to retain correct bezier curve poin...Sergey Sharybin
2014-07-18Fix wrong index update when removing CV pointsSergey Sharybin
2014-07-18BGE: Add property/material detection and X-Ray for mouse over any sensorMitchell Stokes
2014-07-18BGE: Add missing documentation and attribute constraint_type for ConstraintWr...HG1
2014-07-18BGE: Add level mode to property actuatorHG1
2014-07-18Code cleanupCampbell Barton
2014-07-18Fix -1 passed as boolCampbell Barton
2014-07-18Fix a BI bug: when an object had dupliobjects children, it was never rendered...Bastien Montagne
2014-07-18Fix T41113: Hide doesn't work on particle systemsBastien Montagne
2014-07-17Add helper to validate (and fix) material indices of meshes' polygons, curves...Bastien Montagne
2014-07-17Bake-API: progress (bar) workingDalai Felinto
2014-07-17BGE: rtsp support for VideoTexture (video streaming)Dalai Felinto
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-07-17Use compiler attributes for more BLI libsCampbell Barton
2014-07-17Fix for bmesh_vert_separate adding to visithash multiple timesCampbell Barton
2014-07-17Correct error in recelty added BM_face_split_edgenetCampbell Barton
2014-07-17Correct previous commit - space crept in patchCampbell Barton
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-07-17bmesh py api: add bmesh.utils.vert_splice(...)Campbell Barton
2014-07-17bmesh py api: BPY_BM_CHECK_SOURCE_* macro now accepts multiple argsCampbell Barton
2014-07-17Follow-up to code cleanup in rB415af0b: Keep compound terms as they are.Tamito Kajiyama
2014-07-17Cleanup: dead codeCampbell Barton
2014-07-17BMesh: use compiler attributes for queries, structureCampbell Barton
2014-07-17BMesh: Add BM_vert_pair_share_face_checkCampbell Barton
2014-07-16Fix T41075: Segfault when attempting to escape from bone translation.Bastien Montagne
2014-07-16Clean up of dead code.Bastien Montagne
2014-07-16Automatic commit by arcgaiaclary
2014-07-16Sort vertex groups by Armature Hierarchygaiaclary
2014-07-16Fix T41088: Canceling pose library preview does not reset to previous pose.Bastien Montagne
2014-07-16BMesh: optimize BM_vert_splice to avoid getting a loop array firstCampbell Barton
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-07-16Renamed CTX_data_linestyle_from_scene() to BKE_get_linestyle_from_scene().Tamito Kajiyama
2014-07-16bmesh py api: add BMesh.calc_tessface()Campbell Barton
2014-07-16bmesh py api: add typed tuple-from-array functionsCampbell Barton
2014-07-16BLI_kdopbvh: assert for bad inputCampbell Barton
2014-07-16BLF: avoid float/int conversion drawing glyphsCampbell Barton