Página 9 de 30 PrimerPrimer ... 789101119 ... ÚltimoÚltimo
Resultados 121 al 135 de 436

Tema: Blender 2.41 release y avances

  1. #121
    Fecha de ingreso
    Dec 2004
    Mensajes
    14,031

    Blender 2-41 release y avances

    Una compilación experimental con un Shader anime (ton):
    (Windows) http://www.blender.org/forum/viewtopic.php?t=8146
    .

    -- IMÁGENES ADJUNTAS --
    Miniaturas adjuntas Miniaturas adjuntas Clic en la imagen para ver su versión completa. 

Nombre: upld1227.jpg 
Visitas: 84 
Tamaño: 270.7 KB 
ID: 26591  
    Última edición por 3dpoder; 18-02-2006 a las 22:59

  2. #122
    Fecha de ingreso
    Oct 2004
    Mensajes
    10,798

    Blender 2-41 release y avances

    Estoy un poco perdido? Que compilación me recomendáis para ahora? No me vale la oficial por el bug del bevel center.

  3. #123
    Fecha de ingreso
    Dec 2004
    Mensajes
    14,031

    Blender 2-41 release y avances

    Coge una más antigua para el bevel center y después usas la que quieras para continuar, yo uso varias compilaciones, porque en este momento está el tema bastante inestable.

  4. #124
    Fecha de ingreso
    Jan 2004
    Mensajes
    406

    Blender Blender 2-41 release y avances


    Hola gente.compilación del cvs de hace un rato : http://usuarios.lycos.es/proyectok/blender/blender-cvs/.

    Fecha 18/02/06
    - Compilado con Cygwin para Windows.
    - Tweak mode activado.
    - No tiene parches aplicados.
    - Recomiendo el uso para testear nuevas features, no para producción. Saludos. .
    Última edición por koex; 18-02-2006 a las 11:26
    "Cuanto más practico, más suerte tengo." Gary Player.


  5. #125
    Fecha de ingreso
    Jan 2005
    Mensajes
    2,210

    Blender 2-41 release y avances

    Por fín ya tenemos las mergetools en el cvs de Blender.
    Briggs (geofrey bantle) 2006/02/22 03:17:56 cet. Log:
    [two sections here, first is the log that *should* have ben included.

    To my previous commit (whops). The second part covers the changes i.

    Have made todo the code since then (all related todo merge tools code).].
    # part one: Compleete log for commit from 2/13/06.
    -> upgraded merge tools.

    The new merge tools add several options todo Blender merge submenú.

    Accessed vía the wkey whilst in editmode for meshes. The new options.

    Depend on current mode:
    -Vertex mode: at first and at last.
    When chosing at first or at last it Will merge all selected.

    Vértices at the first or last selected vertex.
    (Note: Blender now keps track of the last and first vértices selected in.

    Editmode (g.editmesh->lastvert and g.editmesh->firstvert.

    Pointers. This meant additions were made todo the undomesh code in.

    Editmesh, c as well).

    Edge mode: collapse Edges.
    When chosing this option, Blender examines the current set of.

    Selected Edges and groups them according whether or not they are.

    Topológically connected. It then goes th rouge each group and merges.

    Them one by one todo a single point.

    Face mode: collapse Faces.
    Works the same as collapse Edges, only works on groups of.

    Topológically connected Faces.
    -> inclusive selection mode conversión.

    This característica extends the ability of Blender selection mode.

    Conversións. Currently when you change selection modes from a lower.

    Order mode todo a higher order one (vertex->edge, vertex->face or.

    Edge->face) Blender only selects elements in the new mode whose.

    Elements were completely selected in the previous mode.

    This patch does not change Blender default behavior but ofers.

    Implicit selection mode conversión as an alternative. To Access it.

    Hold either the left or right Control keys and click on a selection mode.

    In the view 3d selection mode Header buttons. This can be accessed via.

    The Control-tab selection mode switching as well, Simply hold Control while.

    Clicking the mode you want or entering its number on the keypad.

    In some programs, such as Wings and Mirai, it has ben demonstrated.

    That it can a los be very useful todo exploit selection mode switching todo.

    Implicitly select previously unselected elements as well. For instance.

    Switching selection mode from vertex todo Edges Will select all Edges.

    Currently associated with the currently selected vértices. The same.

    Behavior is applied todo switching between vertex->face and.

    Edge->face. By exploiting this sort of selection conversión complex.

    Selection sets can be built quicker.

    Furthermore i modified Blender undomesh code todo make selection mode.

    Switching undo coherent. Aside from its relevance todo inclusive.

    Selection mode conversión, this really counts as a bug in my.

    Mind. Previously selection mode switch could cause the selection state.

    Of the Mesh todo be invalid when certain modeling operations were.

    Undone. An example of this would be Edge subdivide-> switch todo face.

    Mode-> undo, you end up with Edges selected while still in Face Mode.
    # part two: log for this commit.
    -> code cleanup.

    As per ton request i reformatted all my code, changed variable names.

    And eliminated my use of linknode structs and replaced them with.

    Listbase instead. There should be no warnings while compiling now.

    Either.
    -> remove doubles bug.

    Fixed small problem in removedoublesflag() in editmesh_tols, c that.

    Caused editface structs todo get their UV scrambled. Vertex colors.

    Might not be safe though? Ned todo investiga later.
    -> small bug in in the the code for merge last/first.

    It could cause a crash when exiting editmode, switching meshes, then.

    Entering editmode again. Lastvert and firstvert pointers are now.

    Set todo null whenever exiting editmode now (se load_editmesh() in.

    Editmesh, c). I Will find a better solution todo this *son*.
    -> all merge tools now UV aware (optional).

    The default behavior is todo leave UVS alone, but if you hold Control while.

    Clicking on the menú entry, UV are merged. This works fine in most.

    Situations, Although some investigation into how todo best handle.

    Merging of UVS at the border of UV islands neds todo be done.

    This last item brings up a point about the current state of the.

    Interface: several functions accessed th rouge the wkey menú now use.

    The Control modifier todo change how they behave (this convention has ben.

    In place for a while, se subdivide for example). Unfortunately there.

    Is no bien todo commúnicate the bien modifier keys change the behavior of.

    Certain functions todo the user. This makes such options invisible for.

    All intents and purposes.
    http://projects.Blender.org/pipermai...ry/006073.html.
    30 años de Star Wars

  6. #126
    Fecha de ingreso
    Dec 2003
    Mensajes
    2,414

    Blender 2-41 release y avances

    Genial. Así que ya no es más un parche. A ver si corren la misma suerte los demás parches, entre ellos el de Damiles. A esperar compilación actualizada, un saludo.
    Cuiño, cuiiiiño!!!!

  7. #127
    Fecha de ingreso
    Sep 2005
    Mensajes
    718

    Blender 2-41 release y avances

    Genial. Así que ya no es más un parche. A ver si corren la misma suerte los demás parches, entre ellos el de Damiles, a esperar compilación actualizada, un saludo.
    Gracias por el comentario, eso sí no aceptan el de Glow, espero que acepten el que llevo entre manos, que, por lo menos este sí que es más complejo que el primero.

  8. #128
    Fecha de ingreso
    Dec 2003
    Mensajes
    2,414

    Blender 2-41 release y avances

    Pero hombre, cuenta algo. Un saludo.
    Cuiño, cuiiiiño!!!!

  9. #129
    Fecha de ingreso
    Sep 2005
    Mensajes
    718

    Blender 2-41 release y avances

    Espero tenerlo terminado para esta semana, es que, a morderos las uñas.

  10. #130
    Fecha de ingreso
    Dec 2004
    Mensajes
    14,031

    Blender 2-41 release y avances

    Gracias por el comentario, eso sí no aceptan el de Glow, espero que acepten el que llevo entre manos, que, por lo menos este sí que es más complejo que el primero.
    No sé lo que estarás haciendo, pero hace falta un buen nodo de chroma key, pero ya.

    Por cierto, intente meter tu patch de Glow en mí compilación y me dió un error y no me dejaba compilar, así que, como lo necesitaba, me hice mi propio Glow a base de nodos (los adoro) y también me he hecho un chromakey simple, pero efectivo para mí caso.

    En cuanto llegue a casa esta tarde os subo una captura.

  11. #131
    Fecha de ingreso
    Dec 2003
    Mensajes
    2,414

    Blender 2-41 release y avances

    Finalmente sí que has encontrado aplicación con los nodos que no se pudiera hacer antes en el Sequencer, eh Caronte? Aunque tú te referías particularmente al editor de materiales. ¿en los materiales también has conseguido cosas que no se pudieran antes? Un saludo.
    Cuiño, cuiiiiño!!!!

  12. #132
    Fecha de ingreso
    Sep 2005
    Mensajes
    718

    Blender 2-41 release y avances

    Bueno ante tanta expectación aquí va un adelanto. Un histograma en el nodo composite. Perfecto lo del chroma key, un nodo menos que haré, porque era mi intención hacer también uno. Te has adelantado, a una mala si es muy simple lo mejoramos y ya está.
    Por cierto, intente meter tu patch de Glow en mí compilación y me dió un error y no me dejaba compilar, así que, como.
    Todas estas cosas comentármelas, pasadme el error que os ha dado y lo depuraré, porque si no lo sé, no lo podré mejorar.

    -- IMÁGENES ADJUNTAS --
    Miniaturas adjuntas Miniaturas adjuntas Clic en la imagen para ver su versión completa. 

Nombre: capturaHisto.jpg 
Visitas: 97 
Tamaño: 46.9 KB 
ID: 26875  

  13. #133
    Fecha de ingreso
    Dec 2003
    Mensajes
    2,414

    Blender 2-41 release y avances

    Qué bueno Damiles. Qué hay de un nodo para automatizar el uso del Z-Depth en un Dof, al estilo del zblur? Un saludo.
    Cuiño, cuiiiiño!!!!

  14. #134
    Fecha de ingreso
    Sep 2005
    Mensajes
    718

    Blender 2-41 release y avances

    Admito sugerencias de este tipo, eso sí me ha costado descifrar el mensaje. Bueno queremos entonces un nodo que a partir de la información del Z-Depth (profundidad) creemos un desenfoque de profundidad. Verdad?

  15. #135
    Fecha de ingreso
    Dec 2003
    Mensajes
    2,414

    Blender 2-41 release y avances

    Si, sí, uno así, conoces el plugin de Blender zblur? Pues algo así. Muchas gracias y un saludo.
    Cuiño, cuiiiiño!!!!

Página 9 de 30 PrimerPrimer ... 789101119 ... ÚltimoÚltimo

Temas similares

  1. Blender 2.77 release y avances
    Por SHAZAM en el foro Noticias 3D
    Respuestas: 50
    : 30-09-2016, 15:24
  2. Blender 2.74: release y avances
    Por SHAZAM en el foro Noticias 3D
    Respuestas: 29
    : 21-06-2015, 08:04
  3. Blender 2.69 release y avances
    Por SHAZAM en el foro Noticias 3D
    Respuestas: 65
    : 19-03-2014, 23:39
  4. Blender 2.58 release y avances
    Por SHAZAM en el foro Noticias 3D
    Respuestas: 128
    : 16-08-2011, 19:04
  5. Blender 2.46 release y avances
    Por SHAZAM en el foro Noticias 3D
    Respuestas: 267
    : 24-08-2008, 12:21