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/source
AgeCommit message (Collapse)Author
2011-02-25needed for building without pythonCampbell Barton
2011-02-25bugfix #26211M.G. Kishalmi
render-result doesn't get an ibuf with BKE_image_get_ibuf added a poll method to grey-out entries if !ibuf for now.
2011-02-25Small fix from sambler.Nathan Letwory
2011-02-25doxygen: small fixes and tag addingNathan Letwory
2011-02-25fix #if errors, add defined() in proper placesNathan Letwory
doxygen: add file tags
2011-02-25Fix for [#26205] Crash when duplicating windowJanne Karhu
* Timeline duplication code freed the original time caches too.
2011-02-25internal operator/wm/macro function: dont crash if operators are not found ↵Campbell Barton
(warning will be printed).
2011-02-25remove warning left in by mistake and comment unused function.Campbell Barton
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ↵Campbell Barton
a header every build with the time, date, svn revision.
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
also added hide-unselected option to armature mode.
2011-02-24Fixed memory leak in group nodes. Only buffers from exposed sockets should ↵Lukas Toenne
remain after group execution.
2011-02-24remove unused functions, aligning to selection can be done with ↵Campbell Barton
Shift+Numpad, uses manipulator code.
2011-02-24patch [#26187] Cleaning #include <malloc.h>Campbell Barton
from Shane Ambler (sambler) didnt include change to superlu, prefer to leave external libs out of cleanups.
2011-02-24Fix for [#26197] High resolution smoke cache not available due to pointcache ↵Janne Karhu
update. Please reset the simulation. * Backwards compatibility code wasn't forwards compatible :)
2011-02-24found moving verts in pythons 2.5 api is approx 10x slower because the ↵Campbell Barton
multi-dimensional array assignment reads the array 3 times (typecheck, length-check & for-real). the length check was running sequence checks on every number which would fail, small speedup by avoiding this. should eventually get this working faster by reading once into an allocated array.
2011-02-24remove 2 unnecessary checks for array type before assignment. Campbell Barton
2011-02-24revert part of own commit r35117 which modified mathutils initialization ↵Campbell Barton
functions, found this could be done in a better way which doesnt have to deal with partly initialize instances being freed.
2011-02-24remove unused vars.Campbell Barton
2011-02-24support pythons cyclic garbage collector for mathutils types.Campbell Barton
2011-02-24doxygen: some more license block fixes.Nathan Letwory
2011-02-23adjustments to recent commit:M.G. Kishalmi
* inv_ -> inverted_ * flagged image dirty after invert. * restored properties accidently cut out of unpack operator. brecht.beers[lmg]++ thanks for paying attention! :)
2011-02-23Fix for [#26133] Explode modifier doesn't care about UVs (Option "split edges")Janne Karhu
* This is basically a total rewrite of the edge split algorithm. The old one didn't handle tris at all and quads were cut wrong in some cases too with the addition of not handling uv coordinates at all. * This new algorithm uses a flag system to categorize different splits and the identical but rotated cases in a similar way to how marching cubes indexes different cases. * It cuts quads and tris and creates proper uv's for the new faces too. * I also renamed the option to "edge cut" to differentiate if from the edge split modifier and added an option to override a uv-channel in the exploded mesh with particle age as x-coordinate so that the shrapnel can be faded out nicely etc.
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-02-23Bugfix #26188Ton Roosendaal
Having 2 or more windows open, a render in another window made the other (active) window fail badly on F11 key (show render). Now things should go smoothly. If a render is being shown in inactive windows, they get popped to the front nicely.
2011-02-23The material "Dynamic" node (disabled anyway) had incomplete base type ↵Lukas Toenne
initialization, which made it appear as an empty item in the input node category.
2011-02-23py/rna api:Campbell Barton
ifdef'd out weakref for blender/py api, worth testing to see if it adds much overhead.
2011-02-23added image-editor operators:M.G. Kishalmi
Invert Image Colors (RGB) -- Invert Red Channel Invert Green Channel Invert Blue Channel Invert Alpha Channel mostly because of the recent changes in normalmap channels, so users can adopt old bakes quickly. though they might aswell prove useful in other situations.
2011-02-23since the introduction of 'newbump' blenderM.G. Kishalmi
was exporting normal maps with red and green channel inverted relative to the geometry it actually exports. This change makes blender export normal maps which are very similar to most tools out there. patch by Morten S. Mikkelsen
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23Possible fix for [#26190] Changing particle amount crashesJanne Karhu
* In some cases fluid particles could be born at the exact same locations. Now these cases are just ignored and such particles don't effect each other.
2011-02-23remove unused functions,Campbell Barton
note: BPY_class_validate() could come in handy later if we need to check classes for properties/functions but for now there is no point in keeping it in.
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and ↵Campbell Barton
hash in 2.4x. available from vertex menu.
2011-02-23add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.Campbell Barton
2011-02-23fix [#26164] bpy.ops.transform.translate ignores AutoIK modeCampbell Barton
auto-ik updates are done by notifiers at the moment which are ignored when running bpy.ops.transform.translate(), so add an special_aftertrans_update() check for this case.
2011-02-23- fix python error for poselib UI when none is active.Campbell Barton
- add info to create_dupli_objects rna function docstring. - transform snap had bad define, disabling BVH accelerated snap (own fault).
2011-02-23Adding "frame" to print in background rendering forDaniel Salazar
"Calculating previous (frame) vectors" now it fits better with "Calculating next frame vectors" @jesterking: yes you are @jesterking: yes you are!!
2011-02-23Empty groups are now displayed with some basic spacing in edit mode. Long ↵Lukas Toenne
socket lists don't outgrow the group box any more; the box height is adjusted to fit the length of the socket list instead.
2011-02-22Convenience fix: Exposing internal sockets now copies the default input ↵Lukas Toenne
value to the group sockets. The "expose" function on group inputs/outputs has an optional parameter "add_link", which can be used to prevent the automatic linking.
2011-02-22SVN maintenance.Guillermo S. Romero
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal ↵Lukas Toenne
sockets or adding custom sockets by name and type (fixes #26171). Changed a few function names for groups for consistency.
2011-02-22doxygen: bge scenegraph and videotextureNathan Letwory
2011-02-22Bugfix #25967Ton Roosendaal
Node Materials: option "Front/Back" in geometry node failed for "full osa" case in ZTransp.
2011-02-22Fix for [#26160] Blender Crashes when undoingJoerg Mueller
Was trying to free audio data from sequencer strips that don't even have audio. Corrected the error in several ways so this will definitely not happen again :-)
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and ↵Nathan Letwory
fixes around license blocks
2011-02-22blender as module - workaround for not knowing __file__ when the module is ↵Campbell Barton
initialized.
2011-02-22doxygen: BGE Network, Physics, RasterizerNathan Letwory
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-22Too many ifdefs made me miss the fact variables were declared insideTon Roosendaal
function...
2011-02-22No idea why this goes wrong, but I can't get preprocessor output withTon Roosendaal
cmake here. Somehow in OSX a function call doesn't return but enters a next function. Will find around if someone else can make an OSX preprocessed version of this C file. With this commit things go fine, and it's a sane check anyway.