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/intern
AgeCommit message (Expand)Author
2012-08-26Merge from trunk r49908-r50219smoke2Daniel Genrich
2012-08-22fix for rare crash in cycles BVH tree packing.Campbell Barton
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-20Cycles / Cmake:Thomas Dinges
2012-08-18cmake option to build without iksolverCampbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-15Merge from trunk r49601-r49907Daniel Genrich
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11add MEM_recallocN(), so bytes are ensured to be zero'd when growing.Campbell Barton
2012-08-10Fix for particle object rendering in Cycles. On object sync the object first ...Lukas Toenne
2012-08-10Smoke: High res on even resolution did not write to all cells (downsampling =...Daniel Genrich
2012-08-10Cycles Test App:Thomas Dinges
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08patch [#32282] Fix segfault on exit in IM shutdown.Campbell Barton
2012-08-07Fix for fix, now nestedJens Verwiebe
2012-08-07Fix for endiantest, xcode condition interferred with other osJens Verwiebe
2012-08-07OSX: disable kernels in cycles gpu again, would only work in 10.8 afaikJens Verwiebe
2012-08-07OSX/cmake: Mountain-Lion (10.8 )adaptions, skip unsupported endianess etc., t...Jens Verwiebe
2012-08-06style cleanupCampbell Barton
2012-08-06Merge from trunk r49109-r49601Daniel Genrich
2012-08-04Code cleanup:Thomas Dinges
2012-08-02Remove old boolean operation moduleSergey Sharybin
2012-08-02Bugfix: High resolution "exploded" when using uneven resolutions, sometimes w...Daniel Genrich
2012-08-01Cycles:Thomas Dinges
2012-08-01fix crash when polling image sample outside image space.Campbell Barton
2012-08-01Fix #32205: Holdout shader + transparent background stays black with Alpha = 1Sergey Sharybin
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ...Campbell Barton
2012-07-31Remove "Loading byte/float" debug messages. They were added at the timeSergey Sharybin
2012-07-31Fix cycles issue with wrong texture coordinates on a second render layer withBrecht Van Lommel
2012-07-31Code tweak removing comment, the fix here is indeed correct.Brecht Van Lommel
2012-07-31Fix warnings on old apple GCC compiler due to no support for alloc_size attri...Brecht Van Lommel
2012-07-29Additional fix #32074, by Sven-Hendrik Haase (svenstaro). Boost version heade...Lukas Toenne
2012-07-28Blender now compiles with recent clangSergey Sharybin
2012-07-28defines to make it easier to manage ik stretch constants (these may need to b...Campbell Barton
2012-07-28style cleanupCampbell Barton
2012-07-28IK's were converting double -> float -> double's in a few places, since preci...Campbell Barton
2012-07-27Fix compile errors on VC++ 2012 RC1.Daniel Genrich
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-26Added a particle index output to the Particle Info Cycles node. This is requi...Lukas Toenne
2012-07-26Smoke + Cycles:Daniel Genrich
2012-07-26Make Cycles compatible with older boost versions.Sergey Sharybin
2012-07-25Reorganize some code + fix "use_volumetric" flag (true if smoke is used, fals...Daniel Genrich
2012-07-25Smoke + Cycles:Daniel Genrich
2012-07-24Debug option for guarded allocation: store name of original datablockSergey Sharybin
2012-07-24add prints for texture loading (we're running into texture limit a lot so its...Campbell Barton
2012-07-23fix for cycles bug in localview: see r48269, bits used for localview gave col...Campbell Barton
2012-07-23Start to work on Smoke + Cycles.Daniel Genrich
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton