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
2013-07-15fix for error in string copyCampbell Barton
2013-07-15debug option (off by default), for BLI_string to help find incorrect sizes be...Campbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix [#36128] Not deselect all bone when I press the A button in edit modeCampbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-15fix regression [#36141] Crash with skin and remesh modifier in edit mode.Campbell Barton
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-07-15== libredcode / licence cleanup ==Peter Schlaile
2013-07-14fix: #36060 Collada Import: animated armature+mesh problemGaia Clary
2013-07-14Removed unused paramter from ArmatureImporter:add_joint()Gaia Clary
2013-07-14Fix a few issues found by coverity code scan in cycles code, nothing that causedBrecht Van Lommel
2013-07-14fix for case where negative index was used when rendering particles with UV's...Campbell Barton
2013-07-14Fix some unnecessary memory allocation slowness in cycles mesh export.Brecht Van Lommel
2013-07-14minor: commented fallthroughGaia Clary
2013-07-14recent changes to particle normal orientation change behavior in a way you mi...Campbell Barton
2013-07-14fix [#36135] File name of previously saved render result no longer rememberedCampbell Barton
2013-07-14fix relating to [#36093] Stationary Particle system - particle Y axis fails t...Campbell Barton
2013-07-14fix: #34823 Collada: nodes exporting world matricesGaia Clary
2013-07-13Fix for [#35482] 2.67 freestyle line visibility computation bug.Tamito Kajiyama
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-13fix for more errors with switch missing breakCampbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-07-13correct bad allocation sizes, unwrap was over-allocating, makesdna was under ...Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-07-13fix for 2 bugs in animation playbackCampbell Barton
2013-07-13fix for missing break with compositor levels (blue passed through to luminance)Campbell Barton
2013-07-13fix for orthogonalize_m3,4, missing break statements in switch.Campbell Barton
2013-07-13remove redundant null checks and avoid divide by zero in driver evaluationCampbell Barton
2013-07-13fix errors in codeCampbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-13fix bad uses of sizeof() with memory allocation.Campbell Barton
2013-07-13Fix #35470: crash rendering from the terminal in some cases due to render infoBrecht Van Lommel
2013-07-13Fix #35586: add an option to the Z Combine compositing node to disable the ZBrecht Van Lommel
2013-07-12Fix #35827: object selection through camera view not working in some cases.Brecht Van Lommel
2013-07-12Fix #36115: dynamic paint not showing correct result after file load or undo.Brecht Van Lommel
2013-07-12Related to #36115: show in render info text when 3D view layer or camera over...Brecht Van Lommel
2013-07-12Moved code for calculating local_matrix to BKE funtion for reuseGaia Clary
2013-07-12fix [#36109] UI softlock when first property of an operator is StringCampbell Barton
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-12fix [#36093] Stationary Particle system - particle Y axis fails to follow emi...Campbell Barton
2013-07-12Expose node.select exec callback to an operatorSergey Sharybin
2013-07-12fix for crash with texture-baking caused by recent changes to render-database...Campbell Barton
2013-07-12fix [#36106] Defining the Loopcut number with the keyboard is limited to 130Campbell Barton
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-07-12UI / Cycles:Thomas Dinges
2013-07-11Fix for Bug #35695: Freestyle produces extra line across an object with point...Tamito Kajiyama
2013-07-11fix [#36105] Bevel UV FlickerCampbell Barton
2013-07-11utility function for printing arbitrary sizes vectors.Campbell Barton
2013-07-11fix [#36100] bevel lost selectionCampbell Barton