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-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
2014-07-16Fix T40146: BGE Compound parent crashMitchell Stokes
2014-07-15BLI_kdopbvh: Replace realloc's with BLI_stackCampbell Barton
2014-07-15BLI_stack: various small additionsCampbell Barton
2014-07-15No preemptive removal of muted and reroute nodes from compositor nodeLukas Tönne
2014-07-15Fix T41067: Muted nodes still do data type conversions.Lukas Tönne
2014-07-15Edgehash: Improve magic number for hashingCampbell Barton
2014-07-15Fix T41074: Several Mouse Look actuators not working well together when reset...Mitchell Stokes
2014-07-15BGE: TrackTo actuator: increasing up & track axis optionsJorge Bernal
2014-07-15Fix T41044 Cycles Bake: world space location affects object space normal passDalai Felinto
2014-07-14Follow up to previous commit.Antony Riakiotakis
2014-07-14Feature request:Antony Riakiotakis
2014-07-14GHash, EdgeHash: add debugging function to measure the hash qualityCampbell Barton
2014-07-14Error in last commitCampbell Barton
2014-07-14Py/API: add bmesh.utils.face_split_edgenetCampbell Barton
2014-07-14Tooltip improvements for modifier functionsgaiaclary
2014-07-14Remove redundant NULL checkCampbell Barton
2014-07-14BMesh: avoid redundant normalize comparing anglesCampbell Barton
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-07-14Math Lib: accept a limit of 0.0 when comparing vectorsCampbell Barton
2014-07-13Tooltip improvements for modifier functionsgaiaclary
2014-07-13Freestyle: minor docstring fixes.Tamito Kajiyama
2014-07-13Followup to rB320b7a59c3eed: also handle background image ID refcount when du...Bastien Montagne
2014-07-13BMesh: minor speedup to BM_face_split_edgenetCampbell Barton
2014-07-13BMesh: remove error check on radial loops and consistent namingCampbell Barton
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-12Code Cleanup: use constCampbell Barton
2014-07-12BGE debug API and actuatorHG1
2014-07-12Correct error in BM_face_split_edgenet when no faces are splitCampbell Barton
2014-07-11Fix potential bug in loop normals code.Bastien Montagne
2014-07-11Another attempt for T40981, clipping border does not work with GLSL onAntony Riakiotakis
2014-07-11View3D Walk: Use scene gravity instead of hardcoded value (fix T40921)Dalai Felinto
2014-07-11View3D Walk: Rename gravity by gravity_state (cleanup)Dalai Felinto
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-07-11BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-07-11Fix T40257: Frustum culling not working properlyMitchell Stokes
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-07-11Add mesh tool to split faces by wire edges (face menu)Campbell Barton
2014-07-11BMesh: new face splitting function BM_face_split_edgenetCampbell Barton
2014-07-10Fix for invalid memory access in graph editor when deleting the lastLukas Tönne
2014-07-10Revert "Fix T40257: Frustum culling not working properly"Mitchell Stokes
2014-07-10Fix T40909: BGE softbodies broken.Mitchell Stokes
2014-07-09Attempt to mitigate issue T40981Antony Riakiotakis
2014-07-09Fix T40997, artifacts when unhiding part of the mesh in dyntopo.Antony Riakiotakis
2014-07-09Fix T40991, mirrored armatures not restored properly when cancelling.Antony Riakiotakis
2014-07-09Implement Start Resolution for preview render in BISergey Sharybin