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
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-15Logic window usability:Ton Roosendaal
2013-01-15style cleanupCampbell Barton
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2013-01-15Fix #33800: GLSL group nodes not using the external input value unless a nodeBrecht Van Lommel
2013-01-15Fix #33875: minimize stretch UV tool incremented in steps of 0.2 instead of 0.1,Brecht Van Lommel
2013-01-15Fix #33741,#33856: multi texture drawing problem with VBO's after a recent bu...Brecht Van Lommel
2013-01-15Render: set minimum render size to 1x1 instead of 2x2. As far as I can tell thisBrecht Van Lommel
2013-01-15Jpeg2000 should be saved with straight alphaSergey Sharybin
2013-01-15Follow general mathutils rules for naming straight<->premul functionsSergey Sharybin
2013-01-15fix [#33781] Confusing units in displacement modifier parametersCampbell Barton
2013-01-15Spelling correctionsSergey Sharybin
2013-01-15Two threading issues:Sergey Sharybin
2013-01-15write 16 bit PNG files even when there is no float buffer,Campbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-15vertex slide was using flipped value, wasnt so noticable unless you types in ...Campbell Barton
2013-01-15displace modifier incorrectly had mid-level set as a 'distance' subtyped prop...Campbell Barton
2013-01-14remove NULL checks for BM_iter_new() element iterators. replace checks with a...Campbell Barton
2013-01-14optimize BM_face_exists(), was doing a lot of redundant checks.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14Fix #33863: cycles viewport render crash entering edit mode on an object withBrecht Van Lommel
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2013-01-14Fix cycles hair in a dupligroup not showing in the correct location for viewportBrecht Van Lommel
2013-01-14fix own bug, edge crease and bevel weights lost on undo.Campbell Barton
2013-01-14no need to call BLI_countlist on idproperty groups when comparing.Campbell Barton
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-14fix [#33847] Ctrl+L doesnt works in edge selection modeCampbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2013-01-13draw vector icons using the the scaled width,height. The buttons window conte...Campbell Barton
2013-01-13fix for building with cycles.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13Add terminate call for crash handler for windows. Also add inactive codeAntony Riakiotakis
2013-01-13Stupid keyboard should know what coders want to type ! (i.e. another typo fi...Bastien Montagne
2013-01-13optimization for calcNonProportionalEdgeSlide(), avoid matrix multiply for ea...Campbell Barton
2013-01-13transform feature - G-key during transform toggles slide (edge slide or verte...Campbell Barton
2013-01-13add new vertex slide transform operator, different from the existing vertex s...Campbell Barton
2013-01-13Three fixes;Ton Roosendaal
2013-01-13Usability: Ton Roosendaal
2013-01-13Even though we want to get rid of this legacy compo soon, code should compile...Bastien Montagne
2013-01-13code cleanup: rename transform Slide operations to EdgeSlide.Campbell Barton
2013-01-13bge track-to actuator: reverse the order of the cross product rather then neg...Campbell Barton
2013-01-13BGE: Fix from HG1 for bug [#32831] "TrackTo aktuator +X direction not working...Mitchell Stokes
2013-01-13fix [#33846] Points of Curves in Vector Curves node can't have negative X or ...Campbell Barton
2013-01-13BGE: Adding preliminary alpha shadow support for Simple shadow maps. They do ...Mitchell Stokes
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2013-01-12minor speedup for construct_param_handle_subsurfed() break out of texface_fro...Campbell Barton
2013-01-12reduce customdata lookups for UV drawing and tools.Campbell Barton
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal