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-10Add missing include paths.Guillermo S. Romero
2009-08-10SVN maintenance.Guillermo S. Romero
2009-08-10fix crash caused by stroke selectionMartin Poirier
2009-08-102.5: Sound branch merge!Joerg Mueller
See mailing list for additional information.
2009-08-09Sculpt/2.5:Nicholas Bishop
* Added toolbar UI for setting "anchored" mode * Added a "persistent" mode for the layer brush; basically you can keep sculpting on the same layer between strokes when this is on. There's a button to reset the base so you can add another layer on top of that, and so on. This feature was suggested by Blenderer on BA, thanks! Note, I think these options could use better names in the UI, but I couldn't really think of anything very descriptive, suggestions welcome
2009-08-09smoke: fix fft not workingDaniel Genrich
2009-08-09fftw + smoke: fifxing define (making it work with scons)Daniel Genrich
2009-08-09- fix error in last commitCampbell Barton
- added better error feedback when registering operators fails. - added some python benchmark timers (prints on exit), times number of times py scripts run, average time and total % of time running py scripts.
2009-08-09fftw: fixing mac linking nameDaniel Genrich
2009-08-09Smoke: little fix to uiDaniel Genrich
2009-08-09fftw3 scons: hopefully fixing indent errorDaniel Genrich
2009-08-09Smoke: Daniel Genrich
* WITH_BF_FFTW3 flag --> fftw3 scons + cmake settings refined. * Disabled by default since mac + win32 libs missing. Works already on win64 + linux (with installed fftw3 libs)
2009-08-09- report errors on rna name collisions (does not check parent type yet)Campbell Barton
- minor cleanup for Py/C api functions that define rna properties from python.
2009-08-09povray integration Campbell Barton
- declare materials and reference them later - support ray-transp filter setting - blobs pigment wasn't working right
2009-08-09Smoke: decoupling of wavelet #2, new noise strength option on gui, fftw3 ↵Daniel Genrich
option in place for cmake, scons yet uncommited
2009-08-09Smoke: fixing collision objects again (bug introduced in decoupling commit) ↵Daniel Genrich
- thanks to nudelZ for reporting
2009-08-082.5 Button Files:Thomas Dinges
* Cleanup of smoke and texture files to match guidelines. * Made "Curve" Panel in Toolbar Closed per default.
2009-08-08Improved layout of voronoi texture. There was some strange empty space.William Reynish
2009-08-072.5 3D View Toolbar:Thomas Dinges
Brush Panel: * Separated the code for different modes, easier to maintain. * Only settings which are used in the current paint mode are shown now.
2009-08-07Added material game physics options in RNA and layout. William Reynish
Thanks to the new render API system these options don't clutter up the layout when you're not doing games.
2009-08-07bpy_context_set and bpy_context_clear to replace a number of functions (some ↵Campbell Barton
were not always called causing bugs). fix for a leak when trying to run a text with a syntax error too.
2009-08-07smoke: Daniel Genrich
- Bugfix: a bit too fast ;-) Better do it right too (problem with res > 150) - fixing high res view button which disappeared sometimes - fixing tooltip
2009-08-072.5: 3D View Toolbar:Thomas Dinges
* Added some greying out and hiding for disabled/non available settings. * Some layout tweaks. * Added "Flip Direction" for Sculpt, this is the "Add, Sub" Option from 2.49, this time as a boolean. Off = Add, On, Sub.
2009-08-07fix for crash while appending data. (missing NULL check for newlibadr return ↵Campbell Barton
value)
2009-08-07svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22205:22290Campbell Barton
2009-08-07gameObject -> blenderObject mapping was being created but wasnt needed.Campbell Barton
Added utility func tag_main for (un)tagging every ID in a Main database with LIB_DOIT.
2009-08-07BGE: removing remaining reference to sce->world->gravity/physics/... (it's ↵Dalai Felinto
all in sce->gm now) + Dome UI changes UI changes: splitting dome options for different dome modes (eg angle doesn't work for envmap mode) if anyone wants to tweak that, feel free to do it. * I put a remaining to bring setEyeSeparation + Focal Length to the Stereo GUI. I'm still not sure what would be the default parameters for that, and that will require other changes (eg remove the flag m_setfocallength and m_seteyesep). For so far only a label remind :)
2009-08-07Smoke: test commit of PCGDaniel Genrich
2009-08-07PovrayCampbell Barton
* Sun lamp type export (known as parallel lights in povray) * Native support for blenders metaballs, currently exports - ball and ellipsoid types - radius, stiffness - ellipsoid xyz scale - negative elements - single material (like blender) Renamed rna props. elem.sizex -> size_x mball.last_selected_element -> mball.active_element minor changes to UI scripts.
2009-08-072.5 Mesh Draw Options: [WIP]Thomas Dinges
* Added RNA for Mesh Draw Options. * Added "Draw" Options into the Mesh Data Tab, needs check for Edit Mode. * Fixed a typo in DNA.
2009-08-07- fix for a crash in readfile.c, thanks Roelf for finding.Campbell Barton
- add media option for povray - remove unintentional line from modifier script
2009-08-07Smoke: another 10-20% speed gain due to CG (conjugate gradient) improvementsDaniel Genrich
2009-08-07[#19206] Fix MD2 Vertex Normal ExportCampbell Barton
from Calvin Loncaric (marvinx03) [#18965] Blender Load and Run need fully qualified specs [#18966] getMaterials not used from Roger Wickes (roger)
2009-08-07[#19035] New Python command to set the active flag of Armature BonesCampbell Barton
from Ivo Grigull (loolarge) Removed redraw calls from the python function, added epydocs.
2009-08-07osx scons/ffmpeg tweaksMatt Ebb
* options to enable building with precompiled ffmpeg (in /lib) rather than building from source in extern - this is off by default since I haven't compiled ffmpeg for ppc yet * tweaks to enable building ffmpeg on osx better out of the box (still need to install yasm with these options on though..)
2009-08-07Cleanup a little to add "draw to buffer" (and bring back stamp).Diego Borghetti
2009-08-07Remove bitmap mode from blenfont, only draw with textures.Diego Borghetti
As Joe point on a previous mail, glBitmap don't work nice on all cards and also some of the things that we can do with texture are hard (or need that blender check the font mode) to implement.
2009-08-06-Use getattr() now for constraints too. :)Thomas Dinges
-Deleted old Buttons C code for RIGIDBODYJOINT constraint. -"Realtime" Icon for Modifer was different in Template and RNA, i changed the Icon in RNA to match the template version, which is an eye instead of a cube.
2009-08-06Smoke: forgot ui redraw eventDaniel Genrich
2009-08-06smoke: decoupling high-res, introducing reset for heat+gravity, fixing ↵Daniel Genrich
another obstacle problem
2009-08-06smoke gui: refining the new simulation panel ui Daniel Genrich
(thanks to nudelZ for this patch)
2009-08-062.5 Smoke:Thomas Dinges
Moved the Smoke Buttons into the Physic Tab.
2009-08-06output the origin for each map node.Campbell Barton
thanks to j michaelson for the patch
2009-08-06pedantic changes to python UI scriptsCampbell Barton
- SOFTBODY -> SOFT_BODY - Use getattr() with enum value to get the modifier function rather then a lot of elif's
2009-08-06* further cleanup of windows defaults for openalNathan Letwory
2009-08-06added a 'repeat' option to vertex smooth in the main 2.5 branch.Joseph Eagar
2009-08-06* update windows default config for the openal updates, merging r22241 from ↵Nathan Letwory
soundsystem branch
2009-08-06* merge r22237 (from soundsystem branch) to have b25 still compile against ↵Nathan Letwory
new openal on windows. NOTE: Windows users should update lib/windows/openal from SVN.
2009-08-05copy openal dllsNathan Letwory
2009-08-05copy openal dllsNathan Letwory