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
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-24Back to "Espanol" (instead os "Castellano"), as it looks to be the standard f...Bastien Montagne
2012-10-24Removed the experimental (and commented-out) code for FOR and WHILE loops in ...Lukas Toenne
2012-10-24Bugfix #32617Ton Roosendaal
2012-10-24style cleanupCampbell Barton
2012-10-24Updated crop image setting to make every pixel outside the crop black asJeroen Bakker
2012-10-24Adding a pixelate node.Jeroen Bakker
2012-10-24use smaller type for kdopbvh - this change was made as a size optimization, a...Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-24code cleanup: move doxy comments into the C files.Campbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-10-24enable decimate modifier for curves.Campbell Barton
2012-10-24use int's for kdopbvh start/stop axis since there were loops comparing with o...Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-24fix [#32855] Obj im and export and the file path and nameCampbell Barton
2012-10-24comment R_SEQ_GL_REND flag, opengl render now does gl previews.Campbell Barton
2012-10-24- enable GPU mipmap generation by default (Sergey and I wanted to change this...Campbell Barton
2012-10-24enable rendering from the sequencer again. this was working since 2.4x and sh...Campbell Barton
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-24Final fix for [#31017] Particles not generated on Grid DistributionJanne Karhu
2012-10-24Partially replace convex hull implementation with Bullet implementationNicholas Bishop
2012-10-24Patch Bullet to make it's convex hull implementation usable in BMeshNicholas Bishop
2012-10-24Separate languages file generation code into its own script (much better this...Bastien Montagne
2012-10-23Fix #2 for [#32954] Crash when activating 'International Fonts' in User Prefe...Bastien Montagne
2012-10-23Fix #27834: AAO color bleeding failure case with raytraced shadows.Brecht Van Lommel
2012-10-23Fix knife sensitivity issue (#30637): better calculation of howHoward Trickey
2012-10-23Fix #32954: Crash when activating 'International Fonts' in User PreferencesSergey Sharybin
2012-10-23Cycles: update buffers only once in a while when progressive refine is usedSergey Sharybin
2012-10-23Solve unresolved call of min(int&, unsigned int&)Sergey Sharybin
2012-10-23Fix #32951: Progressive refine crashing Blender when used with multiple cudaSergey Sharybin
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23Fix #32837: DDS images flipped in viewport compared to render. This happenedBrecht Van Lommel
2012-10-23skip hidden datablocks when switching screens.Campbell Barton
2012-10-23comment quick cache RNA and quiet compiler werning.Campbell Barton
2012-10-23Related to previous commit I did:Ton Roosendaal
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-10-23Fix #30801: cycles rendering issue with missing particle instances in a dupli...Brecht Van Lommel
2012-10-23Use better epsilon for line intersection, fixes bug whereHoward Trickey
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-23debug output: stop printing event handlers for mouse moves of mouse inbetween...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix for direct_link of local ID data blocks (node trees in material/lamp/worl...Lukas Toenne
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-23code cleanup: remove $Id's that crept back in, also osl style editsCampbell Barton
2012-10-23Correction to recent fix for shader nodes -- image could be not loaded yetSergey Sharybin
2012-10-23Sizeerror 8 fix for DecimateModifierDataSergey Sharybin
2012-10-23Fix #32943: sculpt mode draw crash with VBO and flat shaded, hidden faces.Brecht Van Lommel
2012-10-23fix for crash using an uninitialized pointer when fcurves reference missing c...Campbell Barton