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-02-21gameengine: removing addInitFromFrame hackInes Almeida
2015-02-21gameengine: dataconversion import and whitespace cleanupInes Almeida
2015-02-21Fix T33762 - texture fonts were not using the material color (gameengine)HG1
2015-02-21makeScreenshot - adding frame number to the filenameHG1
2015-02-21commiting patch to fix T30173Benoit Bolsee
2015-02-21gameengine: KX_Scene comment cleanupInes Almeida
2015-02-21BGE cleanup: removing unused async logic bricksInes Almeida
2015-02-21Correction for RNA getter of use_save_buffersSergey Sharybin
2015-02-21BGE: Fix T43215: Rigidbody constraints deletion.Thomas Szepe
2015-02-20RNA: use 1/0 for object layersCampbell Barton
2015-02-20Yet another commit to get rid of missing faces in fill brushes.Antony Riakiotakis
2015-02-20Sequencer: allow scene volume above 1Campbell Barton
2015-02-20Fix T43739: bad documentation for bmesh py `intersect_face_point()`Bastien Montagne
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-20Revert "Cast result of rna_RenderSettings_use_game_engine_get to {0, 1}"Sybren A. Stüvel
2015-02-20Cast result of rna_RenderSettings_use_game_engine_get to {0, 1}Sybren A. Stüvel
2015-02-20RNA: calloc -> malloc when fixbuf is uninitializedCampbell Barton
2015-02-20Fix for unlikely NULL pointer dereferenceCampbell Barton
2015-02-20Fix possible (unlikely) memory leakCampbell Barton
2015-02-19Skip flip check in cases where it's not needed.Antony Riakiotakis
2015-02-19Remove flipping for colinear case/ In such cases it is doubtful whetherAntony Riakiotakis
2015-02-19Projective painting: Only dither if factor is more than zeroAntony Riakiotakis
2015-02-19Fix T43735 painting on perpendicular to the screen polygons isAntony Riakiotakis
2015-02-19Fix 2d paint issue with textured brushes: Multiply brush color withAntony Riakiotakis
2015-02-19bge physics: disallowing compound collisions for soft bodiesInes Almeida
2015-02-19gameengine physics: removing triangle mesh collision option for character con...Ines Almeida
2015-02-19Animation ghosting: when tweaking start-end values don't clamp userAntony Riakiotakis
2015-02-19RNA: pass only 0/1 to RNA_property_boolean_setCampbell Barton
2015-02-19RNA: poll functions restricting object typesCampbell Barton
2015-02-19BGE: Fix T41502 Path following jumpingJorge Bernal
2015-02-19Fix minor mistake - only increase size of compositing when stencil -is-Antony Riakiotakis
2015-02-19Report total unfreed memory size on exitSergey Sharybin
2015-02-18CMake: remove expression in endif(...)Campbell Barton
2015-02-18CMake: indent & missing headerCampbell Barton
2015-02-18RNA: assert when non 0/1 values used as boolCampbell Barton
2015-02-18RNA: assert on over-sized array index accessCampbell Barton
2015-02-18RNA: use __func__ for alloc-id'sCampbell Barton
2015-02-18BGE: Fix T42437: Physics/Compound bugJorge Bernal
2015-02-18BGE: Fix T41570: Blender crash when physics createConstraintJorge Bernal
2015-02-18Fix T43716 regression in mask modifier - edges could access out ofAntony Riakiotakis
2015-02-18New filebrowser bookmarks: Some minor fix/optimization from latest coverity r...Bastien Montagne
2015-02-18Fix Windows build.Bastien Montagne
2015-02-18Include SDL information in system info text.Sybren A. Stüvel
2015-02-18Use clamp to border for brushes or textures can "leak" after rotatingAntony Riakiotakis
2015-02-18GPencil: RMB menu tools in Outliner works for GP Layers nowJoshua Leung
2015-02-18GPencil Fix: Added checks to ensure that copy/paste doesn't paste incompatibl...Joshua Leung
2015-02-18Fix free'd memory use removing constraintCampbell Barton
2015-02-18Do not allocate an XRay buffer if compositing is dnot one for offscreenAntony Riakiotakis
2015-02-18cleanup & missing breakCampbell Barton
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton