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-24Fix blender player link error with scons, include opennl for lapacian smooth ...Brecht Van Lommel
2012-10-24Solved the problem when WITH_PLAYER activated.Alexander Pinzon
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-24fix for maximized startup blend preventing -p command line argument from work...Campbell Barton
2012-10-24set default value of defocus maxblur when this is unset during reading.Jeroen Bakker
2012-10-24Patch #31641: Text editor: unindent even if no selectionSergey Sharybin
2012-10-24made mistake of saving last startup.blend on my second monitor, looks like th...Campbell Barton
2012-10-24Bugfix #31527Ton Roosendaal
2012-10-24Fix #32951: Progressive refine crashing Blender when used with multiple cuda ...Sergey Sharybin
2012-10-24Unhide "simplify stroke" option of Grease Pencil strokes in userpref UI... Lo...Bastien Montagne
2012-10-24Oeps... Enabled the pixelate node added documentation, removed unneededJeroen Bakker
2012-10-24Bugfix #32496Ton Roosendaal
2012-10-24Fix #32835, Reroute node on shading nodes connection gives wrong renders.Lukas Toenne
2012-10-24no need to update normals when running edge-split modifier since the normals ...Campbell Barton
2012-10-24reneme volume_preservation -> use_volume_preserveCampbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24UI fixes for Laplacian Smooth (r51578):Thomas Dinges
2012-10-24Compile fix for r51578:Thomas Dinges
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