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
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-04-16replace magic numbers with constants for (G.vd->persp), view naming was also ↵Campbell Barton
using persp as a flag which worked but isnt correct.
2008-04-16Bugfix #8948: Transformation constraint - destination rotation is in radiansJoshua Leung
Unfortunately, my previous fixes here to get gears working resulted in this problem. The flip side of that was that gears worked for quite a few cases. Alas, it is not to be... The bug is now fixed, but gears no longer work any more. Sadly, there is not much I can do about this.
2008-04-15Bugfix: editmode mesh transform was doing slow x-axis mirrorBrecht Van Lommel
computations with the option disabled. Also small memory usage optimization for vertex groups.
2008-04-15Bug #8950: dependency cycles weren't always printed correct. ForBrecht Van Lommel
debugging, also added a name for each dependency relation, and when a cycle is detected it now prints the full cycle to the console.
2008-04-13== FFMPEG ==Peter Schlaile
Added flash video menu entries. (Encoder was compiled in anyways)
2008-04-13* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.Campbell Barton
* Added fromDupli MTex setting to python api * Shift+RMB was setting the active face in the UV view. * Armature scripts menu was broken
2008-04-12Fix for bug #8936: particle system crash with vertex groups andBrecht Van Lommel
zero vertices in a mesh.
2008-04-12removed blenders backup feature.Campbell Barton
sprintf(str, "/bin/su root -c 'cd %s; /bin/tar cf - \"%s\" | (/bin/cd %s; /bin/tar xf -)'", from, file, to); return system(str); This would ask for a password in blenders terminal, in ubuntu there is no root user... If this feature is added back it should be written in a much nicer way. Also made HKey toggle hidden files in the file selector.
2008-04-12Fix for bug #6753: metaballs instanced by a particle system did notBrecht Van Lommel
refresh properly, also fixed a memory leak.
2008-04-12Fix for bug #8930: issue removing temporary pointcache directory on windows.Brecht Van Lommel
2008-04-11Changed BLI_convertstringcode to replace any number of hashes with the frame ↵Campbell Barton
number. somefile_##.png -> somefile_01.png somefile_########-image.png -> somefile_00000001-image.png Before, A hash at the end of the string would be replaced by a number with 4 characters. This is still default if no #'s are in the string, so nothing has changed. To use this function from the python api use scene.render.getFrameFilename()
2008-04-11Fix for bug #8920: particles reactor crash and memory leak.Brecht Van Lommel
2008-04-10Little cloth code cleanup needed because of from new cache code mergeDaniel Genrich
2008-04-102nd Part: Partial commit of patch #8812 (static caused problems on sunOS)Daniel Genrich
2008-04-10Partial commit of patch #8812 (fixing inlining on sunOS)Daniel Genrich
2008-04-10Fix for mistake in pointcache refactor commit.Brecht Van Lommel
2008-04-10Point Cache RefactoringBrecht Van Lommel
======================= Caching and Baking: - The point cache is now cleared on DAG_object_flush_update(), and not cleared for time dependency graph updates. - There is now a Bake button instead of Protect. Also cache start and end frames were added to softbody and particles. - The cloth autoprotect feature was removed. - The Ctrl+B menu now also bakes cloth and particles next to softbody and fluids. Additionally there are now frree bake and free cache menu entries. - The point cache api has been changed. There is now a PTCacheID struct for each point cache type that can be filled and then used to call the point cache functions. - PointCache struct was added to DNA and is automatically allocated for each physics type. - Soft body now supports Bake Editing just like cloth. - Tried to make the systems deal consistently with time ipo's and offsets. Still not sure it all works correct, but too complicated to solve completely now. Library Linking: - Added some more warnings to prevent editing settings on library linked objects. - Linked objects now read from the cache located next to the original library file, and never write to it. This restores old behavior for softbodies. For local simulation the mesh and not the object should be linked. - Dupligroups and proxies can't create local point caches at the moment, how to implement that I'm not sure. We probably need a proxy point cache for that to work (ugh). Physics UI: - Renamed deflection panel to collision for consistency and reorganized the buttons. Also removed some softbody collision buttons from the softbody panel that were duplicated in this panel for cloth. - Tweaked field panel buttons to not jump around when changing options. - Tabbing e.g. Soft Body Collision into the Soft Body panel, it now only shows Collision to make the panel names readable. - I tried to make enabled/disabling physics more consistent, since all three system did things different. Now the two modifier buttons to enable the modifier for the viewport and rendering are also duplicated in the physics panels. Toggling the Soft Body and Cloth buttons now both remove their modifiers. - Fixed modifier error drawing glitch. Particles: - Particles are now recalculated more often than before. Previously it did partial updates based on the changes, but that doesn't work well with DAG_object_flush_update() .. - Fixed memory leak loading keyed particle system. Now keys are not written to file anymore but always created after loading. - Make particle threads work with autothreads. Continue Physics: - The timeline play now has a Continue Physics option in the playback menu, which keeps the simulations going without writing them to the cache. - This doesn't always work that well, some changes are not immediately updated, but this can be improved later. Still it's fun to get a feel for the physics. Todo: - Point cache can get out of sync with and undo and changing a file without saving it. - Change the point cache file format to store a version (so old point cache files can be either converted or at least ignored), and to do correct endian conversion. - Menu item and/or buttons for Ctrl+B. - A system("rm ..") was changed to remove() since the former is very slow for clearing point caches. These system() calls were already giving trouble in a bug in the tracker, but really most use of this system("") should be changed and tested. - The Soft Body Collision and Clot Collision panel titles don't mention there's point cache settings there too, doing that makes them unreadable with the default panel setup.. but may need to make the names longer anyway.
2008-04-09Cloth bugfix for new timescaling featureDaniel Genrich
2008-04-09Cloth enhancement for upcomming cache changes: support different speed using ↵Daniel Genrich
clmd->sim_parms->timescale
2008-04-08Sorry, reverting bad things in modifier.cDaniel Genrich
2008-04-08Cloth bugfix: used old dm instead of new created result derivedmesh; Code ↵Daniel Genrich
cleanup + deactivation of unsued selfcollision code in kdop.c + little speedup there
2008-04-08bug fix Jens Ole Wund
UI panel issues with soft bodies code cleaning .. remove some G.rt code
2008-04-06Commit patch #8799: Realtime SetParent function in the BGEBenoit Bolsee
This patch consists in new KX_GameObject::SetParent() and KX_GameObject::RemoveParent() functions to create and destroy parent relation during game. These functions are accessible through python and through a new actuator KX_ParentActuator. Function documentation in PyDoc. The object keeps its orientation, position and scale when it is parented but will further rotate, move and scale with its parent from that point on. When the parent relation is broken, the object keeps the orientation, position and scale it had at that time. The function has no effect if any of the X/Y/Z scale of the object or its new parent are below Epsilon.
2008-04-06bug fix soft body can resume with point cache Jens Ole Wund
sneak in .. springs preload
2008-04-04Fix for bug #8870: crash converting curve to mesh. The object was beingBrecht Van Lommel
used for curve deform, but after conversion wasn't a curve anymore, and there was no check for this.
2008-04-03Fix to make grass render the same on solaris as linux, by doingBrecht Van Lommel
pointer comparisons in qsort. This works for glibc according to the documentation, and appears to work on solaris too.
2008-04-02Fix for bug: [#8117] Particles with fluid brokenJanne Karhu
-Handling of fluid particles was not coded at all -Now things should work properly, but as fluid particles are not very familiar to me I'd appreciate some thorough testing
2008-04-02BUGFIX8847 Multires didn't free some memory.fixedHamed Zaghaghi
2008-04-02BUGFIX 8824: RGB Curves now work correctly with "use clipping" option Hamed Zaghaghi
on with maximum values greater than 1.
2008-04-01function for getting object texspace settings, without dealing with ↵Campbell Barton
curve/mball/mesh separately.
2008-04-01Fix for bug: [#8810] Sticky button in particle effector menu creates ↵Janne Karhu
unexpected effect -Particle dietime was calculated wrong when a collision killed particles before their natural death -Collision code still had some issues with object vs. global space
2008-04-01Fix for bug: [#8816] File saved with Explode modifier crashes blenderJanne Karhu
-Explode modifier didn't check for empty psmd->dm at file loading
2008-04-01Fix for bug: [#8817] Particleradius doesn't update until changing the amount ↵Janne Karhu
of particles -Reactor particles didn't initialize their birth times etc. properly when cache was cleared
2008-04-01Fix for bug: [#8818] Particle reflecting strange from a simple planeJanne Karhu
2008-03-31Fix for bug: [#8302] Particle atributes (Materials) wrong behaviorJanne Karhu
-Particle texture calculations weren't using the mtex->def_var properly -Texture buttons didn't set proper update flags for hair
2008-03-30The next testing build, the 2.45-16, nicked "Gamera". :)Ton Roosendaal
(Also: removed the ugly arbitrary 2 x rgb color hack that tried to make shadeless color "useful" in opengl solid mode. Without overflowing color it at least now shows the color you created.)
2008-03-30== bugfix ==Andrea Weikert
fix for [#6950] Blender crashes when .blog file top line is 160 characters or more - made sure BLI_convertstringcode doesn't return more than 240 chars - went through all callers and fixed places where string passed to BLI_convertstringcode was too short - TODO: look into increasing sample->name and sound->name too, I prevented crashes, but filename might get shortened.
2008-03-28ToolsKen Hughes
----- Bugfix #6961: in certain circumstances, array modifier would use deleted copies of merged vertices, resulting in memory corruption and crashes.
2008-03-27made editmode only force smooth shading when vcols are present (as joe ↵Campbell Barton
suggested) pythons api's image.unpack() was broken
2008-03-27* add stub for GLUByte stipple_quarttone[];Nathan Letwory
2008-03-26Fix for bug #8746: the fake user button for datablocks was not a toggleBrecht Van Lommel
button, while it should be.
2008-03-26make solid faces draw vertex colors in editmode (they used to use only one ↵Campbell Barton
of the faces colors per face)
2008-03-26Fix for bug #8609: radius setting for hair child particles not symmetrical.Brecht Van Lommel
Bug might have actually caused more issues, there were some assumptions that ParticleCacheKey and ParticleKey structs had members in the same order, but the rotation was in a different place.
2008-03-26made editmode face copy menu appier with when there is no active face ↵Campbell Barton
(without options that required an active face) active face drawing didnt always work since it used the last selected element for drawing. moved stipple into glutil.c rather then using 128 bytes in the stack for each stipple draw.
2008-03-25Two constraints related fixesJoshua Leung
* Bugfix #8599d: When using the ChildOf constraint on bones without parents, with cyclic-offset in action the effect of the cyclic-offset was applied twice. Added a bone option to make the effect of cyclic-offset not be applied to rootbones which have the option 'enabled'. In the UI, this is presented in the opposite way. It is represented by the 'Offs' button beside the parent-bone selector in the Armature Bones panel when in EditMode. * Head/Tail setting and Constraint Channels: Added back in checks to see if the head/tail IPO-curves for Constraint Channels can get applied for the target constraint. I had removed these when applying the patch, but I'd overlooked the fact that users could add an IPO-curve for this from the IPO-editor, potentially mucking up the behaviour of some constraints.
2008-03-25Bugfix #8736: Follow Path constraints does not work for BonesJoshua Leung
This appears to be a long-standing bug, and it only affected the Follow-Path constraint as it was the only one which was dependant on time-based changes. An oversight in the depsgraph code meant that Follow-Path constraints on armature bones were not evaluated, unless there was an Action or some NLA-Strips for that armature. I've added a new flag to pose->flag (POSE_CONSTRAINTS_TIMEDEPEND) which only gets set/cleared by update_pose_constraint_flags. This flag indicates that the depsgraph needs to do an update for such cases, and will require going in/out of EditMode to set this for old files. It's been implemented as such to avoid having costly searches when trying to run animations realtime (as is done for modifiers).
2008-03-23added support for linux on pa-riscStefan Gartner
2008-03-23Collision Modifier: 1. Bugfix: Enable hiding in modifier stack again, 2. ↵Daniel Genrich
Bugfix: Recalculate bounding volume if GUI setting changed
2008-03-22NDOF support added to trunk from ndof branch.Jean-Luc Peurière
The latter is now obsolete and will be soon removed. Some tiny build tweaks for darwin committed in preparation of bigger changes for proper SDK suport both on intel and ppc