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
2015-01-20Renaming "Kink" texture influence to "Kink Frequency" to be moreLukas Tönne
2015-01-20Allow clumping and roughness in Spiral kink mode as well.Lukas Tönne
2015-01-20Removed unused old code.Lukas Tönne
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-20Spiral kink mode for particles.Lukas Tönne
2015-01-20Optional clumping noise feature for simulating twisted hair strands.Lukas Tönne
2015-01-20Curve-based control for "roughness" (noise displacement) of child hair.Lukas Tönne
2015-01-20Curve-based control for child path tapering.Lukas Tönne
2015-01-20Moved kink, clump and roughness functions into the dedicated source file.Lukas Tönne
2015-01-20Reorganizing hair child code a little bit to make it not totally insane.Lukas Tönne
2015-01-20Separate context freeing from task freeing in threaded particle updatesLukas Tönne
2015-01-20Moved render simplification function for particle distribution into theLukas Tönne
2015-01-20Use the generic task scheduler for threaded particle tasks, i.e.Lukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne
2015-01-20Improved child hair curling for interpolated child particles.Lukas Tönne
2015-01-20Fix for crash when going into particle edit mode with baked hairLukas Tönne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-07Recalculate particle pathcache stuff for all particles instead ofLukas Tönne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-29Fix T42294: Bullet rigidbody point cache reading was using uninitializedLukas Tönne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-07-20Fix T41122: Mask modifier followed by hair particles causes crash on render (...Bastien Montagne
2014-07-08Fix T40983 Particle Texture use of generated coordinates is wrong.Lukas Tönne
2014-06-29Fix T40733: Segfault with hair particles cache and vgroups.Lukas Tönne
2014-05-21Fix T40299, Crash on rendering due to dependency cycles and NULL pointer when...Lukas Tönne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-26Fix T39432: yet another particle bug caused by inconsistent num_dmcacheLukas Tönne
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-11Fix T39078: crash increasing hair emission numberCampbell Barton
2014-03-07Fix for own commit: particle rng arrays should be declared extern in theLukas Tönne
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-10-04Remove prints from own r60549, sorry for the noise.Bastien Montagne
2013-10-04Fix obvious bug in particle code (copying normal into nor when in if(ornor) b...Bastien Montagne
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-08Fix #36274: empty particle texture slots should not have any influence, sameBrecht Van Lommel
2013-07-14fix for case where negative index was used when rendering particles with UV's...Campbell Barton
2013-07-10fix [#36079] Use Modifier Stack Crash with ParticlesCampbell Barton
2013-06-25Fix particle hair display percentage not properly getting restored afterBrecht Van Lommel
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-05-26BLI_math rename functions:Campbell Barton