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 (Collapse)Author
2009-08-07Fix _MM_SHUFFLE_ orderAndre Susano Pinto
2009-08-07improved SIMD on raytrace (up to the moment support of SIMD is done at dfs ↵Andre Susano Pinto
and on any type of tree) (it only shows worth on -O3 -msse2) because it seems gcc makes horrible asm code on -O2
2009-08-07usage of simd on bb testsAndre Susano Pinto
2009-08-06*Process leafs as soon as found instead of pushing them on stack for later ↵Andre Susano Pinto
evaluation (leads to early exits) (this is mixed with some simd code commit, althouth no simd is being used up to the moment)
2009-08-06no need to calculate the exact nearest distance if we are not using any ↵Andre Susano Pinto
heuristic based on that
2009-08-05#define to store coordinates at VlakRen and not at VlakFaceAndre Susano Pinto
adds some additional cost retrieving coords during ray-primitive tests, but reduces some memory usage (4*3floats per face)
2009-08-05experiences with memory organization (store the vertexs coords on RayFace)Andre Susano Pinto
2009-08-05generic hints for raytracerAndre Susano Pinto
for now only BB hint (i am hoping to find a decent frustum-test)
2009-08-04Fix point-hintAndre Susano Pinto
2009-08-04Skip BB tests on primitivesAndre Susano Pinto
the efficiency of this depends on ray-bb and ray-triangle functions efficiency
2009-08-04(fix)Andre Susano Pinto
2009-08-04single tree (by default)Andre Susano Pinto
now that build is nlogn (it should be worth to the tree of trees)
2009-08-03NlogN building:Andre Susano Pinto
sort once select subsets and kept the order (on X, Y and Z)
2009-08-02changed to STL sortAndre Susano Pinto
2009-08-02Another quick-fix for background modeAndre Susano Pinto
2009-08-02svn merge -r 22111:22138 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/branches/blender2.5/blender
2009-08-02fix for crash in background mode.Campbell Barton
2009-08-022.5 - BugfixesJoshua Leung
* Added operator for jumping to the start and end frames. Shift Up/Down * Fixed bad spacing for buttons in Graph Editor header
2009-08-02Animato - Bugfixes for ShapeKeys + ShapeKey Drivers Joshua Leung
* Animated ShapeKey F-Curves/Drivers are now visible in the Animation Editors. * As a result of this, the old 'ShapeKeys' mode (which would display all the shapekey channels, even if they had no keyframes yet) in the DopeSheet, no longer works for now. However, it would have been of no use as no sliders were shown anyway. * Drivers which depended on the rotation of bones now work again. These now point to the right RNA properties, and get some extra 'time' corrections (for degrees -> radians change).
2009-08-02svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22099:22130Campbell Barton
2009-08-022.5 - Fixes for crashes when moving keyframes in F-Curve channelsJoshua Leung
2009-08-02Added ramp input and blend settings in RNA and layouts.William Reynish
2009-08-02remove own postscript font loading code (rely on freetype now)Campbell Barton
2009-08-02Allow users enabling workaround for menus with some Mesa3D drivers.Guillermo S. Romero
Define the env var BLENDER_FORCE_SWAPBUFFERS to enable (1, yes, oui, the value does not matter, code just checks for existence). The issue seems to happen with Intel and Radeon, but enabling myswapbuffers() hack solves it (or reduces to just flicker) for now. https://bugs.freedesktop.org/show_bug.cgi?id=21774 Reported by Philippe Van Hecke.
2009-08-012.5 Object Force RNA:Thomas Dinges
* Added RNA properties for Bullet Softbody. Only RNAified properties which are used in 2.49a GUI.
2009-08-01svn merge -r 21508:22111 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/branches/blender2.5/blender
2009-08-012.5 Background Image:Thomas Dinges
* Replaced NC_OBJECT with NC_WINDOW notifier.
2009-08-01- Ancient resource leak (rev 2) where checkPackedFile would open a file and ↵Campbell Barton
never close it. - Running simulations missed freeing some variables.
2009-08-012.5 - Giving shapekeys UI a bit of attentionJoshua Leung
* Separated value and range sliders for the value into two separate rows. Value comes before the range settings since it's used more often, and is drawn as a slider instead. * Tweaked ranges for the sliders so that they will work sanely.
2009-08-012.5 - More tweaks to realtime recordJoshua Leung
* New NLA Tracks/Strips are now only created if the 'layered' button (visible in the timeline header when autokeying is on, and the playback is running) is enabled. This multiple bones to be able to be animated in the same action, but done in multiple passes. * Made Alt-A work in timeline header too.
2009-08-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22075:22099Campbell Barton
2009-07-31Bug fix in low value setting. Originally checked against the wrong channel ↵Robert Holcomb
(chroma) instead of the luminence channel. Changed default value for high value to 1.0 from 0.0.
2009-07-31Tiny tweaks to modifier template. Added more logical icons for enabling ↵William Reynish
modifiers in edit mode etc.
2009-07-31Animato - NLA + Realtime Animating Goodies Joshua Leung
* When doing realtime recording of animation (i.e. transforming objects + bones while animation playback is running, and auto-keying is enabled), animation will be added to a new NLA Track+Strip combo everytime a single 'loop' of the frame range has finished. This will allow 'passes' over the animation to be less destructive. * Made the evaluation of the active action (when NLA data is present), be handled as part of the normal NLA system evaluation code (as if it were just another strip in a track at the end). The immediate benefit is that there are now some settings (available in the "Animation Data" panel in the NLA Editor with a strip selected) which allow for the way the active action is combined with the NLA stack results. For instance, the way that the action extrapolates is used in the recording tweaks above.
2009-07-31* Updated icon sheet, thanks jendryzch!Matt Ebb
2009-07-31fix for warnings and implicit declarationsCampbell Barton
also fixed smoke comparing a float's mem-location rather then its value.
2009-07-31svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21908:22075Campbell Barton
2009-07-31Sculpt/2.5:Nicholas Bishop
* Fix for bug reported by Brian Staub, sculpt on transformed objects wasn't working.
2009-07-31Smoke:Daniel Genrich
a) Crash fixed when loading files with smoke b) changed presets to be more low-cpu friendly c) smoke looks thicker Unsolved: a) 3dview of smoke changes weirdly when looking at front/back. Just move around a cube with smoke and you know what I mean - odd shading. If someone likes to take a look: draw_object.c -> search for "smoke" there
2009-07-31changes to defaults for sequencer strip addingCampbell Barton
2009-07-31Smoke: fixing some compile warning reported by Ton and one compile erro for ↵Daniel Genrich
gcc 4.4.1 reported by mrunion
2009-07-302.5 Background Image:Thomas Dinges
* Added notifier.
2009-07-302.5Ton Roosendaal
Another Makefile fix for smoke
2009-07-30SVN maintenance.Guillermo S. Romero
2009-07-30Separated metaball size values, and hid inapplicable values depending on ↵William Reynish
metaball type.
2009-07-302.5:Stefan Gartner
first step at adding Makefiles for smoke NOTE: someone needs to add $(NAN_SMOKE)/lib/$(DEBUG_DIR)/libsmoke.a to source/Makefile to make it link
2009-07-302.5 Smoke:Thomas Dinges
* Put Smoke Modifier in the right alphabetical order in RNA and py file. * Some small naming changes. Commit approved by Genscher. :)
2009-07-30Blender Smoke credits:Daniel Genrich
Wavelet Turbulence for Fluid Simulation Copyright 2008 Theodore Kim and Nils Thuerey Paper + Website: http://www.cs.cornell.edu/~tedkim/WTURB/
2009-07-30BF2.5: First commit of smoke code.Daniel Genrich
Not working: a) rendering (since volumterics branch is not merged yet) b) moving collision objects of any kind c) saving of collision objects (because that's what I am working on) d) pointcache e) A bunch of other things I already know of So please do not report any bugs on this one yet :-)
2009-07-30* Some nicer icons for the render still/ animation buttonsMatt Ebb